kalman-cpp
Implementation of Kalman Filter in C++
|
Example for the Kalman filter. More...
Functions | |
int | main (int argc, char **argv) |
Example for the Kalman filter.
A system in x-y plane, a kinematic system, with position and velocity as the states. The system has 4 input states ( \(x\), \(y\), \(\dot{x}\), \(\dot{y}\)). and 2 output states ( \(x\), \(y\)).
int main | ( | int | argc, |
char ** | argv | ||
) |