How to remove noise from the signal analyzed by fft
14 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
peter huang
il 9 Apr 2022
Commentato: Star Strider
il 10 Apr 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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/958200/image.png)
0 Commenti
Risposta accettata
Star Strider
il 9 Apr 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 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!