kalman-cpp
Implementation of Kalman Filter in C++
|
An example of a Kalman filter practical application. More...
#include "kf.h"
Functions | |
int | main (int argc, char **argv) |
An example of a Kalman filter practical application.
An example on using Kalman fiter for smoothing measurement data. Assume we have a measurment data. We will use the second scenario of using Kalman filter. In this scenario, there is no need for the Kalman precdure to simulate the system. We then tune Q and R to have the best filtering performance.
int main | ( | int | argc, |
char ** | argv | ||
) |