SS Notes
Application of signals and systems concepts in control systems — transfer functions, feedback, stability analysis, PID control, and frequency response methods.
Introduction
Control systems represent one of the most powerful and elegant applications of signals and systems theory. Every time your car maintains a set speed using cruise control, your room stays at a comfortable temperature through a thermostat, or a drone hovers stably in the air — a control system is at work. The beauty of control theory is that it uses the exact same mathematical framework we study in signals and systems: transfer functions, convolution, Laplace transforms, frequency response, and stability analysis.
For B.Tech students, control systems provide perhaps the most direct bridge between the abstract mathematics of transforms and real engineering practice. The Laplace transform is not just a mathematical trick — it is the everyday language of control engineers worldwide.
Open-Loop vs Closed-Loop Systems
Open-Loop Control
In an open-loop system, the controller acts without measuring the output:
$$Y(s) = G(s) \cdot U(s)$$
where $G(s)$ is the plant transfer function and $U(s)$ is the control input. The problem? If disturbances occur or the plant characteristics change, the output drifts from the desired value with no mechanism for correction.
Closed-Loop (Feedback) Control
Feedback systems measure the output and compare it to the desired reference:
$$E(s) = R(s) - H(s)Y(s)$$
$$Y(s) = G(s) \cdot C(s) \cdot E(s)$$
The closed-loop transfer function becomes:
$$\frac{Y(s)}{R(s)} = \frac{C(s)G(s)}{1 + C(s)G(s)H(s)}$$
where $C(s)$ is the controller, $G(s)$ is the plant, and $H(s)$ is the feedback sensor transfer function. This fundamental equation shows how feedback modifies the system behavior.
Transfer Function Analysis
The transfer function $G(s) = Y(s)/X(s)$ completely characterizes a linear time-invariant system. Consider a second-order system (common in mechanical and electrical systems):
$$G(s) = \frac{\omega_n^2}{s^2 + 2\zeta\omega_n s + \omega_n^2}$$
where $\omega_n$ is the natural frequency and $\zeta$ is the damping ratio. The poles are at:
$$s = -\zeta\omega_n \pm \omega_n\sqrt{\zeta^2 - 1}$$
The system behavior depends critically on $\zeta$:
- $\zeta = 0$: Undamped (perpetual oscillation)
- $0 < \zeta < 1$: Underdamped (oscillatory decay) — most practical systems
- $\zeta = 1$: Critically damped (fastest non-oscillatory response)
- $\zeta > 1$: Overdamped (sluggish, no oscillation)
For an underdamped system, the step response is:
$$y(t) = 1 - \frac{e^{-\zeta\omega_n t}}{\sqrt{1-\zeta^2}}\sin(\omega_d t + \phi)$$
where $\omega_d = \omega_n\sqrt{1-\zeta^2}$ is the damped natural frequency.
Stability Analysis
A system is BIBO (bounded-input, bounded-output) stable if and only if all poles of the closed-loop transfer function lie in the left half of the s-plane (negative real parts).
Routh-Hurwitz Criterion
For a characteristic polynomial $a_0 s^n + a_1 s^{n-1} + \cdots + a_n = 0$, the Routh array provides necessary and sufficient conditions for stability without explicitly finding the roots. The number of sign changes in the first column equals the number of right-half-plane poles.
Nyquist Stability Criterion
The Nyquist criterion relates closed-loop stability to the open-loop frequency response. Plot $G(j\omega)H(j\omega)$ as $\omega$ varies from $-\infty$ to $\infty$. The number of clockwise encirclements of the point $(-1, 0)$ equals $Z - P$, where $Z$ is the number of unstable closed-loop poles and $P$ is the number of unstable open-loop poles.
For stability, we need $Z = 0$, so the number of counterclockwise encirclements must equal $P$.
PID Control
The Proportional-Integral-Derivative (PID) controller is the workhorse of industrial control, used in over 90% of control loops in practice:
$$C(s) = K_p + \frac{K_i}{s} + K_d s = K_p\left(1 + \frac{1}{T_i s} + T_d s\right)$$
Each term serves a specific purpose:
- Proportional ($K_p$): Responds to the current error — larger $K_p$ reduces steady-state error but can cause oscillation
- Integral ($K_i/s$): Responds to accumulated past error — eliminates steady-state error completely but can cause overshoot
- Derivative ($K_d s$): Responds to the rate of change of error — provides damping and improves transient response
Tuning Example
For a plant $G(s) = \frac{1}{s(s+2)}$, with a proportional controller $K_p$:
$$\frac{Y(s)}{R(s)} = \frac{K_p}{s^2 + 2s + K_p}$$
Comparing with the standard form: $\omega_n = \sqrt{K_p}$ and $\zeta = \frac{1}{\sqrt{K_p}}$. So increasing gain increases speed ($\omega_n$) but decreases damping ($\zeta$) — a fundamental trade-off.
Frequency Response Methods
Bode Plots
Bode plots display the magnitude $|G(j\omega)|$ in dB and phase $\angle G(j\omega)$ versus frequency on a logarithmic scale. They are invaluable because:
- Individual transfer function factors contribute additively in dB
- Stability margins (gain margin, phase margin) are read directly from the plot
- Controller design can be done graphically
Gain margin: How much the gain can be increased before instability — measured at the phase crossover frequency (where phase = -180°).
Phase margin: How much additional phase lag can be tolerated — measured at the gain crossover frequency (where magnitude = 0 dB).
A well-designed system typically has gain margin > 6 dB and phase margin > 30–60°.
Root Locus
The root locus shows how closed-loop pole locations change as a parameter (usually gain $K$) varies from 0 to ∞. Poles start at open-loop poles (at $K=0$) and move toward open-loop zeros (as $K \to \infty$). The root locus tells us directly about stability and transient response for different gain values.
Real-World Applications
- Automotive: Cruise control, anti-lock braking (ABS), electronic stability control
- Aerospace: Autopilot systems, rocket guidance, satellite attitude control
- Industrial: Temperature control in chemical plants, speed control in motors, robotic manipulators
- Consumer electronics: Disk drive head positioning, camera autofocus, optical image stabilization
Key Takeaways
- Feedback control uses error measurement to automatically correct system behavior — the closed-loop transfer function is $\frac{CG}{1+CGH}$
- System stability requires all closed-loop poles in the left half s-plane
- The damping ratio $\zeta$ controls the trade-off between speed and oscillation
- PID controllers combine proportional, integral, and derivative action to achieve zero steady-state error with good transient response
- Bode plots and gain/phase margins provide practical stability assessment tools
- The Laplace transform is the fundamental mathematical tool connecting signals and systems theory to control engineering
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Control Systems Applications.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Signals & Systems topic.
Search Terms
signal-systems, signals & systems, signal, systems, applications, control, control systems applications
Related Signals & Systems Topics