|
Algorithm 1. Summary of the SINS/WSN FATCI algorithm. |
| 1: Initialize state vector
and covariance matrix P0
|
| 2: for
k = 1, 2, 3, … do
|
| 3: Obtain
and from WSN measurement |
| 4: if
then
|
| 5: Evaluate
and get the number of measurement |
| 6:
,
|
| 7: Calculate
from FIS based on the
|
8: Update the measurement covariance error matrix
|
9: Compute Kalman gain matrix
|
| 10: Update measurement equations using (28) and (29) |
| 11: Predict state equations using (26) and (27) |
| 12: end if
|
| 13: end for
|