Difference between revisions of "NCS: Moving Horizon Estimation"
Line 9: | Line 9: | ||
<!-- Include links to materials that you used in your lecture. At a minimum, this should include a link to your lecture presentation. You might also include links to MATLAB scripts or other source code that students would find useful --> | <!-- Include links to materials that you used in your lecture. At a minimum, this should include a link to your lecture presentation. You might also include links to MATLAB scripts or other source code that students would find useful --> | ||
<!-- Sample lecture link: * [[Media:L1-1_Intro.pdf|Lecture: Networked Control Systems: Course Overview]] --> | <!-- Sample lecture link: * [[Media:L1-1_Intro.pdf|Lecture: Networked Control Systems: Course Overview]] --> | ||
[[Media:L4-2_MHE.pdf|Lecture: Moving Horizon Estimation]] | |||
== Reading == | == Reading == |
Revision as of 00:35, 20 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
Lecture: Moving Horizon Estimation
Reading
Critical evaluation of extended Kalman filtering and moving horizon estimation, E.L. Haseltine and J.B. Rawlings, Ind. Eng. Chem. Res., vol. 44, no.8, 2005. Contains several examples where EKF and MHE have been applied. Discusses the differences between the methods and when EKF is likely to fail.
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.
An Introduction to the Kalman Filter, G. Welch and G. Bishop. Gives an introduction to the extended Kalman filter in discrete time.
Additional Resources
Moving Horizon Strategies for the Constrained Monitoring and Control of Nonlinear Discrete-Time Systems C.V. Rao. Rao's PhD thesis contains a lot of material on MHE. There is also a discussion on MAP estimates.