MMinDynamic('Expression','WindowInterval', 'MaxWindowInterval*')
Arguments
|
'Expression' |
Measured value, for which the minimum is formed |
|
'WindowInterval' |
Specification in seconds of the interval length over which the minimum should be calculated |
|
'MaxWindowInterval' |
Limit for 'WindowInterval'; the size of 'WindowInterval' will be limited to this value, given in seconds. |
Parameters ending with * are only evaluated once at the start of the acquisition.
Description
This function returns the minimum of 'Expression' over a floating window of 'WindowInterval' seconds. 'WindowInterval' can be a signal or expression and may change with every sample. The limit value of 'WindowInterval' is 'MaxWindowInterval' seconds.