derive the state space from transfer function
古いコメントを表示
𝐺(𝑠) = 4/𝑠^2 +(2√2)𝑠 + 4

1 件のコメント
Girijashankar Sahoo
2021 年 5 月 22 日
if this code helps accept the answer
回答 (1 件)
Girijashankar Sahoo
2021 年 5 月 20 日
0 投票
b = [0 0 4];
a = [1 2*2^(1/2) 4];
[A,B,C,D] = tf2ss(b,a)
カテゴリ
ヘルプ センター および File Exchange で Dynamic System Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!