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

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?

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2015 年 4 月 15 日

0 投票

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)

カテゴリ

ヘルプ センター および File ExchangeDynamic System Models についてさらに検索

質問済み:

2015 年 4 月 15 日

回答済み:

2015 年 4 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by