LMIs in Control/pages/H2 Strip Region

From testwiki
Jump to navigation Jump to search

Insensitive Strip Region Design with Minimum H2 Gain

When designing controllers with insensitive region conditions, the aim is to place the closed-loop poles of the system in a particular region defined by its inner boundary. These regions are specified based on their insensitivity to perturbations to the system parameter matrices.

One type of such design is the Insensitive Strip Region Design. In this section, building upon that, optimization problems will be provided that ensure that the conditions for insensitive strip region design are satisfied with some bounds on the H2 gain of the closed-loop system.

The System

A state-space representation of a linear system as given below:

x˙(t)=Ax(t)+Bu(t)y(t)=Cx(t)

where x(t)n, y(t)m and u(t)r are the system state, output, and the input vector respectively.

The Data

To solve the design optimization problem, the linear system matrices A,B,C are required. Furthermore, to define the strip region on the eigenvalue-space, two parameters γ1 and γ2 are required.

The Optimization Problem

The problem of designing an H2 optimal controller that results in the closed loop system insensitive to a certain strip region involves two sub-problems:

  • Finding a control gain K such that: K2<γ.
  • The conditions for insensitive strip region design for the closed-loop system, as provided in the section Insensitive Strip Region Design are fulfilled.
  • The optimization goal is to minimize γ such that above two hold.

The LMI: H2 Optimal Control Design for Insensitive Strip Region

The problem above has a solution if and only if the following optimization problem has a solution (K,γ):

min γs.t. [γIKKγI]<02γ1I<(A+BKC)+(A+BKC)<2γ2I

Conclusion:

By using the design problem provided here, an optimal H2 controller is designed to make the closed-loop system robust to perturbations in the system matrices.

Implementation

To 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_Strip_example.m

Insensitive Strip Region Design

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat