Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
wang guang
wang guang el 15 de Abr. de 2015
Respondida: Arkadiy Turevskiy el 15 de Abr. de 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?

Respuestas (1)

Arkadiy Turevskiy
Arkadiy Turevskiy el 15 de Abr. de 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)

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by