ardupilot/libraries/Filter
2020-04-28 09:32:02 +10:00
..
examples Filter: example fix travis warning 2017-04-13 19:56:16 +01:00
AverageFilter.h Filter: add missing override keyword 2019-02-20 19:23:54 +11:00
Butter.h Filter: replace header guard with pragma once 2016-02-18 14:52:35 -02:00
DerivativeFilter.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
DerivativeFilter.h Filter: add override keyword 2018-11-08 11:30:12 +11:00
Filter.h Filter: replace header guard with pragma once 2016-02-18 14:52:35 -02:00
FilterClass.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
FilterWithBuffer.h Filter: add override keyword 2018-11-08 11:30:12 +11:00
HarmonicNotchFilter.cpp Filter: add support for double harmonic notches to more effectively target wider noise peaks 2020-04-28 09:32:02 +10:00
HarmonicNotchFilter.h Filter: add support for double harmonic notches to more effectively target wider noise peaks 2020-04-28 09:32:02 +10:00
LowPassFilter2p.cpp Filter: fixed crash on zero cutoff frequency 2019-02-08 13:54:54 +11:00
LowPassFilter2p.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
LowPassFilter.cpp Filter: added new constructor for 1p filter 2016-11-25 17:49:57 +11:00
LowPassFilter.h Filter: added new constructor for 1p filter 2016-11-25 17:49:57 +11:00
ModeFilter.h Filter: add override keyword 2018-11-08 11:30:12 +11:00
NotchFilter.cpp Filter: Alter Notch filter formula to remove /0 and allow perfect notch. 2019-09-11 18:41:05 +10:00
NotchFilter.h Filter: New HarmonicNotchFilter 2019-09-11 18:41:05 +10:00