NCS: Moving Horizon Estimation: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
No edit summary
Line 17: Line 17:
* <p>[http://ieeexplore.ieee.org/xpls/abs_all.jsp?isnumber=26479&arnumber=1178905&count=27&index=5 Constrained State Estimation for Nonlinear Discrete-Time Systems: Stability and Moving Horizon Approximations], C.V. Rao, J.B. Rawlings, and D.Q. Mayne, ''IEEE Transactions on Automatic Control'', vol.48, no.2, 2003. A mathematical treatment of MHE and stability conditions are derived. Everybody should read at least Section I.</p>
* <p>[http://ieeexplore.ieee.org/xpls/abs_all.jsp?isnumber=26479&arnumber=1178905&count=27&index=5 Constrained State Estimation for Nonlinear Discrete-Time Systems: Stability and Moving Horizon Approximations], C.V. Rao, J.B. Rawlings, and D.Q. Mayne, ''IEEE Transactions on Automatic Control'', vol.48, no.2, 2003. A mathematical treatment of MHE and stability conditions are derived. Everybody should read at least Section I.</p>


* <p>[http://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf An Introduction to the Kalman Filter], G. Welch and G. Bishop. Gives a brief introduction to the extended Kalman filter in discrete time.</p>
* <p>[http://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf An Introduction to the Kalman Filter], G. Welch and G. Bishop. Gives an introduction to the extended Kalman filter in discrete time.</p>


== Additional Resources ==
== Additional Resources ==
<!-- Links to additional information. If there are good sources of additional information for students interested in exploring this topic further, these should go at the bottom of the page. -->
<!-- Links to additional information. If there are good sources of additional information for students interested in exploring this topic further, these should go at the bottom of the page. -->

Revision as of 17:17, 19 April 2006

Prev: Kalman Filtering Course Home Next: Alice RF


In this lecture, we give an introduction to moving horizon estimation (MHE) and extended Kalman filters (EKF). These filter stuctures can be used with nonlinear models and are therefore more general than the standard Kalman filter. Furthermore, MHE can also take constraints on the noise and the state space, as well as asymmetric probability distributions, into account. MHE is dual to receding horizon control (RHC) and also relies on optimization software. The lecture ends with a brief discussion on stability properties of MHE.

Lecture Materials

Reading

Additional Resources