Accelerometer Filtering Data - how to find the valid signals frequency?
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (1)
SUJIT MATALE
am 30 Dez. 2017
0 Stimmen
Thanks. Will you please help me understand what is DC offset?
2 Kommentare
Douglas Montovaneli
am 30 Dez. 2017
Star Strider
am 30 Dez. 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.
Kategorien
Mehr zu Spectral Measurements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!