Understanding Generalized Linear Phase in Discrete-Time Filters
April 11, 2026 · Luciano Muratore
Expanding our study of filter design, we move beyond magnitude response to examine the critical role of phase. In Digital Signal Processing, the phase response of a filter determines how much temporal distortion is introduced to the signal.
1. Motivation: Phase and Distortion
When analyzing filters in the frequency domain, the frequency response is expressed as:
While the magnitude () determines how the filter shapes the spectrum, the phase () determines temporal distortion. Filters with well-structured phase responses are essential because they preserve the original waveform shape.
2. Phase and Group Delay
To quantify how a filter affects the timing of a signal, we define two key terms:
- Phase Response: .
- Group Delay: .
The group delay measures how much each frequency component is delayed as it passes through the system. If varies with frequency, different parts of the signal arrive at different times, leading to phase distortion.
3. Strict Linear Phase
A filter is said to have strict linear phase if its phase response follows the form: for some constant delay . This results in a frequency response of:
In this case, the group delay is constant (), meaning all frequencies are delayed by the exact same amount, resulting in no phase distortion.
4. Generalized Linear Phase
Strict linear phase is a specific case of a broader class. Generalized linear phase adds a constant phase offset :
Properties:
- Constant Group Delay: Despite the offset, the derivative remains .
- No Waveform Distortion: The signal experiences a uniform delay and a global phase rotation (), but its shape remains intact.
- Constant Phase Rotation: The term multiplies the entire output by a constant complex phase but does not affect the magnitude response or the relative alignment of frequency components.
5. Generalized Linear Phase in FIR Filters
Real-coefficient FIR filters can achieve generalized linear phase if their impulse responses exhibit specific symmetry properties. There are four canonical types of linear-phase FIR filters, categorized by:
- Symmetry: Symmetric or antisymmetric impulse response.
- Length: Even or odd number of taps.
- Phase Term: or .
Regardless of the type, all four possess a constant group delay, making them highly desirable for practical DSP applications where signal integrity is paramount.
Summary
| Property | Strict Linear Phase | Generalized Linear Phase |
|---|---|---|
| Phase Equation | ||
| Group Delay | Constant | Constant |
| Waveform Shape | Preserved | Preserved |
| Phase Offset | None () | Constant |