ardupilot/libraries/Filter
Andy Piper 39d928aa49 Filter: add mutators for notch filter parameters 2022-05-04 17:05:51 +10:00
..
examples Filter: fixed reset of filters to first value 2021-02-05 15:01:22 +11:00
tests Filter: add trivial test for ModeFilter get method (float version) 2022-02-19 11:16:40 +11:00
AverageFilter.h
Butter.h Filter: tidy includes 2022-05-03 09:14:58 +10:00
DerivativeFilter.cpp
DerivativeFilter.h
Filter.h
FilterClass.h
FilterWithBuffer.h
HarmonicNotchFilter.cpp Filter: add mutators for notch filter parameters 2022-05-04 17:05:51 +10:00
HarmonicNotchFilter.h Filter: add mutators for notch filter parameters 2022-05-04 17:05:51 +10:00
LowPassFilter.cpp Filter: optimize hot parts of notch filter updates 2021-12-22 18:23:33 +11:00
LowPassFilter.h Filter: use CLASS_NO_COPY 2021-06-08 11:14:52 +10:00
LowPassFilter2p.cpp Filter: optimize hot parts of notch filter updates 2021-12-22 18:23:33 +11:00
LowPassFilter2p.h Filter: use CLASS_NO_COPY 2021-06-08 11:14:52 +10:00
ModeFilter.cpp Filter: moved ModeFilter to C++ 2021-04-15 06:57:16 +10:00
ModeFilter.h Filter: moved ModeFilter to C++ 2021-04-15 06:57:16 +10:00
NotchFilter.cpp Filter: removed parameters from the old notch filter 2022-04-19 09:39:03 +10:00
NotchFilter.h Filter: add mutators for notch filter parameters 2022-05-04 17:05:51 +10:00
SlewLimiter.cpp Filter: set output slew rate to zero when max is zero. 2021-11-11 08:13:23 +09:00
SlewLimiter.h Filter: use CLASS_NO_COPY 2021-06-08 11:14:52 +10:00