Moving Average Filter
Version 1.0.0.0 (1.66 KB) by
Vallabha Hampiholi
Implementation of Moving Average filter.
The moving average filter operates by averaging a number of points from the
input signal to produce each point in the output signal. In equation form,
this is written:
1 M-1
Y[i] = --- SUM X[i + j]
M j=0
Cite As
Vallabha Hampiholi (2024). Moving Average Filter (https://www.mathworks.com/matlabcentral/fileexchange/35925-moving-average-filter), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2008a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Digital Filtering in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |