
How to smoothen the disturbed curve?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have plotted this curve attached below and it seems to be quite distorted in order to analyse it.

How can I smoothen it to analyse it better?
댓글 수: 0
채택된 답변
Sam Chak
2022년 6월 5일
Adding a lowpass filter should filter the high-frequency input signal
with normalized passband frequency. For more info, please check the documentation on lowpass():

댓글 수: 0
추가 답변 (1개)
Image Analyst
2022년 6월 5일
If you want, you can fit the data to an exponential decay, if you think the underlying physics might follow that model. Demo attached.

댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!