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 constant voltage of 12 V is measured as output of a system. This example is taken from here.
int main | ( | int | argc, |
char ** | argv | ||
) |