I'm trying to evaluate the stability of discrete systems by applying the Nyquist stability criteria for discrete systems in MATLAB. I'm referring to Digital Control Analysis and Design by Charles Philips and Troy Nagle.
I need to evaluate the stability of z-transfer function as given below (from the text)
The Nyquist contour and curve looks like this
How can I get these figures in MATLAB to assess stability?
Plotting the Nyquist for the tranfer function using the nyquist feature in MATLAB gives me the following
Is this right? How do I assess the system stability from this?
- I have an understanding of the theoretical concept
- Since it does not encircle (-1,0j), does that mean this is stable?