Fast moving average

A fast implementation of the moving average filter for long kernels.

Download
Download

You are now following this Submission

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

Categories

Find more on Signal Processing Toolbox in Help Center and MATLAB Answers

General Information

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)

Download
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.

Download
1.0.0

Download