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类别
- AI and Statistics > Curve Fitting Toolbox >
- Signal Processing > Signal Processing Toolbox > Signal Generation and Preprocessing > Smoothing and Denoising >
在 Help Center 和 MATLAB Answers 中查找有关 Curve Fitting Toolbox 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!