ardupilot/libraries/Filter
Leonard Hall a11a1db58b Filter: Support changing update period 2023-01-08 21:03:25 +11:00
..
examples Filter: fixed reset of filters to first value 2021-02-05 15:01:22 +11:00
tests Filter: fixed test_notchfilter for the change in allocate_filters() 2022-07-10 06:57:29 +10: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: allow for expansion of dynamic filters 2022-10-19 10:24:53 +11:00
HarmonicNotchFilter.h Filter: allow for expansion of dynamic filters 2022-10-19 10:24:53 +11:00
LowPassFilter.cpp Filter: Support changing update period 2023-01-08 21:03:25 +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: fixed out of bound access in ModeFilter 2022-09-06 10:49:50 +10:00
ModeFilter.h Filter: moved ModeFilter to C++ 2021-04-15 06:57:16 +10:00
NotchFilter.cpp Filter: optimize notch filter frequency updates when the requested frequency has not changed 2022-10-04 13:38:30 +11:00
NotchFilter.h Filter: optimize notch filter frequency updates when the requested frequency has not changed 2022-10-04 13:38:30 +11:00
SlewLimiter.cpp Filter: Support changing update period 2023-01-08 21:03:25 +11:00
SlewLimiter.h Filter: use CLASS_NO_COPY 2021-06-08 11:14:52 +10:00