ardupilot/libraries/Filter
Andrew Tridgell 43d6015811 Filter: split the DerivativeFilter steps into update() and slope()
this allows us to apply new data at a different rate than we calculate
the slope.
2012-07-06 15:11:30 +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: split the DerivativeFilter steps into update() and slope() 2012-07-06 15:11:30 +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
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