LMIs in Control/pages/H2 Disk Region
Insensitive Disk Region Design with Minimum Gain
Apart from the design for the insensitive strip region with minimum gain, another type of such design is the Insensitive Disk Region Design. In this section, optimization problems will be provided that ensure that the conditions for insensitive disk region design are satisfied with some bounds on the gain of the closed-loop system.
The System
editA state-space representation of a linear system as given below:
where , and are the system state, output, and the input vector respectively. represents the differential operation for continuous time systems, or the one-step shift forward operator for discrete time case.
The Data
editTo solve the design optimization problem, the linear system matrices A,B,C are required. Furthermore, to define the disk region on the eigenvalue-space, its radius is required.
The Optimization Problem
editThe problem of designing an optimal controller that results in the closed loop system insensitive to a certain disk region involves two sub-problems:
- Finding a control gain such that: .
- The conditions for insensitive disk region design for the closed-loop system, as provided in the section Insensitive Disk Region Design are fulfilled.
- The optimization goal is to minimize such that above two hold.
The LMI: Optimal Control Design for Insensitive Disk Region
editThe problem above has a solution if and only if the following optimization problem has a solution :
Conclusion:
editBy using the design problem provided here, an optimal controller is designed to make the closed-loop system robust to perturbations in the system matrices.
Implementation
editTo solve the optimization problem with LMI presented here, YALMIP toolbox is required for setting up the feasibility problem, and SeDuMi is required to solve the problem. The following link showcases an example of the feasibility problem:
https://github.com/smhassaan/LMI-Examples/blob/master/H2_Disk_example.m
Related LMIs
editExternal Links
editA list of references documenting and validating the LMI.
- LMIs in Control Systems: Analysis, Design and Applications - by Guang-Ren Duan and Hai-Hua Yu, CRC Press, Taylor & amp; Francis Group, 2013, Section 10.1.2 pp. 323–325.