Difference between revisions of "Packet-based Control with Norm Bounded Uncertainties"

From Murray Wiki
Jump to navigationJump to search
Line 10: Line 10:


== Reading ==
== Reading ==
* <p>[http://robotics.eecs.berkeley.edu/~sinopoli/tacs04.pdf Kalman Filtering with Intermittent Observations], B. Sinopoli, L. Schenato, M. Franceschetti, K. Poolla, M. Jordan and S. Sastry. This is the paper where all the proofs reside. Below I posted Chapter 3 of my thesis, which is essentially the same, but the notation is more consistent with the next two lectures.</p>
* <p>[http://www.cds.caltech.edu/~shiling/acc06final.pdf Networked Control Systems with Norm Bounded Uncertainties: A Stability Analysis], Ling Shi, Michael Epstein and Richard M.Murray. The first half of the lecture is based on this paper.</p>


* <p>[http://robotics.eecs.berkeley.edu/~sinopoli/NCS_class/optimal_estimation_lossy.pdf Optimal Estimation in Lossy Networks] This is chapter 3 of my thesis. Content is almost the same as the paper above, but notation is slightly modified to be consistent with the control part.</p>
* <p>[http://www.cds.caltech.edu/~shiling/mtns06.pdf Towards Robust Control Over a Packet Dropping Network], Ling Shi, Michael Epstein and Richard M.Murray. The second half of the lecture is based on this paper.</p>




Line 18: Line 18:


== Additional Resources ==
== Additional Resources ==
* <p>[http://www.cs.unc.edu/~welch/kalman/ The Kalman Filter],  G. Welch and G. Bishop. A webpage with many links on Kalman filter.</p>


* <p>[http://www.amazon.com/gp/product/0486439380/102-3301256-1504117?v=glance&n=283155 Optimal Filtering], B.D.O Anderson and J.B. Moore. Dover Books on Engineering, 2005. A reissue of a book from  1979. It contains a detailed mathematical presentation of filtering problems and the Kalman filter. A very good book.</p>


<!-- 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 00:46, 29 April 2006

Prev: Packet-based Control: UDP Case Course Home Next: Estimation Over Wireless Links

In this lecture, we (to be filled)

Lecture Materials

Reading


Additional Resources