Exponential Smoother

버전 1.1.0.0 (2.33 KB) 작성자: Kamil Wojcicki
Exponential smoothing of time series.
다운로드 수: 1.9K
업데이트 날짜: 2012/1/23

라이선스 보기

Y = EXPSMOOTH( X, FS, TAU )

Given input sequence X (column vector), sampled at FS Hertz, returns exponentially smoothed output sequence Y. Time constant (in milliseconds) for the exponential smoother is specified in TAU. If X is a matrix, then smoothing of column vectors of X is performed and returned as column vectors of Y.

For further help including example usage type "help expsmooth" in MATLAB.

인용 양식

Kamil Wojcicki (2024). Exponential Smoother (https://www.mathworks.com/matlabcentral/fileexchange/34743-exponential-smoother), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Updated title.

1.0.0.0