LMIs in Control/pages/Insensitive Strip Region Design
Insensitive Strip Region Design
Suppose if one were interested in robust stabilization where closed-loop eigenvalues are placed in particular regions of the complex plane where the said regions has an inner boundary that is insensitive to perturbations of the system parameter matrices. This would be accomplished with the help of 2 design problems: the insensitive strip region design and insensitive disk region design (see link below for the latter).
The System
editSuppose we consider the following continuous-time linear system that needs to be controlled:
where , , and are the state, output and input vectors respectively. Then the steps to obtain the LMI for insensitive strip region design would be obtained as follows.
The Data
editPrior to obtaining the LMI, we need the following matrices: , , and .
The Optimization Problem
editConsider the above linear system as well as 2 scalars and . Then the output feedback control law would be such that , where:
Letting being the solution to the above problem, then
where
The LMI: Insensitive Strip Region Design
editUsing the above info, we can simplify the problem by setting to for all practical applications. This then simplifies our problem and results in the following LMI:
Conclusion:
editIf the resulting solution from the LMI above produces a negative , then the output feedback controller is Hurwitz-stable. Hoewever, if is a really small positive number, then must be negative for the controller to be Hurwitz-stable.
Implementation
edit- Example Code - A GitHub link that contains code (titled "InsensitiveStripRegion.m") that demonstrates how this LMI can be implemented using MATLAB-YALMIP.
Related LMIs
edit- Insensitive Disk Region Design - Equivalent LMI for Insensitive Disk Region Design
- Strip Region Design - LMI for Strip Region Design
External Links
editA 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.
- LMIs in Control Systems: Analysis, Design and Applications - A book co-authored by Guang-Ren Duan and Hai-Hua Yu.