How can i write a program; to find ultimate frequency of the transfer function
1 回表示 (過去 30 日間)
古いコメントを表示
How can i write a program;
to find ultimate frequency of the transfer function.
i.e., frequency where the phase plot of frequency response across -pi
0 件のコメント
回答 (1 件)
Paul
2014 年 3 月 23 日
I guess you want the crossover frequency:
[Gm,Pm,Wgm,Wpm] = margin(sys)
Wgm is the crossover frequency in rad/s. sys is the transfer function defined by tf().
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!