フィルターのクリア

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 Center および File ExchangeSmoothing and Denoising についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by