6.12.  RELATIONSHIP BETWEEN CLOSED-LOOP FREQUENCY RESPONSE AND THE TIME-DOMAIN RESPONSE

Section 6.10 has illustrated how the closed-loop frequency-domain response may be obtained from the open-loop transfer function. The next logical question to ask is how to determine the relationship between Mp and the peak overshoot one obtains in the time domain. In Chapter 4, we defined the time at which the peak overshoot occurs as tp in terms of ζ and ωn [see Eq. (4.29)]. For example, does an Mp of 1.3 mean a 30% transient overshoot in the time domain?

Table 6.20. MATLAB Program to Obtain the Nichols Chart for the System whose Open-Loop Transfer Function is shown in Eq. (6.121)

num = [780    1344.8273]
den = [1    30.5747    217.2414    114.9425    0]
a = −[.25:.25:1    2    5    10:10:170    179.99];
b = [−24      − 18      − 12      − 9    − 7      − 5: − 1     −.5:.25:.5    1:5    7    9    12];
[x,y] = nichgrid([−360    0    − 24    36],a,b,3);
[mag, ph] = bode(num,den,logspace(-1,2));
plot(ph,20 * log10(mag));
W = [5   1   2   5   7   9   12];
[mag, ph] = bode(num,den,w);
plot(ph,20 * log10(mag),‘ * g’)
title(‘Nichols Frequency Response Plot’)

Image

Figure 6.52   Nichols chart with Image superimposed.

This problem has been analyzed for the general, unity-feedback system of Figure 6.45 [22]. After determining the Fourier transform of the input, R(ω), and that of the output, C(ω), the value of C(ω) was then related to the transient response in the time domain. The resulting approximate general relationship between Mp and the peak overshoot of the transient in the time domain has been shown [22] to be given by

Image

Therefore, the overshoot in the time domain is, in general, related to Mp by some factor equal to or less than 18%. This approximation is extremely important, because it permits the control-system engineer to correlate peak overshoots in the frequency and time domains.

For second-order systems, exact relationships can be obtained for Mp and ωp in terms of the damping factor ζ. In order to derive this expression, let us reconsider the closed-loop transfer function of a second-order system in the following form:

Image

Therefore, the magnitude of the closed-loop response is given by

Image

In order to find the maximum value Mp of M, and the frequency at which it occurs, ωp, Eq. (6.124) is differentiated with respect to frequency and set equal to zero. The frequency ωp at which Mp occurs is found to be given by

Image

If this value of ωp is substituted into Eq. (6.124), the value of Mp is found to be given by

Image

A plot of Mp versus ζ is illustrated in Figure 6.53. Observe from this figure that Mp increases very rapidly for ζ < 0.4. The resulting transient oscillatory response is excessively large in this region, and is undesirable from practical considerations. Therefore, systems having a ζ < 0.4 are not normally desired. In electro-mechaical systems, values of Mp in the range of

1 < Mp < 1.4

are usually specified, which requires ζ > 0.4 if the system is a pure second-order system. In industrial process control, values of Mp up to 2.0 are often used.

Let us carry the analysis of the second-order system one step further by correlating its frequency- and time-domain response. In Section 4.2, we found that the peak value of c(t) for the step response of a second-order system is given by [see Eq. (4.32)]

Image

Figure 6.53   Mp versus the damping ratio.

Image

To check the correspondence between Mp [from Eq. (6.126)] and c(t)max [from Eq. (6.127)], consider the case where ζ = 0.4. Substituting into Eqs. (6.126) and (6.127),

Image

Image

and they are within 18% of each other as stated in Eq. (6.122). Actually, the difference is only 8.76%. As the damping factor ζ increases, the correspondence gets better. For example, if ζ = 0.6, then Mp = 1.04 and c(t)max = 1.09; a difference of only 4.8%. In general, when ζ > 0.4, there is a close correspondence between Mp and c(t)max. For values of ζ < 0.4, the correspondence between Mp and c(t)max is only qualitative. For example, for the second-order system and at ζ = 0.1, we find that Mp = 5.03 and c(t)max = 1.73. However, because practical second-order systems usually do not use a ζ < 0.4, the 18% relationship given in Eq. (6.122) is quite accurate for systems of interest.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.119.159.150