5 questions to test your understanding
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?
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?
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.
Digital control is simply analog control implemented in software — the same equations, just computed at discrete time steps rather than continuously.
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?