Questions: Linear Phase Response and Signal Distortion

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A communications engineer applies an elliptic IIR lowpass filter to a digital audio signal. The filter has excellent magnitude performance: all passband frequencies have equal gain, and the stopband is heavily attenuated. Yet the output still sounds distorted relative to the input. What is the most likely cause?

AFinite-precision arithmetic in the IIR implementation is introducing quantization noise
BThe filter's non-linear phase response delays different frequency components by different amounts, smearing transients and destroying waveform shape even though no frequencies are lost
CThe stopband attenuation is insufficient — some high-frequency energy is leaking through
DThe sampling rate is too low for the signal bandwidth, causing aliasing distortion
Question 2 Multiple Choice

A symmetric FIR filter with N = 51 coefficients (h[n] = h[50−n]) is designed as a lowpass filter. What is the expected group delay of this filter?

A0 samples — linear phase means the filter introduces no delay whatsoever
B25 samples — a constant group delay equal to (N−1)/2, independent of frequency
CVariable, from 0 to 50 samples depending on the frequency band
DInfinite at the passband edge, where the transition from passband to stopband occurs
Question 3 True / False

A symmetric FIR filter (h[n] = h[N−1−n]) automatically achieves linear phase regardless of what magnitude response it is designed to produce.

TTrue
FFalse
Question 4 True / False

IIR filters are generally preferred over FIR filters in applications that require exact linear phase, because IIR filters achieve sharper magnitude cutoffs with fewer coefficients.

TTrue
FFalse
Question 5 Short Answer

Why is constant group delay equivalent to linear phase? And why does non-constant group delay cause waveform distortion even when the magnitude response is perfectly flat?

Think about your answer, then reveal below.