Main Content
Moving Minimum
Moving minimum
Libraries:
DSP System Toolbox /
Statistics
Description
The Moving Minimum block determines the moving minimum of the input signal along each channel independently over time. The block uses the sliding window method to determine the moving minimum. In this method, a window of specified length moves over each channel sample by sample, and the block determines the minimum 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
- Minimum | Moving Maximum | Moving Average | Moving RMS | Moving Standard Deviation | Moving Variance | Median Filter