/extended-kalman-filter

C++ implementation of Extended Kalman Filter.

Primary LanguageC++

Extended Kalman Filter

C++ implementation of EKF. Arduino compatible.

Depency: LineArduino

You must implement functions declared in KalmanParams.h to define your matricies.

Functions getF and getH have an additional parameter - vector z (one-column matrix) of current state.