Robust Least-Squares Smoother

Version 1.3.0.0 (6,11 ko) par Jim
Smooths Noisy, Outlier-Infested Data by Minimizing a Cost Function
821 téléchargements
Mise à jour 28 fév. 2015

Afficher la licence

IRLSSMOOTH takes the same smoothing approach as LSSMOOTH (ID:49789) but adds Iterative Reweighting to deweight outliers, preventing them from swaying the smoothed output sequence. The user controls are the same, but IRLSSMOOTH typically makes 7 - 10 iterations, so it's less speedy. The cost function minimization idea, used in both LSSMOOTH and IRLSSMOOTH is credited to ID:48799.

The user specifies the smoother response time in units of samples, which translates to roughly the same bandwidth as a moving average of that many samples. The output is much smoother though, due to greater high-frequency attenuation.

Optionally, the user can specify the highest derivative not to penalize, which affects the smoother's transient response. The default is 2. Lower numbers produce more damping and higher numbers less. In practice the differences are usually subtle. More details about the inputs are found in the code header.

In IRLSSMOOTH , as in LSSMOOTH, the question of how to treat the ends of the sequence never arises. Every output sample is part of the vector solution to the cost minimization.

See also LSSMOOTH, ID:49789

Citation pour cette source

Jim (2024). Robust Least-Squares Smoother (https://www.mathworks.com/matlabcentral/fileexchange/49788-robust-least-squares-smoother), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : powersmooth

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.3.0.0

Fixed title problem

1.2.0.0

Tweaked internal mapping of tau, based on a more indicative metric.

1.1.0.0

Revised description, reference ID numbers inserted

1.0.0.0