Main Content
Moving Maximum
Moving maximum
Libraries:
DSP System Toolbox /
Statistics
Description
The Moving Maximum block determines the moving maximum of the input signal along each channel independently over time. The block uses the sliding window method to determine the moving maximum. In this method, a window of specified length moves over each channel sample by sample, and the block determines the maximum over the data in the window. For more details, see Algorithms.
Ports
Input
Output
Parameters
Block Characteristics
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
Algorithms
Extended Capabilities
Version History
Introduced in R2016bSee Also
Blocks
- Maximum | Moving Minimum | Moving Average | Moving RMS | Moving Standard Deviation | Moving Variance | Median Filter