필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
wang guang
wang guang 2015년 4월 15일
답변: Arkadiy Turevskiy 2015년 4월 15일
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)

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by