Файл: Microcontroller based applied digital control (D. Ibrahim, 2006).pdf

ВУЗ: Не указан

Категория: Не указан

Дисциплина: Не указана

Добавлен: 14.06.2025

Просмотров: 3293

Скачиваний: 1

ВНИМАНИЕ! Если данный файл нарушает Ваши авторские права, то обязательно сообщите нам.

BODE DIAGRAMS

205

But since the w-plane can be regarded an analogue of the s-plane, i.e. s = σ + j w in the s-plane and w = σw + j ww in the z-plane, for the frequency response we can set

which yields

w = j ww

G( j w

w

)

=

1 + ww

.

1.2 j ww − 2.8w2w

The magnitude and the phase are then given by

|

G( j w

)

1 + ww

w

| = (1.2ww )2 + 2.8w2w 2

and

1.2

G( j ww ) = tan−1

,

2.8ww

where ww is related to w by the expression

2 .

ww = tan

wT

8.6 BODE DIAGRAMS

The Bode diagrams used in the analysis of continuous-time systems are not very practical when used directly in the z-plane. This is because of the e j ωT term present in the sampled data system transfer functions when the frequency response is to be obtained. However, it is possible to draw the Bode diagrams of sampled data systems by transforming the system into the w-plane by making the substitution

z

=

1

+ w

,

(8.7)

1

w

where the frequency in the w-plane (ww ) is related to the frequency in the s-plane (w) by the expression

ww = tan

wT

(8.8)

2 .

It is common in practice to use a similar transformation to the one given above, known as the w -plane transformation, which gives a closer analogy between the frequency in the s-plane and the w -plane. The w -plane transformation defined as

w

2

z − 1

,

(8.9)

= T z

+

1

or

z

=

1

+

(T /2)w

,

(8.10)

1

(T /2)w

and the frequencies in the two planes are related by the expression

w =

2

tan

wT

.

(8.11)

T 2


206 System Stability

Note that for small values of the real frequency (s-plane frequency) such that wT is small, (8.11) reduces to

w = T tan

2

≈ T

2

= w

(8.12)

2

wT

2

wT

Thus, the w -plane frequency is approximately equal to the s-plane frequency. This approximation is only valid for small values of wT such that tan(wT /2) ≈ wT , i.e.

wT

π

,

2

10

which can also be written as

w ≤

10T

or

w ≤

ws

(8.13)

,

10

where ws is the sampling frequency in radians per second. The interpretation of this is that the w -plane and the s-plane frequencies will be approximately equal when the frequency is less than one-tenth of the sampling frequency.

We can use the transformations given in (8.10) and (8.11) to transform a sampled data system into the w -plane and then use the standard continuous system Bode diagram analysis.

Some example Bode plots for sampled data systems are given below.

Example 8.13

Consider the closed-loop sampled data system given in Figure 8.11. Draw the Bode diagram and determine the stability of this system. Assume that T = 0.1 s.

Solution

From Figure 8.11,

−s

s 5

= z

− e−0.5

G(z) = Z

,

1

e

s T

5

1

e

0.5

or

+

− −

G(z) =

0.393

.

z

0.606

+

1 − e−sT

5

y(s)

r(s)

s + 5

s

Figure 8.11 Closed-loop system


BODE DIAGRAMS

207

Transforming the system into the w -plane gives

G(w ) = 0.393 − 0.0196w , 0.08w − 0.393

or

G(w ) = 4.9(1 − 0.05w ) . w + 4.9

The magnitude of the frequency response and the phase can now be calculated if we set w = j v where v is the analogue of true frequency ω. Thus,

G( j v) = 4.9(1 − 0.05 j v) . j v + 4.9

The magnitude is

|G( j v)| = 4.9√1 + (0.25v)2 v2 + 4.92

and

G( j v) = − tan−1(0.05) − tan−1 v . 4.9

The Bode diagram of the system is shown in Figure 8.12. The system is stable.

Figure 8.12 Bode diagram of the system


208 System Stability

Example 8.14

The loop transfer function of a unity feedback sampled data system is given by

G(z)

= z2

0.368z + 0.264

.

− 1.368z + 0.368

Draw the Bode diagram and analyse the stability of the system. Assume that T = 1 s.

Solution

Using the transformation

z

1 + (T /2)w

1 + 0.5w

,

= 1

(T /2)w =

1

0.5w

we get

G(w)

0.368(1 + 0.5w/1 − 0.5w) + 0.264

= (1

+ 0.5w/1

− 0.5w)2 − 1.368(1 + 0.5w/1 − 0.5w) + 0.368

or

G(w)

= −

0.0381(w − 2)(w + 12.14)

.

w(w

+

0.924)

To obtain the frequency response, we can replace w with j v, giving

G( j v)

= −

0.0381( j v − 2)( j v + 12.14)

.

j v( j v

+

0.924)

The magnitude is then

|

G( j v)

| =

0.0381

v2 + 22

v2 + 12.142

v√

and

v2 + 0.9242

G( j v)

=

tan−1

v

+

tan−1

v

90

tan−1

v

.

2

12.14

0.924

The Bode diagram is shown in Figure 8.13. The system is stable with a gain margin of 5 dB and a phase margin of 26◦.

8.7 EXERCISES

1.Given below are the characteristic equations of some sampled data systems. Using Jury’s test, determine if the systems are stable.

(a)z2 − 1.8z + 0.72 = 0

(b)z2 − 0.5z + 1.2 = 0

(c)z3 − 2.1z2 + 2.0z − 0.5 = 0

(d)z3 − 2.3z2 + 1.61z − 0.32 = 0

2.The characteristic equation of a sampled data system is given by

(z − 0.5)(z2 − 0.5z + 1.2) = 0.

Determine the stability of the system.