WINDOW MAXIMUM VALUE – [WMAX]
Outputs the moving maximum of the input signal
CATEGORY
Mathematical
DESCRIPTION
Outputs the moving maximum of the input signal with a rolling window size defined by “Window_Length”.
RESULT VARIABLES AND PARAMETERS
Result | Signal moving maximum |
Signal | Input |
Window_Length | Size of the rolling window in seconds |
SYNTAX
res=wmax(input,Window_Length)
CHARACTERISTICS
Data type support
Double Floating point
EXAMPLE