How to smooth the sharp peaks of a curve?

29 ビュー (過去 30 日間)
Micro Torrent
Micro Torrent 2016 年 10 月 8 日
編集済み: Micro Torrent 2016 年 10 月 8 日
I want to smooth this kind of sharp peaks and it's fine if I need to multiply the equation to some equations or manipulate the data. I have tried
y_given=interp1(x,y,xgiven,'spline');
and
cs = csapi(x,y);
fnplt(cs,1);"
but it doesn't change my curve so much.

回答 (0 件)

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by