Accelerometer Filtering Data - how to find the valid signals frequency?
Mostrar comentarios más antiguos
Hello all, I have an 1-axis accelerometer data sample, with a frequency sample of 51,2 kHz, but it has so much noise. I stared calculating and plotting the fft, trying to find the frequencies that I believe it would be valid signals or noises. My question is: Is there a simple way to visualize this? I know I should use a filter to noise filtering, but i can't do this without the information of which frequencies have the valid signals.
I've attached the signal data (.mat) and two pictures, the first one is Time Domain, and the other one the FFT.
Thanks!
Respuesta aceptada
Más respuestas (1)
SUJIT MATALE
el 30 de Dic. de 2017
0 votos
Thanks. Will you please help me understand what is DC offset?
2 comentarios
Douglas Montovaneli
el 30 de Dic. de 2017
Star Strider
el 30 de Dic. de 2017
@Douglas Montovaneli — Excellent explanation! Thank you!
Actually, what I term the ‘d-c offset’ is the 0 Hz or direct-current (d-c) offset. Another term for what I term the ‘d-c offset’ is the mean offset. If you subtract the mean of your time-domain signal (setting the 0 Hz or d-c to zero), it is much easier to see the other frequency components of your signal.
The bandpass filter approach is an effective way to eliminate it. Another way is simply to subtract it from your time-domain signal.
Categorías
Más información sobre Spectral Measurements 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!