LMIs in Control/page/systemzeros with feedthrough

From testwiki
Revision as of 13:33, 29 August 2021 by imported>Dirk Hünniger
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Let's say we have a transfer function defined as a ratio of two polynomials: H(s)=N(s)D(s) Zeros are the roots of N(s) (the numerator of the transfer function) obtained by setting N(s)=0 and solving for s.The values of the poles and the zeros of a system determine whether the system is stable, and how well the system performs. Similarly, the system zeros are either real or appear in complex conjugate pairs. In the case of system zeros with feedthrough, we take D as full rank.


The System

Consider a continuous-time LTI system, G , with minimal statespace representation (A,B,C,D)

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

The Data

The matrices needed as inputs are:

An×nBn×mNp×n

In this case, mp

The LMI: System Zeros with feedthrough

The transmission zeros of G(s)=C(sIA)1B+D are the eigenvalues of AB(DTD)1DTC. Therefore , G(s) is a minimum phase if and only if there exists P𝕊q, where P>0 such that

P(AB(DTD)1DTC)+(AB(DTD)1DTC)TP<0

Conclusion:

If P exists, it ensures non-minimum phase. Eigenvalues of AB(DTD)1DTC then gives the zeros of the system.

LMIs_in_Controls/pages/systemzeroswithoutfeedthrough

Implementation

https://github.com/Ricky-10/coding107/blob/master/systemzeroswithfeedthrough

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat