|
Algorithm 1. IEKF estimation model |
-
(1)
Step 1 (initialization): Initialization of IEKF is similar to EKF as the initial state vector and initial error covariance , and state prediction step are the same as in EKF.
-
(2)
Step 2 (measurement update iterations): Measurement iterations are started by initializing and , computation of Jacobian matrix, Kalman gain and state estimate for the next iteration:
Step 2 is iteratively executed once a stopping criterion is achieved, i.e., the difference between two successive approximations is less than a predefined threshold , .
-
(3)
Step 3 (finalization): Once the stopping criteria is achieved, the state vector and covariance matrix is finalized
|