Transceiver Architecture

Why Hardware Impairments Matter

Throughout Chapters 1--22, we have modelled the communication link as y=hx+ny = hx + n — a clean mathematical abstraction. In reality, the signal passes through mixers, amplifiers, oscillators, and analog-to-digital converters, each introducing distortions that are not captured by additive Gaussian noise. I/Q imbalance rotates and distorts the constellation; amplifier nonlinearity creates spectral regrowth and in-band distortion; phase noise destroys subcarrier orthogonality in OFDM. Understanding these impairments is essential for bridging the gap between theoretical capacity and practical system throughput. This chapter equips the reader with the analytical tools to model, quantify, and mitigate the dominant RF and hardware impairments.

Superheterodyne vs. Direct-Conversion Receiver

Superheterodyne vs. Direct-Conversion Receiver
Comparison of superheterodyne (top) and direct-conversion (bottom) receiver architectures. The superheterodyne uses an intermediate frequency (IF) stage for image rejection, while the direct-conversion receiver mixes directly to baseband, eliminating the IF filter at the cost of increased sensitivity to I/Q imbalance and DC offset.

Definition:

Superheterodyne and Direct-Conversion Architectures

A superheterodyne receiver converts the RF signal to an intermediate frequency (IF) before down-conversion to baseband:

rIF(t)=rRF(t)2cos(2πfLO1t)  BPF  IF signal at fIF=f0fLO1r_{\text{IF}}(t) = r_{\text{RF}}(t) \cdot 2\cos(2\pi f_{\text{LO1}} t) \;\xrightarrow{\text{BPF}}\; \text{IF signal at } f_{\text{IF}} = f_0 - f_{\text{LO1}}

A second mixer brings the IF signal to baseband.

A direct-conversion (zero-IF) receiver converts directly to baseband in a single step using I and Q branches:

xI(t)=LPF{r(t)2cos(2πf0t)},xQ(t)=LPF{r(t)(2sin(2πf0t))}x_I(t) = \text{LPF}\{r(t)\cdot 2\cos(2\pi f_0 t)\}, \quad x_Q(t) = \text{LPF}\{r(t)\cdot(-2\sin(2\pi f_0 t))\}

Direct conversion eliminates the IF stage and image-reject filter, enabling highly integrated single-chip designs used in modern cellular handsets.

The superheterodyne architecture dominated for decades due to its excellent selectivity (the IF filter rejects image frequencies). Direct conversion became practical only with advances in CMOS integration that allow on-chip calibration of DC offset and I/Q imbalance — impairments that are inherent to zero-IF designs.

Definition:

I/Q Imbalance Model

In a direct-conversion receiver, mismatches between the I and Q branches create I/Q imbalance. Let ϵ\epsilon denote the amplitude imbalance and Δϕ\Delta\phi the phase imbalance. The received baseband signal becomes:

x^(t)=α1x(t)+α2x(t)\hat{x}(t) = \alpha_1\, x(t) + \alpha_2\, x^*(t)

where the imbalance coefficients are:

α1=12 ⁣(1+(1+ϵ)ejΔϕ),α2=12 ⁣(1(1+ϵ)ejΔϕ)\alpha_1 = \frac{1}{2}\!\left(1 + (1+\epsilon)\,e^{-j\Delta\phi}\right), \quad \alpha_2 = \frac{1}{2}\!\left(1 - (1+\epsilon)\,e^{j\Delta\phi}\right)

The image rejection ratio (IRR) quantifies the severity:

IRR=α12α224ϵ2+Δϕ2\text{IRR} = \frac{|\alpha_1|^2}{|\alpha_2|^2} \approx \frac{4}{\epsilon^2 + \Delta\phi^2}

for small ϵ\epsilon and Δϕ\Delta\phi. Typical requirements are IRR >25> 25--4040 dB.

In OFDM systems, I/Q imbalance creates interference between subcarrier kk and its mirror subcarrier k-k. This "mirror-subcarrier interference" can be compensated digitally if the imbalance parameters are estimated, typically using pilot-based calibration during receiver start-up.

,

Theorem: EVM Degradation from I/Q Imbalance

For a direct-conversion receiver with amplitude imbalance ϵ\epsilon and phase imbalance Δϕ\Delta\phi (both small), the error vector magnitude (EVM) due to I/Q imbalance satisfies:

EVMIQ2=α22α12=1IRRϵ2+Δϕ24\text{EVM}_{\text{IQ}}^2 = \frac{|\alpha_2|^2}{|\alpha_1|^2} = \frac{1}{\text{IRR}} \approx \frac{\epsilon^2 + \Delta\phi^2}{4}

