Difference between revisions of "Component: Median (DSP)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Median component== | ==Median component== | ||
Collects the median value removing any potential high frequency spikes in the data. | Collects the median value removing any potential high frequency spikes in the data. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | DSP | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 75: | Line 83: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:Fc9-type- | + | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] |
| width="90%" | Connect To | | width="90%" | Connect To | ||
|- | |- |
Revision as of 16:18, 7 January 2022
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP |
Contents
Median component
Collects the median value removing any potential high frequency spikes in the data.
Component Pack
DSP
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 |