ardupilot/libraries/Filter
James Bielman 4fa7bb1486 Add AVR compatibility header for missing math.h definitions.
- Define float versions of math functions to the double versions
  on AVR (eg. #define sinf sin).
- These macros appear to be missing in older versions of avr-libs.
- Include AP_Math.h rather than math.h to get these definitions.
2013-01-16 13:52:17 +11:00
..
examples Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
AverageFilter.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
Butter.h Filter: fixed butter filter build on px4 2013-01-16 09:15:22 +11:00
DerivativeFilter.cpp Add AVR compatibility header for missing math.h definitions. 2013-01-16 13:52:17 +11:00
DerivativeFilter.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
Filter.h Filter: added 2nd-order butterworth filters. 2013-01-14 19:18:47 -08:00
FilterClass.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
FilterWithBuffer.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
LowPassFilter.h Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
ModeFilter.h Filter: ported to AP_HAL 2012-12-20 14:51:25 +11:00
keywords.txt Filter - added AverageFilter, removed SumFilter 2012-02-28 21:01:11 +09:00