How to apply filter to smooth data?
이전 댓글 표시
size(A)=[512 1].
What is the function to smooth 'A' with either moving average or least square method?
채택된 답변
추가 답변 (1개)
Sean de Wolski
2013년 4월 17일
doc smooth
If you have the Curve Fitting Toolbox.
댓글 수: 2
Yun Inn
2013년 4월 17일
Sean de Wolski
2013년 4월 18일
A few options would be to use filter() or conv() or a for-loop.
Or you could purchase the CFT :)
카테고리
도움말 센터 및 File Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!