ardupilot/libraries/Filter
Andrew Tridgell 2a7b298bbc MAVLink: moved mavlink variables back to library
these were moved to the main sketches to allow for compile time
selection of MAVLink 0.9 vs 1.0. We no longer support 0.9, so we can
move it back, which simplifies some test sketches
2012-08-09 12:06:21 +10:00
..
examples MAVLink: moved mavlink variables back to library 2012-08-09 12:06:21 +10:00
AverageFilter.h Filter: added 5 point average float filter 2012-06-27 16:01:50 +10:00
DerivativeFilter.cpp Filter: automatically cope with duplicate timestamps 2012-08-08 12:07:35 +10:00
DerivativeFilter.h Filter: automatically cope with duplicate timestamps 2012-08-08 12:07:35 +10:00
Filter.h Filter - added AverageFilter, removed SumFilter 2012-02-28 21:01:11 +09:00
FilterWithBuffer.h Filter: cope with non-uniform time steps in the DerivativeFilter 2012-07-05 13:00:47 +10:00
LowPassFilter.h Filter - added simple LowPassFilter (simple but it's possible to make errors with simple stuff too so might as well have one) 2012-03-25 16:15:25 +09:00
ModeFilter.h Filter - remove obsolete warning from comments re alloc/malloc dangers 2012-03-25 16:14:07 +09:00
keywords.txt Filter - added AverageFilter, removed SumFilter 2012-02-28 21:01:11 +09:00