madison-embedded / gcc-builds

For projects built with the GNU toolchain.
GNU General Public License v3.0
11 stars 8 forks source link

Data Processing: Implement Kalman Filter & Rolling Average #41

Open vkottler opened 7 years ago

vkottler commented 7 years ago

We want to accurately estimate position in one axis using an accelerometer.

The raw sensor data will carry some noise so we need to prevent our measurement from diverging if it isn't moving etc.

Kalman filtering: http://www.cs.unc.edu/~welch/kalman/