How to use matlab to calculate a gain, to a specific limit of a transfer function?

58 ビュー (過去 30 日間)
Yuehan Zhang
Yuehan Zhang 2020 年 10 月 11 日
回答済み: Paul 2020 年 10 月 11 日
The equation is like the pic shown, matlab kept popping up that I can’t use limit within tf. Just wondering how do I use matlab to get the k value

回答 (1 件)

Paul
Paul 2020 年 10 月 11 日
You can use
evalfr(minreal(sys),f)
f is the complex frequency to which you want to take the limit. The minreal is to make sure you cancel common poles and zeros before taking the limit. Be careful if you have poles and zeros that should cancel but don’t because they aren’t quite numerically the same.

カテゴリ

Help Center および File ExchangeState-Space Control Design and Estimation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by