Balanced reduced order model of system of a given order.
States are eliminated based on Hankel singular value. If sys
has unstable modes, they are removed, the balanced realization is done on the stable part, then reinserted in accordance with [1].
StateSpace
Original system to reduce.
Desired order of reduced order model (if a vector, returns a vector of systems).
Method of removing states, either ‘truncate’ or ‘matchdc’.
Redefines the stability boundary for eigenvalues of the system matrix A. By default for continuous-time systems, alpha <= 0 defines the stability boundary for the real part of A’s eigenvalues and for discrete-time systems, 0 <= alpha <= 1 defines the stability boundary for the modulus of A’s eigenvalues. See SLICOT routines AB09MD and AB09ND for more information.
StateSpace
A reduced order model or a list of reduced order models if orders is a list.
If method
is not ‘truncate’ or ‘matchdc’.
If slycot routine ab09ad, ab09md, or ab09nd is not found.
If there are more unstable modes than any value in orders.
References
[1]C. S. Hsu and D. Hou, “Reducing unstable linear control systems via real Schur transformation”. Electronics Letters, 27, 984-986, 1991.
Examples
>>> G = ct.rss(4) >>> Gr = ct.balred(G, orders=2, method='matchdc') >>> Gr.nstates 2
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4