Skip to content

christianausb/numericalCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numericalCodes

Collection of codes for numeric computations

Extended Kalman filtering in c++

This code uses Eigen and the automatic differentiation to implement an extended Kalman filter for a given nonlinear dynamic system. Herein, the Jacobian matrix needed to compute the linearization of the nonlinear dynamics is computed using automatic differentiation. Hence, a manual (analytic) derivation and implementation is not needed. The implementation is based on templates; therefore, it is convenient to customize the number of states, outputs, and inputs.

About

Collection of codes for numeric computations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published