LMIs in Control/pages/Optimal Output Feedback H2 LMI

Optimal Output Feedback LMI edit

Similar to state feedback, output feedback is necessary when information about the output is not known. Often techniques such as Kalman filtering are implemented to tackle this problem. The method below, however, does not use a filtering technique and instead uses a combination of LMI constraints to perform the output feedback as well as find the minimal bound on the   norm of the system.   is often done using more classical tools such as Riccati equations. More recently LMI techniques have been created to solve problems such as full state feedback or output feedback as seen below.

The System edit

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

 

where   is the state,   is the regulated output,   is the sensed output,   is the exogenous input, and   is the actuator input, at any  .

The Data edit

 ,  ,  ,  ,  ,  ,  ,  ,   are known.

The LMI: Optimal Output Feedback Control LMI edit

The following are equivalent.

1) There exists a   such that  

2) There exists  ,  ,  ,  ,  ,  ,   such that

 
 
 
 

Conclusion: edit

The above LMI determines the the upper bound   on the H2 norm. In addition to this the controller   can also be recovered.

 
 
 
 

where,

 

for any full-rank   and   such that

 .

Implementation edit

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

Related LMIs edit

Optimal Output Feedback Hinf


External Links edit

A list of references documenting and validating the LMI.


Return to Main Page: edit