Data Filter Median Value

Calculates the median value of a data flow: Queues incoming data's into an array, sorts the array and returns the value at the position length/2.

Settings

in

Input Data flow(s).

The values must range between [0,1].

array len max

Length of the queue array.

clear

Fill the output array with 0, according the array len max.

reset

Clear the array and set its length to 0.

force enqueue

Force the data in value to be enqueued even if it hasn't changed.

median value

Median output value.

sorted array

Output sorted array (contains queued data's).

See also

version 6.0.240115

Edit All Pages