LMIs in Control/Controller Synthesis/Continuous Time/Optimal Dynamic Output Feedback/H-infinity
Discrete-Time H∞-Optimal Dynamic Output Feedback Control
In this section, a Dynamic Output feedback controller is designed for a Continuous Time system, to minimize the H∞ norm of the closed loop system with exogenous input and performance output .
The System
Continuous-Time LTI System with state space realization
The Data
The matrices: System
Controller
The Optimization Problem
The following feasibility problem should be optimized:
is minimized while obeying the LMI constraints.
The LMI:
Solve for that minimize subject to
where The controller is recovered by
where,
and the matrices and satisfy . If , then and .
Given and , the matrices and can be found using a matrix decomposition, such as a LU decomposition or a Cholesky decomposition.
Conclusion:
The Continuous-Time H∞-Optimal Dynamic Output Feedback Controller is the system
Implementation
The LMI given above can be implemented and solved using a tool such as YALMIP, along with an LMI solver such as MOSEK.
Related LMIs
Discrete Time H∞ Optimal Dynamic Output Feedback Control
Continuous Time H2 Optimal Dynamic Feedback Control
External Links
A list of references documenting and validating the LMI.
- LMI Methods in Optimal and Robust Control - A course on LMIs in Control by Matthew Peet.
- LMI Properties and Applications in Systems, Stability, and Control Theory - A List of LMIs by Ryan Caverly and James Forbes.
- LMIs in Systems and Control Theory - A downloadable book on LMIs by Stephen Boyd.