ardupilot/libraries/Filter
Michelle Rossouw 3379a1a215 Filter: Add Vector2f option to notch filter 2021-07-06 14:56:02 +10:00
..
examples Filter: fixed reset of filters to first value 2021-02-05 15:01:22 +11:00
tests Filter: add gtest suite 2021-02-04 20:50:48 +11:00
AverageFilter.h
Butter.h
DerivativeFilter.cpp
DerivativeFilter.h
Filter.h
FilterClass.h
FilterWithBuffer.h
HarmonicNotchFilter.cpp Filter: add harmonic notch option to run at loop rate 2021-05-19 17:35:16 +10:00
HarmonicNotchFilter.h Filter: add harmonic notch option to run at loop rate 2021-05-19 17:35:16 +10:00
LowPassFilter.cpp Filter: added auto-init to LowPassFilter 2021-04-15 06:57:16 +10:00
LowPassFilter.h Filter: use CLASS_NO_COPY 2021-06-08 11:14:52 +10:00
LowPassFilter2p.cpp Filter: fixed reset of filters to first value 2021-02-05 15:01:22 +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: Add Vector2f option to notch filter 2021-07-06 14:56:02 +10:00
NotchFilter.h Filter: Add Vector2f option to notch filter 2021-07-06 14:56:02 +10:00
SlewLimiter.cpp Filter: Slewlimiter use different filtering for external reporting 2021-04-15 06:57:16 +10:00
SlewLimiter.h Filter: use CLASS_NO_COPY 2021-06-08 11:14:52 +10:00