Difference between revisions of "Component: Median (DSP)"

From Flowcode Help
Jump to navigationJump to search
Line 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-17-icon.png]]
+
| 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


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

Fc9-comp-macro.png MedianArray
Passes an entire buffer through the median buffer and spits out a filtered version of the data at the other end 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Median
Passes a single value from a DSP buffer into the median buffer and spits out a median value at the other end 
Fc9-void-icon.png - VOID Return



Property reference

Fc9-prop-icon.png Properties
Fc9-type-16-icon.png Connect To
DSP component with output buffer to collect our data from. 
Fc9-type-21-icon.png Buffer Size
Number of individual elements the buffer can store, default 1. 
Fc9-type-16-icon.png Buffer Type
Sets the buffer data type. 
Fc9-type-14-icon.png Median Array Size
The number of values to combine together to create the median effect. Default 5. The higher the number the more immune to spikes the data will be. A larger array requires more processing to order. Minimum 3, maximum 255. 
Fc9-conn-icon.png Connections
Fc9-conn-icon.png Simulations