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 kinematic system, with position and velocity as the states. Measured output is position.
int main | ( | int | argc, |
char ** | argv | ||
) |