Exponential Smoother
Version 1.1.0.0 (2.33 KB) by
Kamil Wojcicki
Exponential smoothing of time series.
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.
Cite As
Kamil Wojcicki (2025). Exponential Smoother (https://www.mathworks.com/matlabcentral/fileexchange/34743-exponential-smoother), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Curve Fitting Toolbox >
- Signal Processing > Signal Processing Toolbox > Signal Generation and Preprocessing > Smoothing and Denoising >
Find more on Curve Fitting Toolbox in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.