What is the difference between 'smooth' and 'smoothdata' function?
Mostrar comentarios más antiguos
I known that the 'smooth' function deals with response data while the 'smoothdata' function deals with noisy data.
Is there any difference bewteen response data and noisy data?
Are 'smooth' and 'smoothdata' repetitive functions?
4 comentarios
dpb
el 19 de Abr. de 2020
I don't understand the supposed difference between "reponse" and "noisy" data? Data are data; anything can be filtered and/or smoothed; the source has little, if any, bearing. From whence did you get the description/idea of the two having some supposed different application? It's not in the TMW documentation for either.
smoothdata is pretty new as compared to smooth but is in the base product datafun library whereas smoothdata is in the CurveFit TB so had to have had it before to have access.
They do have quite similar functionality altho they don't quite replicate each other in how are implemented re: end effects and computing moving averages so won't get identical results in most cases even trying to match parameters.
Yuqian Si
el 19 de Abr. de 2020
dpb
el 19 de Abr. de 2020
Not really...the differences should be minor as it is really only the end effects that can't make same.
You'll end up trying several different types to find what works well in a given situation, they'll undoubtedly have far more differences between them than the relatively minor differences of the implementation differences.
If you didn't have the SP TB you'd not know about smooth, anyways, and be just as happy with smoothdata... :)
Yuqian Si
el 20 de Abr. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Calendar 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!