Holooly Plus Logo

Question B.13.7: We now use the root locus to find the gain for stability. Fi...

We now use the root locus to find the gain for stability. First, we create a digital LTI transfer-function object forG(z) = N(z)/D(z), with an unspecified sampling interval. The LTI object is created using tf(numgz, dengz,[ ]), where numgz represents N(z), dengz represents D(z), and [ ] indicates an unspecified sampling interval. MATLAB produces a z-plane root locus along with the unit circle superimposed using the command, zgrid ([ ],[ ]). We then interactively select the intersection of the root locus and the unit circle. MATLAB responds with the value of gain and the closed-loop poles. Let us look at Example 13.10.

The 'Blue Check Mark' means that either the MATLAB code/script/answer provided in the answer section has been tested by our team of experts; or the answer in general has be fact checked.

Learn more on how do we answer questions.

Related Answered Questions