Fast moving average
A fast implementation of the moving average filter for long kernels.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Christian Kothe (2026). Fast moving average (https://in.mathworks.com/matlabcentral/fileexchange/34567-fast-moving-average), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: downsample_ts
General Information
- Version 1.2.0 (2.26 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2.0 | The N<500 case is now correctly implemented... (had a dumb error before) |
||
| 1.1.0 | Fixed an issue pointed out by Jan Simon (failed to determine along which dimension to filter when the signal was a scalar) and updated the docs. |
||
| 1.0.0 |