Jump to content

Component: Median Float (Calculation): Difference between revisions

From Flowcode Help
No edit summary
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
 
(5 intermediate revisions by 2 users not shown)
Line 14: Line 14:
==Median Float component==
==Median Float component==
Component to calulate the median from a set of sample data.  Provides the signal whilst removing any spikes caused by noise or other intermittent data.
Component to calulate the median from a set of sample data.  Provides the signal whilst removing any spikes caused by noise or other intermittent data.
==Component Source Code==
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_temp/MedianFloat.fcfx FC_Comp_Source_temp/MedianFloat.fcfx]
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_temp/MedianFloat.fcfx FC_Comp_Source_temp/MedianFloat.fcfx]


==Detailed description==
==Detailed description==
Line 73: Line 67:


''<span style="color:red;">No additional examples</span>''
''<span style="color:red;">No additional examples</span>''




Line 86: Line 82:


===AddSample===
===AddSample===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AddSample'''
| width="90%" class="mtx-class-macrohead" | '''AddSample'''
|-
|-
| colspan="2" | Adds a sample to the running buffer&nbsp;
| colspan="2" | Adds a sample to the running buffer&nbsp;
Line 105: Line 101:


===Initialise===
===Initialise===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Initialise'''
| width="90%" class="mtx-class-macrohead" | '''Initialise'''
|-
|-
| colspan="2" | &nbsp;
| colspan="2" | &nbsp;
Line 119: Line 115:


===ReadMedian===
===ReadMedian===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ReadMedian'''
| width="90%" class="mtx-class-macrohead" | '''ReadMedian'''
|-
|-
| colspan="2" | &nbsp;
| colspan="2" | &nbsp;
Line 134: Line 130:
==Property reference==
==Property reference==


{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
| width="90%" class="mtx-class-macrohead" | '''Properties'''  
|-
|-
|-
|-
Line 145: Line 141:
| colspan="2" | Number of samples to store and sort, ideally no less than 5.&nbsp;
| colspan="2" | Number of samples to store and sort, ideally no less than 5.&nbsp;
|}
|}
==Component Source Code==
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_MedianFloat.fcfx FC_Comp_Source_MedianFloat.fcfx]
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_MedianFloat.fcfx FC_Comp_Source_MedianFloat.fcfx]

Latest revision as of 14:23, 13 July 2026

Author Matrix TSL
Version 1.0
Category Calculation


Median Float component

Component to calulate the median from a set of sample data. Provides the signal whilst removing any spikes caused by noise or other intermittent data.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples







Macro reference

AddSample

AddSample
Adds a sample to the running buffer 
- FLOAT Sample
 
- VOID Return


Initialise

Initialise
 
- VOID Return


ReadMedian

ReadMedian
 
- FLOAT Return


Property reference

Properties
Number of Samples
Number of samples to store and sort, ideally no less than 5. 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_MedianFloat.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_MedianFloat.fcfx