Principles of Extended Kalman Filter and C Implementation for Embedded Systems

Principles of Extended Kalman Filter and C Implementation for Embedded Systems

A friend and I discussed the Extended Kalman Filter and its implementation in C, so I organized this for future reference.The Extended Kalman Filter (EKF) is an extension of the Kalman filter for nonlinear systems, which approximates nonlinear models through Taylor series first-order linearization. It is suitable for systems where the state or observation equations … Read more