What are the different filters I can use for filtering accelerometer data?

12 views (last 30 days)
Low pass butterworth filter is providing a crude filtered output. In case a finer/more accurate output is needed, which filter should be used?

Accepted Answer

Star Strider
Star Strider on 9 Jun 2015
The Butterworth is a good choice, because of its flat passband and stopband characteristics. I would use a bandpass filter rather than a lowpass filter, since you can eliminate the d-c offset and low-frequency baseline drift with the low-frequency cutoff, and the noise with the high-frequency cutoff.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!