Accelerometer Filtering Data - how to find the valid signals frequency?
Show older comments
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!
Accepted Answer
More Answers (1)
SUJIT MATALE
on 30 Dec 2017
0 votes
Thanks. Will you please help me understand what is DC offset?
2 Comments
Douglas Montovaneli
on 30 Dec 2017
Star Strider
on 30 Dec 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.
Categories
Find more on Spectral Measurements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!