Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试绘制奈奎斯特图时
1 / (s * (s^2+s+4) )
曲线不向虚轴移动w=infinity。 它远离 MATLAB 中的虚轴。当分母中有“s”项时,我会得到同样的错误。
w=infinity
我认为你不明白发生了什么:
您构建的系统从无穷大开始,因为您在 0 处有一个极点,然后随着 w 趋于无穷大,它移动到 0。您可以使用波特图仔细检查这一点。对于您的奈奎斯特图,使用数据光标来跟踪事物的变化。
您的困惑可能在于奈奎斯特使用负频率,因此,当它开始 -Inf 时,它为 0,当 w 接近 0 时,它环绕无穷大,然后当 w 变为 +inf 时,它再次返回 0。 困惑?好的!我讨厌奈奎斯特情节,我对它们没有耐心