How can i write a program; to find ultimate frequency of the transfer function
显示 更早的评论
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
回答(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().
类别
在 帮助中心 和 File Exchange 中查找有关 Frequency-Domain Analysis 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!