kalman-cpp
Implementation of Kalman Filter in C++
|
Example for the second order extended Kalman filter. More...
Functions | |
int | main (int argc, char **argv) |
Example for the second order extended Kalman filter.
This example is taken from here, section 3.2: "Tracking a random sine signal".
int main | ( | int | argc, |
char ** | argv | ||
) |