Fast moving average
버전 1.2.0.0 (2.29 KB) 작성자:
Christian Kothe
A fast implementation of the moving average filter for long kernels.
In terms of behavior, this is an alternative to filter() for a moving-average kernel. The running time does not grow with filter length beyond N=500.
The code uses a variant of the cumsum-trick, although not the "garden variety" but in a way that does not run into numerical issues for long data arrays.
The function is suitable for incremental (online) processing.
인용 양식
Christian Kothe (2026). Fast moving average (https://kr.mathworks.com/matlabcentral/fileexchange/34567-fast-moving-average), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Signal Processing Toolbox에 대해 자세히 알아보기
태그
도움
도움 준 파일: downsample_ts
