How to apply filter to smooth data?
Mostrar comentarios más antiguos
size(A)=[512 1].
What is the function to smooth 'A' with either moving average or least square method?
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 17 de Abr. de 2013
doc smooth
If you have the Curve Fitting Toolbox.
2 comentarios
Yun Inn
el 17 de Abr. de 2013
Sean de Wolski
el 18 de Abr. de 2013
A few options would be to use filter() or conv() or a for-loop.
Or you could purchase the CFT :)
Categorías
Más información sobre Smoothing and Denoising en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!