What is the difference between 'smooth' and 'smoothdata' function?
이전 댓글 표시
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
dpb
2020년 4월 19일
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
2020년 4월 19일
dpb
2020년 4월 19일
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
2020년 4월 20일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Calendar에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!