Why It Matters
Core Definitions
Key Formulas
Important Theorems
Worked Examples
Practice Problems
Common Mistakes
| Mistake | Correction | Example |
|---|---|---|
| Confusing Fourier transform conventions | Different conventions use vs ; check the factor of | vs differ by |
| Forgetting the ROC in Z-transforms | The Z-transform is only valid in its region of convergence | converges for , not |
| Misidentifying stability from poles | ALL poles must be strictly inside the unit circle (Z-domain) or LHP (s-domain) | A pole at causes marginal instability |
| Ignoring the sampling theorem | Aliasing occurs if ; frequencies above fold back | Sample a 10 kHz signal at 15 kHz -> 5 kHz alias |
| Wrong contour for inverse Z-transform | The contour must be in the ROC and enclose all poles | For causal systems, use a circle large enough to enclose all poles |
| Confusing the Laplace and Z-transforms | Laplace: continuous time, ; Z: discrete time, | ; |
| Forgetting causality in control systems | The Kramers-Kronig relations require causality; non-causal systems violate them | Physical systems are always causal |
| Misapplying the convolution theorem | Convolution in time = multiplication in frequency, not the other way around | , not |
Interview / Exam Questions
Q1: Explain the physical meaning of the Fourier transform. Why use complex exponentials instead of sines and cosines?
A1: The Fourier transform decomposes a signal into complex exponentials , each representing a pure frequency . The coefficient gives the amplitude and phase of frequency in the signal. Complex exponentials are preferred over sines and cosines because: (1) they are eigenfunctions of linear time-invariant systems (convolution becomes multiplication), (2) Euler's formula combines both into one expression, (3) the algebra is simpler (exponentials multiply by adding exponents), and (4) the phase is naturally encoded in the complex argument. The real part of gives the cosine component; the imaginary part gives the sine component.
Q2: What is the relationship between the Z-transform and the Fourier transform?
A2: The Z-transform evaluated on the unit circle gives the discrete-time Fourier transform (DTFT): . So the Fourier transform is a special case of the Z-transform restricted to . The Z-transform is more general: it can analyze signals that don't have a Fourier transform (growing signals), and the ROC determines convergence. The unit circle in the Z-plane corresponds to the frequency axis.
Q3: How does pole placement affect the time-domain behavior of a discrete system?
A3: Each pole contributes a mode to the impulse response. The magnitude determines the envelope:
- : decaying mode (stable)
- : oscillatory mode (marginally stable)
- : growing mode (unstable)
The angle determines the oscillation frequency: radians/sample. Complex conjugate pole pairs produce damped sinusoids: .
Q4: Explain the Kramers-Kronig relations and why they matter.
A4: The Kramers-Kronig relations state that the real and imaginary parts of a causal system's frequency response are Hilbert transforms of each other. If you know for all , you can compute (and vice versa). This is because causality ( for ) constrains the Fourier transform: the analytic signal (positive frequencies only) determines the full response. In physics, this means you cannot independently choose the real and imaginary parts of a material's dielectric function, refractive index, or susceptibility. Violations of Kramers-Kronig indicate non-causal modeling errors.
Q5: Describe how conformal mappings solve fluid flow problems.
A5: Conformal mappings solve Laplace's equation for the velocity potential . The method: (1) Solve the flow problem in a simple geometry (e.g., uniform flow around a circle). (2) Use a conformal mapping to transform the simple geometry to the physical geometry. (3) Since conformal maps preserve harmonic functions, the solution transforms correctly. The Joukowski transform maps circles to airfoil shapes, enabling calculation of lift. The complex potential transforms simply: if is known in the -plane, then gives the flow in the -plane.
Q6: What is the significance of the Nyquist plot in control theory?
A6: The Nyquist plot graphs as varies from to in the complex plane. It determines closed-loop stability by counting encirclements of : , where is the number of unstable closed-loop poles, is clockwise encirclements of , and is the number of unstable open-loop poles. If (open-loop stable), the closed-loop system is stable iff (no encirclements). The plot also reveals gain margin (how much gain increase causes instability) and phase margin (how much phase lag causes instability). It works for systems with time delays, which are difficult to analyze with other methods.
Q7: Why is the Shannon-Nyquist sampling theorem fundamental to digital signal processing?
A7: The theorem states that a bandlimited signal (no frequencies above ) is completely determined by samples taken at rate . This is the bridge between continuous and discrete signal processing. It guarantees that sampling does not lose information, provided the Nyquist criterion is met. Violating it causes aliasing: high frequencies masquerade as low frequencies, irreversibly corrupting the signal. The reconstruction uses sinc interpolation, which is an ideal low-pass filter in the frequency domain. Every digital system β audio recording, image sensors, communication systems β is designed around this theorem. The Nyquist rate is the minimum sampling rate; practical systems use oversampling (e.g., or ) for easier anti-alias filtering.
Quick Reference
Cross-References
- 091 - Complex Numbers β Euler's formula is the foundation of Fourier analysis; complex arithmetic underpins all transforms.
- 092 - Complex Functions β Analyticity and conformal mappings enable fluid dynamics applications; the Laplace transform is an analytic function of .
- 093 - Contour Integration β The inverse Fourier and Z-transforms use contour integration; residue calculus evaluates inverse Laplace transforms.
- 094 - Residue Theory β The residue theorem computes inverse Z-transforms and evaluates integrals in signal processing; the argument principle determines stability margins.
- Linear Systems (Topic 20): Transfer functions, convolution, and stability analysis are core concepts in linear systems theory.
- Differential Equations (Topic 12) β The Laplace transform converts ODEs to algebraic equations; poles of the transfer function correspond to characteristic roots.
- Probability (Topic 22): Characteristic functions are Fourier transforms of probability densities; the Wiener-Khinchin theorem relates correlation to power spectra.