Azzera filtri
Azzera filtri

@ Filtering accelerometer Data

40 visualizzazioni (ultimi 30 giorni)
Mac Rodge
Mac Rodge il 8 Lug 2015
Risposto: Star Strider il 8 Lug 2015
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.

Risposte (2)

Star Strider
Star Strider il 8 Lug 2015
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
bio lim il 8 Lug 2015
Here is an example of designing a low pass FIR filter (You can expand it into high pass as well). Moreover, video on creating and applying low pass filter can be found here. Also, signal smoothing example is here .

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by