Linear Phase Response and Signal Distortion

Graduate Depth 89 in the knowledge graph I know this Set as goal
Unlocks 3 downstream topics
filters linear-phase distortion group-delay

Core Idea

Linear phase response (phase proportional to frequency) means all frequency components are delayed equally, preserving signal shape. Non-linear phase causes different delays at different frequencies, creating waveform distortion. Symmetric impulse responses guarantee linear phase in FIR filters; IIR filters cannot achieve true linear phase but can approximate it with all-pass equalizers.

How It's Best Learned

Design a non-causal symmetric FIR filter and verify its linear phase. Compare its output on a chirp signal to that of a non-symmetric filter showing group delay variation.

Common Misconceptions

Explainer

From your study of magnitude and phase from pole-zero diagrams, you know that a filter's frequency response is complex-valued: at each frequency ω, the filter applies a gain |H(ω)| and a phase shift ∠H(ω). An ideal lowpass filter has a flat magnitude response in the passband (all frequencies passed equally) and zero magnitude in the stopband. But magnitude is only half the picture. What the filter does to the *timing* of frequency components is equally important, and this is what phase response controls.

Imagine a square wave, which is the sum of a fundamental frequency and all its odd harmonics. If a filter delays the fundamental by 1 ms but delays the third harmonic by 3 ms and the fifth by 5 ms, the harmonics arrive at different times and the square wave is smeared — the fast rise and fall are gone even if all harmonics pass through with equal gain. This is phase distortion (also called waveform distortion): different frequency components arriving at different times destroy the temporal structure of the signal even when no frequencies are lost. In audio processing, phase distortion can make transients (drum attacks, consonants in speech) sound soft or pre-ringing. In digital communications, it causes intersymbol interference. In medical imaging, it blurs sharp edges.

Linear phase means the phase shift is proportional to frequency: ∠H(ω) = −kω for some constant k. In this case, every frequency component is delayed by exactly the same amount — k seconds. The signal shape is perfectly preserved; it simply arrives k seconds later. The group delay τ_g(ω) = −d∠H(ω)/dω measures how much a narrowband signal centered at ω is delayed. For a linear-phase filter, the group delay is constant (equal to k at every frequency) — this is the defining characteristic. A constant group delay is equivalent to a pure time delay, which distorts nothing.

Symmetric FIR filters guarantee linear phase, and this is why they are widely used in applications that demand waveform fidelity. A length-N FIR filter with coefficients symmetric about its center (h[n] = h[N−1−n]) has a frequency response that can be written as a real-valued function multiplied by a linear phase term e^{−jωM/2}, where M = N−1. The linear phase factor is exactly what we want; the real-valued function in front determines the magnitude response. This structure means you can design any magnitude response you want (using windowing or equiripple methods) while the symmetry condition automatically guarantees linear phase — the two design goals are decoupled. IIR filters cannot achieve exact linear phase because their recursive structure prevents the coefficient symmetry needed; they can only approximate it over limited frequency ranges using all-pass equalizers. This fundamental tradeoff — IIR filters are more efficient for a given magnitude specification, but FIR filters are the only way to get exact linear phase — drives nearly every filter design decision in practice.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsSeparable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential EquationsSecond-Order Linear Homogeneous Differential EquationsCharacteristic Equation Method for Linear ODEsComplex Roots and Oscillatory SolutionsSpring-Mass Systems and Mechanical VibrationsResonance and Damping in Forced VibrationsRLC Circuit Applications of Differential EquationsIntroduction to Differential EquationsLaplace Transform: Fundamentals and PropertiesLaplace Transform Properties and Inverse TransformTransfer Function, Poles, and ZerosPole-Zero Plots and Stability AnalysisMagnitude and Phase from Pole-Zero GeometryLinear Phase Response and Signal Distortion

Longest path: 90 steps · 363 total prerequisite topics

Prerequisites (1)

Leads To (1)