Skip to main content
. 2022 Aug 26;22(17):6438. doi: 10.3390/s22176438
Algorithm 1: Compute state and error covariance time update
for i=1 to Ns
{xekf[i]=A[i]xekf[i]+uk1}
for i=1 to Ns
{for j=1 to Ns
{σx[i][j]=A[i]A[j]σx[i][j]+σw[i][j]}}