Filtering accelerometer data noise
Posted
by Faiz
on Stack Overflow
See other posts from Stack Overflow
or by Faiz
Published on 2009-10-28T17:39:21Z
Indexed on
2010/06/03
11:44 UTC
Read the original article
Hit count: 248
android-sdk
|accelerometer
Hi
How do I filter noise of the accelerometer data in Android? I would like to create a high-pass filter for my sample data so that I could eliminate low frequency components and focus on the high frequency components. I have read that Kalman filter might be the best candidate for this, but how do I integrate or use this method in my application which will mostly written in Android Java? or can it be done in the first place? or through Android NDK? Is there by any chance that this can be done in real-time?
Any idea will be much appreciated. Thank you!
© Stack Overflow or respective owner