derive the state space from transfer function

Respuestas (1)

Girijashankar Sahoo
Girijashankar Sahoo el 20 de Mayo de 2021

0 votos

b = [0 0 4];
a = [1 2*2^(1/2) 4];
[A,B,C,D] = tf2ss(b,a)

Categorías

Más información sobre Dynamic System Models en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 20 de Mayo de 2021

Comentada:

el 22 de Mayo de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by