How to fix a discontinuity through interpolation
조회 수: 13(최근 30일)
표시 이전 댓글
Good morning everyone,
I am trying to find an interpolation method that helps me avoid a discontinuity. In Particular, i made a lookup table periodic (from -180 to 180) using a wrapTo180 function. The plot i obtain is this:

The only problem i have is at 180 (and 180 + 2pi and so on). In this particular point the plot has a discontinuity.

Would it be possible to make the function continuous in C1 interpolating the values that come out of the lookup table? I'd basically like to obtain the same diagram, without the knee.
Thank you in advace for the help.
댓글 수: 6
J. Alex Lee
2021년 11월 23일
I wonder how many terms in a Fourier series it would take to fit that well...
답변(0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!