Matlab Nyquist Sampling Problem
显示 更早的评论
How can I make my nyquist function more smooth?
This is my code
s=tf('s');
k1=3/(2*s*s+5*s+1);
nyquist(k1)

回答(1 个)
Paul
2021-2-25
According to
doc nyquist
you can do
nyquist(k1,w)
where w is a frequency vector of your choosing.
类别
在 帮助中心 和 File Exchange 中查找有关 Frequency-Domain Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!