Avg
Avg('Expression')
Description
This function returns the average of 'Expression'. The result is displayed as a constant value (horizontal line) in the graph.
AvgInTime
AvgInTime('Expression','Interval')
Arguments
|
'Expression' |
Signal or expression for which to form the average |
|
'Interval' |
Length of the interval over which to calculate the average |
Description
This function returns the average value of 'Expression' per time segment of the length 'interval'.
AvgValid
AvgValid('Expression','Valid')
Arguments
|
'Expression' |
Signal or expression for which to form the average |
|
'Valid' |
Control signal |
Description
This operation returns the average of 'Expression' for the interval (time or length) where a related control signal is TRUE.
MAvg
MAvg('Expression','Interval')
Arguments
|
'Expression' |
Signal or expression for which to form the average |
|
'Interval' |
Length of the interval over which to calculate the average |
Description
This function returns the floating arithmetic average of 'Expression' calculated over a moving interval of length 'interval'.
Tip |
|
|---|---|
|
These functions can also process signals and expressions that are not time based, i.e. which have the basis length, frequency or 1/length. Instead of seconds, enter the X-axis range then in m, Hz or 1/m corresponding to the base. |
|
