derive the state space from transfer function
Mostra commenti meno recenti
𝐺(𝑠) = 4/𝑠^2 +(2√2)𝑠 + 4

1 Commento
Girijashankar Sahoo
il 22 Mag 2021
if this code helps accept the answer
Risposte (1)
Girijashankar Sahoo
il 20 Mag 2021
0 voti
b = [0 0 4];
a = [1 2*2^(1/2) 4];
[A,B,C,D] = tf2ss(b,a)
Categorie
Scopri di più su Dynamic System Models in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!