@ Filtering accelerometer Data
显示 更早的评论
I have recorded accelerations on vibration setup using accelerometer.
How to filter the low frequency accelerometer data? Can anybody provide me general code to filter data?
Thanks and regards, Mac.
回答(2 个)
Star Strider
2015-7-8
1 个投票
I would first do an fft of your data to identify the approximate frequencies of your valid signal and where the high-frequency noise begins. Then use a bandpass filter with a low cutoff of about 1 Hz (to eliminate D-C offset and low-frequency baseline variations) and a high-frequency cutoff to eliminate the noise.
A general outline of filter design and implementation (using the Signal Processing Toolbox) is here.
bio lim
2015-7-8
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Signal Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!