Jump back to chapter selection.
Table of Contents
6.1 Magnitude and Phase
6.2 Frequency Response of LTI Systems
6.3 Linear Phase and Group Delay
6.4 Ideal and Nonideal Filters
6.5 First-Order and Second-Order Systems
6 Time and Frequency Characterisation of Signals and Systems
The Fourier transform gives a complete frequency-domain description of a signal, but it is easy to lose sight of what the separate pieces mean. This chapter connects the magnitude and phase of a transform to the time-domain behaviour of signals and systems. For LTI systems, this is also where filters become more than algebraic transfer functions: their magnitude response shapes amplitudes, while their phase response determines delays and waveform distortion.
6.1 Magnitude and Phase
A Fourier transform is generally complex. For continuous time,
and for discrete time,
The magnitude describes how much of each frequency is present. The phase describes how the frequency components are aligned relative to one another.
The phase is not a decorative part of the spectrum. Two signals can have the same magnitude spectrum and very different time-domain shapes. For example, a phase change can shift a signal in time, make a pulse asymmetric, or smear a transient, even when the spectral magnitude is unchanged.
For real-valued signals, the Fourier transform has conjugate symmetry:
or in discrete time,
Thus the magnitude is even and the phase is odd, apart from phase wrapping by multiples of
6.2 Frequency Response of LTI Systems
For an LTI system with impulse response
and in discrete time,
This means that each complex exponential is an eigenfunction of the system. The system does not change its frequency, only its complex amplitude:
The magnitude response
If
6.3 Linear Phase and Group Delay
A system has linear phase over a frequency band if
or, in discrete time,
The term
The group delay is defined as
in continuous time, and
in discrete time. For a perfectly linear phase response,
Group delay is the delay experienced by a narrowband packet centred around a given frequency. If different parts of a broadband pulse experience different group delays, the pulse is dispersed. This is the same physical idea that appears in optics as group-delay dispersion, but here it is a general property of LTI systems.
For a real, causal FIR filter with symmetric impulse response
the frequency response has generalized linear phase and the group delay is
samples, up to possible phase jumps at zeros of the response. This is one of the main reasons symmetric FIR filters are attractive in signal processing.
6.4 Ideal and Nonideal Filters
The ideal continuous-time lowpass filter has
Its impulse response is
This impulse response is infinitely long and noncausal, so the ideal lowpass filter cannot be realised exactly. It is still useful because it defines the limiting behaviour that practical filters approximate.
The ideal discrete-time lowpass filter has
with impulse response
Again the impulse response has infinite duration. A finite-length approximation necessarily creates transition bands and ripple.
Practical filters are described by specifications rather than ideal cutoffs:
- passband edge and allowed passband ripple;
- stopband edge and required stopband attenuation;
- transition width;
- phase or group-delay constraints;
- implementation cost and numerical sensitivity.
This is a recurring tradeoff: sharper frequency selectivity requires a longer impulse response or a higher-order system, which usually increases delay, ringing, and sensitivity.
6.5 First-Order and Second-Order Systems
A continuous-time first-order lowpass system can be written as
On the Fourier axis,
so
The cutoff frequency is on the order of
A simple discrete-time first-order system has
with impulse response
It is causal and stable if
Its frequency response is obtained by evaluating on the unit circle:
If
Second-order systems introduce complex-conjugate poles. In continuous time, a standard form is
where
In discrete time, second-order sections are usually written as
The pole radii determine decay time, and the pole angles determine oscillation frequency. This pole-zero viewpoint becomes much more systematic in the z-transform chapter.