altos: Add Kalman filter to MicroPeak
authorKeith Packard <keithp@keithp.com>
Wed, 16 Jan 2013 23:15:49 +0000 (15:15 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 16 Jan 2013 23:21:24 +0000 (15:21 -0800)
commit540309240a8515116120dbd4403902282ed8c27b
tree450f6c9b95fcdaff2abce7dcdde17ee88ad0bcb9
parent249ee968305ae6e8fcf0a10e5cf9cc5826bd81dd
altos: Add Kalman filter to MicroPeak

This filters altitudes more accurately and also allows tracking of
acceleration, which is used to discard height data generated by
ejection charge noise

Signed-off-by: Keith Packard <keithp@keithp.com>
src/micropeak/Makefile
src/micropeak/ao_microflight.c [new file with mode: 0644]
src/micropeak/ao_microkalman.c [new file with mode: 0644]
src/micropeak/ao_micropeak.c
src/micropeak/ao_micropeak.h
src/test/Makefile
src/test/ao_micropeak_test.c [new file with mode: 0644]
src/test/plotmicro [new file with mode: 0755]