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!