필터 지우기
필터 지우기

How to smooth the sharp peaks of a curve?

조회 수: 1 (최근 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개)

카테고리

Help CenterFile Exchange에서 Smoothing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by