derive the state space from transfer function
Mostrar comentarios más antiguos
𝐺(𝑠) = 4/𝑠^2 +(2√2)𝑠 + 4

1 comentario
Girijashankar Sahoo
el 22 de Mayo de 2021
if this code helps accept the answer
Respuestas (1)
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.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!