Regarding how to remove oscillations

29 次查看(过去 30 天)
Hi,
I am writing a code to reconstruct Fenton Karma model via Fourier Series using lsqcurvefit command. On recosntruction ,I got some oscillations.How can I remove them. I have attached the code with the required figure.

回答(1 个)

Image Analyst
Image Analyst 2020-9-20
Use medfilt1() or sgolayfilt() to get rid of small local oscillations.
  3 个评论
Image Analyst
Image Analyst 2022-2-17
@star mahdavi take a look at all the different input options for findpeaks() and find one that will get rid of small ones, like maybe MinPeakHeight or something.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Parametric Spectral Estimation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by