Skip to main content
. 2017 Nov 21;17(11):2690. doi: 10.3390/s17112690
Algorithm 2 uKF algorithm description.
Require: zt, for t=0,,T1, Q, C, S
 1: Initialization: x^0|0(15), P^0(16), θ^0|0[x^0|0T,0,0]T, Σ^0|0I4
 2: for t=1,,T1 do
 3:  Prediction:
 4:    θ^t|t1(22a)Σ^t|t1(22b)
 5:  KtΣ^t|t1GtT(GtΣ^t|t1GtT+C)1
 6:  Update:
 7:    θ^t|t(26a)Σ^t|t(26b)P^0(16)
 8: end for