Matlab Nyquist Sampling Problem

5 visualizaciones (últimos 30 días)
Kamil Borys
Kamil Borys el 25 de Feb. de 2021
Respondida: Paul el 25 de Feb. de 2021
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)

Respuestas (1)

Paul
Paul el 25 de Feb. de 2021
According to
doc nyquist
you can do
nyquist(k1,w)
where w is a frequency vector of your choosing.

Community Treasure Hunt

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

Start Hunting!

Translated by