Exponential Smoother
Versión 1.1.0.0 (2,33 KB) por
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.
Citar como
Kamil Wojcicki (2024). Exponential Smoother (https://www.mathworks.com/matlabcentral/fileexchange/34743-exponential-smoother), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- AI and Statistics > Curve Fitting Toolbox >
- Signal Processing > Signal Processing Toolbox > Signal Generation and Preprocessing > Smoothing and Denoising >
Más información sobre Curve Fitting Toolbox en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.