Skip to main content
. 2016 Nov 2;7(11):197. doi: 10.3390/mi7110197
Algorithm 1. Summary of the SINS/WSN FATCI algorithm.
1: Initialize state vector x^0 and covariance matrix P0
2: for k = 1, 2, 3, … do
3:   Obtain z^ and σ^ from WSN measurement
4:   if z^zk1 then
5:     Evaluate z^ and get the number of measurement
6:         zk=z^, σW,k=σ^
7:     Calculate Sk from FIS based on the σ^
8:     Update the measurement covariance error matrix
          Rk+1=Sk+1bRk
9:     Compute Kalman gain matrix
       Kk=Pk|k1HkT[HkPk|k1HkT+Rk]
10:      Update measurement equations using (28) and (29)
11:      Predict state equations using (26) and (27)
12:   end if
13: end for