Filter löschen
Filter löschen

Which algorithm is used in the isproper function to reduce the number of states?

1 Ansicht (letzte 30 Tage)
The isproper function in Matlab can transform a descriptor state space model:
E*Dx = A*x + B*u
y=C*x + D*u
with a singular Matrix E into an equivalent model with fewer states and a non-singular E matrix. How is this transformation from a DAE to an ODE achieved? Which algorithm is used?
Thanks for considering my question.

Antworten (1)

Yoke Peng Leong
Yoke Peng Leong am 18 Mai 2018
The specific implementation is proprietary. However, at high level, it involves eliminating pole/zero cancellations at infinity using a form of staircase algorithm.

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by