Effacer les filtres
Effacer les filtres

How to remove noise from the signal analyzed by fft

6 vues (au cours des 30 derniers jours)
peter huang
peter huang le 9 Avr 2022
Commenté : Star Strider le 10 Avr 2022
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

Réponse acceptée

Star Strider
Star Strider le 9 Avr 2022
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 commentaires
peter huang
peter huang le 10 Avr 2022
Modifié(e) : peter huang le 10 Avr 2022
thanks~
Star Strider
Star Strider le 10 Avr 2022
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by