Median

The aggregate forms a value that is the median of all the values of the input signal and produces an output signal that consists of a data point that has a timestamp corresponding to the end of the data group.

x is sorted so that xixi+1 for i=1n1median(x)={x(n+1)/2if n is odd x(n/2)+x(n/2)+12if n is even 

Configuration

Signal Configuration
Signal Name

The name of the signal at the ‘in’ port.

Operation

To use the average aggregate, the operation must be median.

Parameters
Use Only Good Quality

Only the datapoints with good Quality are used for calculation.

Default: enabled

Minimum Number Of Required Values

If set the calculation requires a minimum number of values for a good quality.

Default: unset

Output Signal Name

The name of the signal on the ‘out’ port. If empty, the Signal Name is the Output Signal Name.