Filter löschen
Filter löschen

How do I make the transfer function matrix to state space?

3 Ansichten (letzte 30 Tage)
wang guang
wang guang am 15 Apr. 2015
Hi,everyone, such as the transfer function matrix P=[s+4/s^2+4s+25 -25/s^2+4s+25; s+5/s^2+4s+25 s-25/s^2+4s+25]. How to make the transfer function matrix to state space?

Antworten (1)

Arkadiy Turevskiy
Arkadiy Turevskiy am 15 Apr. 2015
P=[(s+4)/(s^2+4*s+25) -25/(s^2+4*s+25); (s+5)/(s^2+4*s+25) (s-25)/(s^2+4*s+25)]
S=ss(P)

Kategorien

Mehr zu Dynamic System Models finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by