필터 지우기
필터 지우기

How to remove noise from the signal analyzed by fft

조회 수: 6 (최근 30일)
peter huang
peter huang 2022년 4월 9일
댓글: Star Strider 2022년 4월 10일
i analyzed tide signal want find to the actual frequency but fft product many noise
i want remove it
matlab have which code can remove noise
thanks

채택된 답변

Star Strider
Star Strider 2022년 4월 9일
Probably the easiest way to deal with a noisy signal (considering that the nature of the noise is not stated here) is to use the Signal Processing Toolbox sgolayfilt function. I usually choose a 3-degree polynomial, and then adjust the window length until I get the result that I want.
Take the fft of the smoothed signal to determine the frequency. It will have the same length and sampling frequency of the original data.
  댓글 수: 2
peter huang
peter huang 2022년 4월 10일
편집: peter huang 2022년 4월 10일
thanks~
Star Strider
Star Strider 2022년 4월 10일
As always, my pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by