Homework 6: Digital Systems Revision¶
Problems¶
Given that z=esT=eσT∠±ωT, where T is the sampling period of a digital system, show that
a. points with frequencies of ±ωs/2 (where ωs is the sampling rate 2π/T) in the s-domain map onto the negative real axis in the z-domain.
b. the imaginary axis in the s-domain maps onto the unit circle $|z|=1$ in the z-domain
c. lines of constant σ in the s-domain map onto concentric circles centred at z=0 in the z-domain
d. lines of constant frequency in the s-domain map onto radial lines centred at z=0 in the z-domain.
Derive equations for curves of constant second-order damping ratio ζ and natural frequency ωn in the z-domain. Comment on the effect of high sampling rates on the poles of a discrete system.
Determine the z-transform of the function f(t)=e−at, where a is real >0.
Given that $G(s)=s+4(s+1)(s+3),determineG(z).[∗Hint∗:determineg(t)$ first.]
A discrete transfer function G(z) is given by $G(z)=0.387z2(z−1)(z2−2.37z+025).Determinethevalueofg(nT)asnT \rightarrow \infty$.
Use long division to find the inverse z-transform of $F(z)=(1−e−aT)zz2−(1−e−aT)z+e−aT$.
The system type of a unity gain feedback digital control system $C(z)R(z)=Go(z)1+Go(z)isgivenbythenumberofpolesatz = 1.ThusaType0systemhasnopolesatz = 1,aType1systemhasone,andsoon.Usethediscreteversionofthefinalvaluetheoremlimn→∞x(nT)=limz→1(1−z−1)X(z)$ to derive formulae for the steady-state error of a digital control system to step, ramp and parabolic inputs.
(not examinable) Apply Jury’s test (MATLAB function
jury
) to determine if the following characteristic equations have any roots outside the unit circle:a. z2+0.25=0
b. z3−1.1z2+0.01z+0.405=0
c. z3−3.6z2+4z−1.6=0.