1. DISCRETE KALMAN FILTER
- state estimation governed by the linear stochastic difference equation
- state eqn
- xk = Axk-1 + Buk-1 + wk-1
- Measurement eqn
- zk = Hxk-1 + vk-1
- Process and measurement noise with probability distribution
- p(w) ~ N(0,Q) , p(v) ~ N(0,R)
- priori and posteriori estimate error
- priori and posteriori estimate covariance error
- PREDICT
- CORRECT
2. EXTENDED KALMAN FILTER
- state estimation governed by the non-linear stochastic difference equation
No comments:
Post a Comment