Component: Median (DSP Operators): Difference between revisions
Appearance
No edit summary |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 92: | Line 92: | ||
===Median=== | ===Median=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Median''' | ||
|- | |- | ||
| colspan="2" | Passes a single value from a DSP buffer into the median buffer and spits out a median value at the other end | | colspan="2" | Passes a single value from a DSP buffer into the median buffer and spits out a median value at the other end | ||
| Line 106: | Line 106: | ||
===MedianArray=== | ===MedianArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''MedianArray''' | ||
|- | |- | ||
| colspan="2" | Passes an entire buffer through the median buffer and spits out a filtered version of the data at the other end | | colspan="2" | Passes an entire buffer through the median buffer and spits out a filtered version of the data at the other end | ||
| Line 121: | Line 121: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| Line 147: | Line 147: | ||
| colspan="2" | Sets the data direction flow of the component | | colspan="2" | Sets the data direction flow of the component | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Median Array | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.2 |
| Category | DSP Operators |
Median component
Collects the median value removing any potential high frequency spikes in the data.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DSP_Median.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_Median.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Median
| Median | |
| Passes a single value from a DSP buffer into the median buffer and spits out a median value at the other end | |
| Return | |
MedianArray
| MedianArray | |
| Passes an entire buffer through the median buffer and spits out a filtered version of the data at the other end | |
| Return | |