Exponential Smoother

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