Questions: Introduction to Digital Control Systems

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A continuous-time PID controller has all poles in the left half s-plane and is stable. It is discretized using forward Euler with a large sampling period T. What would you expect?

AThe discrete controller remains stable — pole locations in the s-plane determine stability absolutely, regardless of discretization method
BThe discrete controller may become unstable — large T can map s-plane poles to locations outside the unit circle in the z-plane
CThe discrete controller is functionally identical to the continuous one — only the notation changes from s to z
DStability is unaffected by sampling rate; only the speed of computation changes
Question 2 Multiple Choice

Why is Tustin's bilinear method (s ≈ (2/T)(z-1)/(z+1)) generally preferred over forward Euler (s ≈ (z-1)/T) for discretizing continuous-time controllers?

ATustin's method requires fewer arithmetic operations per sample, making it faster to execute on microcontrollers
BTustin's method corresponds to the trapezoidal integration rule, better preserving stability margins and frequency-domain accuracy
CTustin's method eliminates the need for anti-aliasing filters before the ADC
DTustin's method maps the s-plane exactly to the z-plane, introducing no approximation error
Question 3 True / False

In a digital control system, stability requires all poles of the discrete-time transfer function H(z) to lie strictly inside the unit circle |z| < 1.

TTrue
FFalse
Question 4 True / False

Digital control is simply analog control implemented in software — the same equations, just computed at discrete time steps rather than continuously.

TTrue
FFalse
Question 5 Short Answer

Why must the sampling rate in a digital control system be much higher than the closed-loop bandwidth, and what happens to controller performance if sampling is too slow?

Think about your answer, then reveal below.