Median2('Expression1', 'Expression2', …)
Arguments
|
'Expression' |
Measured value(s), for which the median value is formed |
Description
This function returns the median value of all arguments Every cycle, the actual values of all arguments are added and the sum is divided by two.
Example
The median of a constant and a periodic value should be formed.
Solution

The example shows a median of 132.5 ((10 + 255)/2) at the peak of the curve.