Filtering the data with fft
Mostrar comentarios más antiguos
Hello community, I hope someone would have a clear answer for me...
First, I watched this video ( https://www.youtube.com/watch?v=VFt3UVw7VrE ,Designing Digital Filters with MATLAB) about designing filter with Matlab. This video deals with FFT, and LPF, HPF etc. to delete the noise in the data.
In this video, when they FFT their signals, it is very clear that which frequency should be cut-off. See below.

So motivated from this video, I plan to 1. FFT my signal, 2. Find the frequency to cut-off, 3. and get the data(or a plot) without noises.
Look at the my data. This data has 88Hz sampling frequency, and has a noise on the signal. Obvously it is a sine wave with noises, so final goal is to get the sine curve without noise, obviously.

To eliminate the noises so I did the fft plot.

However plot shows kind of impulses on 10.446Hz, 76.6038Hz, which is not really similar like Matlab video example. They have some bands to cut off, not the impulse.
So I want to ask;
Am I approaching in right way?
Is that the impulse making the noises?
How can I cut them off?
Thank you very much.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with Signal Processing Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!