Research Article

Robust Distributed Kalman Filter for Wireless Sensor Networks with Uncertain Communication Channels

Algorithm 1

Robust distributed fusion algorithm for node 𝑖 .
Given βˆ‘ 𝑖 𝑑 | 𝑑 βˆ’ 1 , error covariance, Μ‚ π‘₯ 𝑖 𝑑 | 𝑑 βˆ’ 1 , previous estimate, consensus
update parameter πœ€ , and the window size Ξ” .
 1. Obtain measurement 𝑦 𝑖 𝑑 = 𝐢 ( 𝛾 𝑖 𝑑 ) π‘₯ 𝑑 + 𝜐 𝑖 𝑑 + 𝑧 𝑖 𝑑 , 𝑖 = 1 , … , 𝑁 .
 2. For each measurement solve L1-norm optimization problem,
   reject outliers as given in (3.5) and then obtain the trimmed
   measurements: Μ‚ 𝑦 𝑖 𝑑 = 𝑦 𝑖 𝑑 βˆ’ Μ‚ 𝑧 𝑖 𝑑 .
 3. Calculate the mode probability P r ( 𝛾 𝑖 𝑑 ∣ Μ‚ 𝑦 𝑖 𝑑 βˆ’ Ξ” ∢ 𝑑 ) .
   Given P r ( 𝛾 𝑖 𝑑 βˆ’ Ξ” ∣ Μ‚ 𝑦 𝑖 𝑑 βˆ’ Ξ” ) ,
   For 𝑠 = 𝑑 βˆ’ Ξ” ∢ 𝑑
    Evaluate measurement likelihood for Μ‚ 𝑦 𝑖 𝑠 .
    Evaluate the Bayesian recursion (3.8)-(3.9).
   End
   Decide the channel mode Μ‚ 𝛾 𝑖 𝑑 using threshold testing.
 4. Compute contribution term of information state and matrix
   such that
           𝑒 𝑖 𝑑 = ( 𝐢 𝑖 𝑑 ( Μ‚ 𝛾 𝑖 𝑑 ) ) 𝑇 ( 𝑅 𝑖 ) βˆ’ 1 Μ‚ 𝑦 𝑖 𝑑 ,
          π‘ˆ 𝑖 𝑑 = ( 𝐢 𝑖 𝑑 ( Μ‚ 𝛾 𝑖 𝑑 ) ) 𝑇 ( 𝑅 𝑖 ) βˆ’ 1 𝐢 𝑖 𝑑 ( Μ‚ 𝛾 𝑖 𝑑 ) .
 5. Broadcast message π‘š 𝑖 𝑑 = ( 𝑒 𝑖 𝑑 , π‘ˆ 𝑖 𝑑 , Μ‚ π‘₯ 𝑖 𝑑 | 𝑑 βˆ’ 1 ) to neighbors in 𝐿 𝑖 .
 6. Collect messages π‘š π‘Ÿ 𝑑 = ( 𝑒 π‘Ÿ 𝑑 , π‘ˆ π‘Ÿ 𝑑 , Μ‚ π‘₯ π‘Ÿ 𝑑 | 𝑑 βˆ’ 1 ) from neighbors.
 7. Aggregate the information states and matrices of neighbors
   including node 𝑖 : 𝐽 𝑖 = 𝐿 𝑖 βˆͺ { 𝑖 } :
          𝑔 𝑖 𝑑 = βˆ‘ π‘Ÿ ∈ 𝐽 𝑖 𝑒 π‘Ÿ 𝑑 , 𝑆 𝑖 𝑑 = βˆ‘ π‘Ÿ ∈ 𝐽 𝑖 π‘ˆ π‘Ÿ 𝑑 .
 8. Compute the Kalman-Consensus estimate:
           ( 𝑀 𝑖 𝑑 ) βˆ’ 1 = ( Ξ¦ 𝑖 𝑑 ∣ 𝑑 βˆ’ 1 ) βˆ’ 1 + 𝑆 𝑖 𝑑 ,
  Μ‚ π‘₯ 𝑖 𝑑 ∣ 𝑑 = Μ‚ π‘₯ 𝑖 𝑑 ∣ 𝑑 βˆ’ 1 + 𝑀 𝑖 𝑑 ( 𝑔 𝑖 𝑑 βˆ’ 𝑆 𝑖 𝑑 Μ‚ π‘₯ 𝑖 𝑑 | 𝑑 βˆ’ 1 𝑀 ) + πœ€ 𝑖 𝑑 1 + β€– 𝑀 𝑖 𝑑 β€– βˆ‘ π‘Ÿ ∈ 𝐽 𝑖 ( Μ‚ π‘₯ π‘Ÿ 𝑑 ∣ 𝑑 βˆ’ 1 βˆ’ Μ‚ π‘₯ 𝑖 𝑑 ∣ 𝑑 βˆ’ 1 ) .
   Prediction stage
Ξ¦ 𝑖 𝑑 + 1 ∣ 𝑑 ⟡ 𝐴 𝑀 𝑖 𝑑 𝐴 𝑇 + 𝑄 ,
           Μ‚ π‘₯ 𝑖 𝑑 + 1 ∣ 𝑑 ⟡ 𝐴 Μ‚ π‘₯ 𝑖 𝑑 ∣ 𝑑 .