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일
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 Exchange에서 Dynamic 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