438 Chapter 7 / Control Systems Analysis and Design by the Frequency-Response MethodCaution. In drawing a Nyquist plot, where a MATLAB operation involves “Divide
by zero,” the resulting Nyquist plot may have an erroneous or undesirable appearance.
For example, if the transfer function G(s)is given by
then the MATLAB command
num = [1];
den = [1 1 0];
nyquist(num,den)
produces an undesirable Nyquist plot. An example of an undesirable Nyquist plot is
shown in Figure 7–38. If such an undesirable Nyquist plot appears on the computer,
G(s)=
1
s(s+1)
Real Axis− 2 −1.5 − 1 −0.5 0 0.5 1 1.5 2Imaginary Axis− 10.5− 22−0.5−1.5011.5Nyquist Plot of G(s) = 1/(s^2 + 0.8s+ 1)Figure 7–37
Nyquist plot ofG(s)=1
s^2 +0.8s+ 1.
Real Axis−1.4 −1.2 − 1 −0.8 −0.6 −0.4 −0.2 0Imaginary Axis− 150150− 50− 100050100Nyquist DiagramFigure 7–38
Undesirable Nyquist
plot.Openmirrors.com