ardupilot/libraries/Filter
Andy Piper dfba938e63 Filter: add triple harmonic notches 2022-07-03 18:21:41 +10:00
..
examples Filter: fixed reset of filters to first value 2021-02-05 15:01:22 +11:00
tests Filter: added a way to plot attenuation and phase lag for complex filters 2022-06-30 20:58:37 +10:00
AverageFilter.h Filter: add missing override keyword 2019-02-20 19:23:54 +11:00
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 triple harmonic notches 2022-07-03 18:21:41 +10:00
HarmonicNotchFilter.h Filter: add triple harmonic notches 2022-07-03 18:21:41 +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: fixed ordering of samples in notch reset 2022-06-12 15:39:44 +10:00
NotchFilter.h Filter: fixed reset of notch filters 2022-06-12 15:39:44 +10:00
SlewLimiter.cpp Filter: NFC spell corrections in comments 2022-06-11 08:43:03 +09:00
SlewLimiter.h Filter: use CLASS_NO_COPY 2021-06-08 11:14:52 +10:00