mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 09:24:01 -04:00
There are implementations for float, Vector2f and Vector3f for the Low Pass Filter and the *2p filter. I tried to implement these filters with one common template implementation. This implementation saves some lines of code and reduced the redundancy. One could save even more code if the currently overloaded isinf/isnan functions and checks can be removed. Signed-off-by: Daniel Frenzel <dgdanielf@gmail.com> |
||
---|---|---|
.. | ||
examples | ||
AverageFilter.h | ||
Butter.h | ||
DerivativeFilter.cpp | ||
DerivativeFilter.h | ||
Filter.h | ||
FilterClass.h | ||
FilterWithBuffer.h | ||
keywords.txt | ||
LowPassFilter2p.cpp | ||
LowPassFilter2p.h | ||
LowPassFilter.cpp | ||
LowPassFilter.h | ||
ModeFilter.h |