ardupilot/libraries/Filter
Andrew Tridgell d7d33c64b7 Filter: fixed a off-by-one DerivativeFilter bug
many thanks to Jon Challinger for noticing this!
2012-08-08 12:07:35 +10:00
..
examples Filter: fixed DerivativeFilter example build 2012-07-05 16:29:21 +10:00
AverageFilter.h Filter: added 5 point average float filter 2012-06-27 16:01:50 +10:00
DerivativeFilter.cpp Filter: fixed a off-by-one DerivativeFilter bug 2012-08-08 12:07:35 +10:00
DerivativeFilter.h Filter: split the DerivativeFilter steps into update() and slope() 2012-07-06 15:11:30 +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
keywords.txt Filter - added AverageFilter, removed SumFilter 2012-02-28 21:01:11 +09: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