kalman-cpp
Implementation of Kalman Filter in C++
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  kalman
 ekf.cppExtended Kalman filter implementation, for a nonlinear system
 ekf.hHeader file for the extended Kalman filter implementation, for a nonlinear system
 ekf2.cppSecond order extended Kalman filter implementation, for a nonlinear system
 ekf2.hHeader file for the second order extended Kalman filter implementation, for a nonlinear system
 fx.cppImplement a user defined mathematical function
 fx.hA header file for a user defined mathematical function
 kf.cppKalman filter implementation, for a linear system
 kf.hHeader file for the Kalman filter, for a linear system
 ukf.cppUnscented Kalman filter implementation, for a nonlinear system
 ukf.hHeader file for the Unscented Kalman filter (UKF)
  samples
 main1.cppExample for the Kalman filter
 main10.cppAn example for an Unscented Kalman filter (UKF)
 main11.cppAn example for an Unscented Kalman filter
 main2.cppExample for the Kalman filter
 main3.cppExample for the Kalman filter
 main4.cppExample for the extended Kalman filter
 main5.cppExample for the extended Kalman filter
 main6.cppExample for the extended Kalman filter
 main7.cppAn example of a Kalman filter practical application
 main8.cppExample for the second order extended Kalman filter
 main9.cppThis is to test the class FX to compute Jacobian and Hessian of function(s)