For an OFDM system with NN subcarriers, the effective signal-to-interference ratio on each subcarrier due to I/Q imbalance alone is:

SIRIQ=1EVMIQ2=IRR4ϵ2+Δϕ2\text{SIR}_{\text{IQ}} = \frac{1}{\text{EVM}_{\text{IQ}}^2} = \text{IRR} \approx \frac{4}{\epsilon^2 + \Delta\phi^2}

I/Q imbalance creates a "ghost" image of the signal at the mirror frequency. The power of this ghost relative to the desired signal is 1/IRR1/\text{IRR}. For 256-QAM (requiring EVM <30< -30 dB), we need IRR>30\text{IRR} > 30 dB, corresponding to ϵ<0.06\epsilon < 0.06 (6%) and Δϕ<3.6\Delta\phi < 3.6^{\circ} simultaneously.

Example: I/Q Imbalance Requirements for 256-QAM

A 5G NR receiver must support 256-QAM, which requires EVM 30\leq -30 dB.

(a) Convert the EVM requirement to a maximum EVM2\text{EVM}^2 in linear scale. (b) If the amplitude imbalance is ϵ=0.03\epsilon = 0.03 (3%), find the maximum tolerable phase imbalance Δϕ\Delta\phi. (c) What is the resulting image rejection ratio in dB?

Quick Check

What is the primary advantage of a direct-conversion (zero-IF) receiver over a superheterodyne receiver?

It completely eliminates I/Q imbalance

It removes the need for an IF stage and image-reject filter, enabling higher integration

It provides better selectivity against adjacent-channel interference

It achieves higher output power than superheterodyne transmitters

Historical Note: From Superheterodyne to Zero-IF

1918--2000s

Edwin Armstrong invented the superheterodyne receiver in 1918 during World War I, and it dominated radio design for nearly a century. Direct-conversion receivers were first proposed by Colebrook in 1924 but were impractical due to DC offset and I/Q imbalance. The revolution came with deep-submicron CMOS technology in the late 1990s, which enabled on-chip calibration algorithms to digitally correct these analogue impairments. Today, virtually every smartphone uses a direct-conversion architecture, enabled by Abidi and Razavi's pioneering work on CMOS RF design at UCLA.

Common Mistake: DC Offset in Direct-Conversion Receivers

Mistake:

Ignoring DC offset in a direct-conversion receiver design, assuming it is small enough not to matter.

Correction:

In zero-IF receivers, LO-to-RF leakage and LO self-mixing create a large DC component at baseband that can saturate the ADC or bias the AGC. DC offset can be 10--30 dB above the desired signal. Mitigation requires either AC coupling (which distorts low-frequency subcarriers in OFDM) or active DC cancellation circuits with adaptive tracking. Always include a DC removal algorithm in the baseband processing chain.

Key Takeaway

The direct-conversion architecture dominates modern wireless due to its high integration, but it demands digital calibration of I/Q imbalance (IRR>30\text{IRR} > 30 dB for 256-QAM) and DC offset. The EVM budget must be allocated across all impairments — I/Q imbalance, phase noise, quantisation, and PA nonlinearity.

Direct-Conversion Receiver

A receiver architecture that converts the RF signal directly to baseband (zero IF) using I and Q mixers driven by a local oscillator at the carrier frequency. Eliminates the IF stage but introduces DC offset and I/Q imbalance as key impairments requiring digital calibration.

Related: I/Q Imbalance, Image Rejection Ratio (IRR)

I/Q Imbalance

Mismatch between the in-phase (I) and quadrature (Q) signal paths in a transceiver, characterised by amplitude imbalance ϵ\epsilon and phase imbalance Δϕ\Delta\phi. Creates mirror-frequency interference with power ratio 1/IRR(ϵ2+Δϕ2)/41/\text{IRR} \approx (\epsilon^2 + \Delta\phi^2)/4 relative to the desired signal.

Related: Direct-Conversion Receiver, Image Rejection Ratio (IRR)

Image Rejection Ratio (IRR)

The ratio of desired signal power to image signal power caused by I/Q imbalance: IRR=α12/α22\text{IRR} = |\alpha_1|^2/|\alpha_2|^2. For small imbalances, IRR4/(ϵ2+Δϕ2)\text{IRR} \approx 4/(\epsilon^2 + \Delta\phi^2). Modern receivers require IRR >25> 25--4040 dB depending on modulation order.

Related: I/Q Imbalance, Direct-Conversion Receiver