LMIs in Control/Applications/Hinf Optimal Model Reduction

From testwiki
Jump to navigation Jump to search

Given a full order model and an initial estimate of a reduced order model it is possible to obtain a reduced order model optimal in H sense. This methods uses LMI techniques iteratively to obtain the result.


The System

Given a state-space representation of a system G(s) and an initial estimate of reduced order model G^(s).

 G(s)=C(sIA)B+D, G^(s)=C^(sIA^)B^+D^,

Where An×n,Bn×m,Cp×n,Dp×m,A^k×k,B^k×m,C^p×k and D^p×m. Where n,k,m,p are full order, reduced order, number of inputs and number of outputs respectively.

The Data

The full order state matrices A,B,C,D and the reduced model order k.

The Optimization Problem

The objective of the optimization is to reduce the H norm distance of the two systems. Minimizing GG^ with respect to G^.

The LMI: The Lyapunov Inequality

Objective: minγ.

Subject to::  P=[ P11P12 P21P22] >0,

[ ATP11+P11AATP12+P12A^P11BP12B^CT A^TP12T+P12TAA^TP22+P22A^P12TBP22B^C^T BTP11B^TP12TBTP12B^TP22γIDTD^T CC^DD^γI] >0

It can be seen from the above LMI that the second matrix inequality is not linear in A^,B^,C^,D^,P. But making A^,B^ constant it is linear in C^,D^,P. And if P12,P22 are constant it is linear in A^,B^,C^,D^,P11. Hence the following iterative algorithm can be used.

(a) Start with initial estimate G^ obtained from techniques like Hankel-norm reduction/Balanced truncation.

(b) Fix A^,B^ and optimize with respect to C^,D^,P.

(c) Fix P12,P22 and optimize with respect to A^,B^,C^,D^,P11.

(d) Repeat steps (b) and (c) until the solution converges.

Conclusion:

The LMI techniques results in model reduction close to the theoretical limits set by the largest removed hankel singular value. The improvements are often not significant to that of Hankel-norm reduction. Due to high computational load it is recommended to only use this algorithm if optimal performance becomes a necessity.


A list of references documenting and validating the LMI.

  • Model order Reduction using LMIs - A conference paper by Helmersson, Anders, Proceedings of the 33rd IEEE Conference on Decision and Control, 1994, p. 3217-3222 vol.4


Return to Main Page:

Template:BookCat