|
Complementary Filter 1.0
Complementary Filter for Real-Time Application
|
Declaration of the complementary filter class. More...
#include "CF.tpp"Go to the source code of this file.
Classes | |
| class | estimators::cf::CF< T > |
| Generic complementary filter for sensor fusion. More... | |
Namespaces | |
| namespace | cf |
| Contains the complementary filter implementation. | |
| namespace | estimators |
| Contains estimation and sensor-fusion algorithms. | |
| namespace | estimators::cf |
Declaration of the complementary filter class.
This file defines the estimators::cf::CF class, which implements a complementary filter for sensor fusion.
A complementary filter combines measurements from different sensors by exploiting their complementary frequency characteristics. For example, a low-frequency measurement from one sensor can be combined with a high-frequency measurement from another sensor to obtain a more stable estimate.
The filter parameters are defined by the cutoff frequency, time step, time constant, and filter coefficient.
Definition in file cf.h.