How to apply filter to smooth data?
Afficher commentaires plus anciens
size(A)=[512 1].
What is the function to smooth 'A' with either moving average or least square method?
Réponse acceptée
Plus de réponses (1)
Sean de Wolski
le 17 Avr 2013
doc smooth
If you have the Curve Fitting Toolbox.
2 commentaires
Yun Inn
le 17 Avr 2013
Sean de Wolski
le 18 Avr 2013
A few options would be to use filter() or conv() or a for-loop.
Or you could purchase the CFT :)
Catégories
En savoir plus sur Smoothing and Denoising dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!