LMIs in Control/pages/Full-State Feedback Optimal Control H2 LMI

From testwiki
Jump to navigation Jump to search

Full State Feedback Optimal H2 Control

Full State Feedback in general has the goal of positioning a system's closed loop poles in a desired location. This allows us to specify the performance of the system such as requiring stability or bounding the overshoot of the output. By minimizing the H2 norm of this system we are minimizing the effect noise has on the system as part of the performance specifications, particularly when there is information about the distribution of the noise.

The System

The system is represented using the 9-matrix notation shown below.

[x˙zy]=[AB1B2C1D11D12C2D21D22][xwu]

where x(t)n is the state, z(t)p is the regulated output, y(t)q is the sensed output, w(t)r is the exogenous input, and u(t)m is the actuator input, at any t.

The Data

A, B1, B2, C1, C2, D11, D12, D21, D22 are known.

The LMI: Optimal Output Feedback H Control LMI

The following are equivalent.

1) There exists a K such that ||S(K,P)||H2<γ

2) There exists X>0, Z and W such that

[AB2][XZ]+[XZT][ATB2T]+B1B1T<0
[X*TC1X+D12ZW]>0
trace(W)<γ2

where K=ZX1

Conclusion:

This LMI solves the H2 optimal full state feedback problem and finds the upper bound of the H2 norm of the system, γ. In addition to this the controller K is also found in the process.

Implementation

This implementation requires Yalmip and Sedumi. https://github.com/eoskowro/LMI/blob/master/FSF_H2.m

Full State Feedback Optimal H LMI

Return to Main Page:

Template:BookCat