Accelerometer Filtering Data - how to find the valid signals frequency?
古いコメントを表示
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!
採用された回答
その他の回答 (1 件)
SUJIT MATALE
2017 年 12 月 30 日
0 投票
Thanks. Will you please help me understand what is DC offset?
2 件のコメント
Douglas Montovaneli
2017 年 12 月 30 日
Star Strider
2017 年 12 月 30 日
@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.
カテゴリ
ヘルプ センター および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!