Moving average
DSP System Toolbox / Statistics
The Moving Average block computes the moving average of the input signal along each channel independently over time. The block uses either the sliding window method or the exponential weighting method to compute the moving average. In the sliding window method, a window of specified length moves over the data sample by sample, and the block computes the average over the data in the window. In the exponential weighting method, the block multiplies the data samples with a set of weighting factors and then sums the weighted data to compute the average. For more details on these methods, see Algorithms.
Data Types |
|
Multidimensional Signals |
|
Variable-Size Signals |
|