How to define transfer function into the tf or ss format

4 次查看(过去 30 天)
If a transfer function is given like Lt(s) = F*(s*I-A)^(-1)*B, how to get its relative tf() or ss() format so that bodeplot or nyquist can be used? Thx.

采纳的回答

Arkadiy Turevskiy
Arkadiy Turevskiy 2012-4-30
sys=ss(A,B,C,0);
bode(sys);
nyquist(sys);
HTH. Arkadiy

更多回答(1 个)

Honglei Chen
Honglei Chen 2012-4-29
This is already in state space form. Your A,B,F are just A,B,C. Your D is 0

类别

Help CenterFile Exchange 中查找有关 Time and Frequency Domain Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by