Difference between revisions of "Component: Median (DSP)"
From Flowcode Help
Jump to navigationJump to searchLine 16: | Line 16: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 24: | Line 26: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 13:27, 17 November 2021
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP |
Contents
Median component
Collects the median value removing any potential high frequency spikes in the data.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
MedianArray |
Passes an entire buffer through the median buffer and spits out a filtered version of the data at the other end | |
![]() |
Return |
![]() |
Median |
Passes a single value from a DSP buffer into the median buffer and spits out a median value at the other end | |
![]() |
Return |