Add DSP code to filter data, allowing for integration/differentiation
authorKeith Packard <keithp@keithp.com>
Sun, 6 Sep 2009 19:51:48 +0000 (12:51 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 6 Sep 2009 19:51:48 +0000 (12:51 -0700)
commit7a19aac5e881e635962a64fff73027ca2143b96f
treebb2fec6660529832e9c2defd67c5ed7ef07bbeea
parent6d018ab933832e2d80bb1564c339d9fb18b57be2
Add DSP code to filter data, allowing for integration/differentiation

This adds the computation of speed from both accelerometer and
barometer measurements and then presents a periodic flight profile
using filtered data as a detailed flight record.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 files changed:
ao-tools/ao-postflight/ao-postflight.c
ao-tools/lib/Makefile.am
ao-tools/lib/cc-analyse.c
ao-tools/lib/cc-dsp.c [new file with mode: 0644]
ao-tools/lib/cc-integrate.c [new file with mode: 0644]
ao-tools/lib/cc-period.c [new file with mode: 0644]
ao-tools/lib/cc-process.c [new file with mode: 0644]
ao-tools/lib/cc.h
ao-tools/lib/cephes.h [new file with mode: 0644]
ao-tools/lib/chbevl.c [new file with mode: 0644]
ao-tools/lib/cmath.h [new file with mode: 0644]
ao-tools/lib/i0.c [new file with mode: 0644]
ao-tools/lib/mconf.h [new file with mode: 0644]