![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
Kalman Filter Implementation (Takasu Formulation). More...
#include "types.h"Go to the source code of this file.
Namespaces | |
| namespace | warpos |
Functions | |
| int | warpos::kalman_takasu (floating_point *x, floating_point *P, const floating_point *dz, const floating_point *R, const floating_point *Ht, int n, int m, floating_point chi2_threshold, floating_point *chi2) |
| Kalman Filter Routine (Takasu Formulation). | |
| void | warpos::kalman_predict (floating_point *x, floating_point *P, const floating_point *Phi, const floating_point *G, const floating_point *Q, int n, int r) |
| Kalman Temporal / Prediction Step. | |
Kalman Filter Implementation (Takasu Formulation).
KFCore