Bandpass Signals and Complex Baseband Representation

Why Baseband Matters

Wireless signals travel through the air at carrier frequencies of hundreds of MHz to tens of GHz, but all the information is encoded in a relatively narrow band around the carrier. The complex baseband (complex envelope) representation strips away the carrier, leaving only the information-bearing part. This simplification is so powerful that virtually all wireless communication analysis β€” from modulation design to channel estimation β€” is done at baseband.

Definition:

Hilbert Transform

The Hilbert transform of a real signal x(t)x(t) is

x^(t)=1π p.v.β€‰β£βˆ«βˆ’βˆžβˆžx(Ο„)tβˆ’Ο„β€‰dΟ„=x(t)βˆ—1Ο€t\hat{x}(t) = \frac{1}{\pi} \,\text{p.v.}\!\int_{-\infty}^{\infty} \frac{x(\tau)}{t - \tau}\,d\tau = x(t) * \frac{1}{\pi t}

where p.v. denotes the Cauchy principal value.

In the frequency domain, the Hilbert transform is a Β±90Β°\pm 90Β° phase shift:

X^(f)=βˆ’j sgn(f) X(f)={βˆ’jX(f)f>0jX(f)f<0\hat{X}(f) = -j\,\mathrm{sgn}(f)\,X(f) = \begin{cases} -jX(f) & f > 0 \\ jX(f) & f < 0 \end{cases}

Key property: x(t)x(t) and x^(t)\hat{x}(t) are orthogonal over (βˆ’βˆž,∞)(-\infty, \infty) and have the same energy.

,

Definition:

Analytic Signal

The analytic signal (pre-envelope) associated with a real signal x(t)x(t) is

x+(t)=x(t)+jx^(t)x_+(t) = x(t) + j\hat{x}(t)

Its Fourier transform is one-sided:

X+(f)={2X(f)f>0X(0)f=00f<0X_+(f) = \begin{cases} 2X(f) & f > 0 \\ X(0) & f = 0 \\ 0 & f < 0 \end{cases}

The analytic signal eliminates negative frequencies, keeping only the positive-frequency content with doubled amplitude.

Definition:

Complex Envelope (Complex Baseband)

A real bandpass signal centred at carrier frequency fcf_c can be written as

x(t)=Re ⁣[x~(t) ej2Ο€fct]x(t) = \mathrm{Re}\!\left[\tilde{x}(t)\,e^{j2\pi f_c t}\right]

where x~(t)\tilde{x}(t) is the complex envelope (complex baseband signal). It is related to the analytic signal by

x~(t)=x+(t) eβˆ’j2Ο€fct.\tilde{x}(t) = x_+(t)\,e^{-j2\pi f_c t}.

Expanding into real and imaginary parts:

x~(t)=xI(t)+j xQ(t)\tilde{x}(t) = x_I(t) + j\,x_Q(t)

where xI(t)x_I(t) is the in-phase component and xQ(t)x_Q(t) is the quadrature component. The passband signal is then

x(t)=xI(t)cos⁑(2Ο€fct)βˆ’xQ(t)sin⁑(2Ο€fct).x(t) = x_I(t)\cos(2\pi f_c t) - x_Q(t)\sin(2\pi f_c t).

The spectrum of x~(t)\tilde{x}(t) is centred at f=0f = 0 (baseband) and has bandwidth Wβ‰ͺfcW \ll f_c. This is why digital processing can operate at rate ∼2W\sim 2W rather than ∼2fc\sim 2f_c.

,

Example: AM Signal in Baseband

A conventional AM signal is x(t)=[1+m(t)]cos⁑(2Ο€fct)x(t) = [1 + m(t)]\cos(2\pi f_c t) where m(t)m(t) is the message with ∣m(t)βˆ£β‰€1|m(t)| \le 1. Find the complex envelope x~(t)\tilde{x}(t) and the I/Q components.

Theorem: Passband–Baseband Equivalence

Let a bandpass signal x(t)=Re[x~(t)ej2Ο€fct]x(t) = \mathrm{Re}[\tilde{x}(t) e^{j2\pi f_c t}] pass through a bandpass LTI system with impulse response h(t)=Re[h~(t)ej2Ο€fct]h(t) = \mathrm{Re}[\tilde{h}(t) e^{j2\pi f_c t}].

Then the output y(t)=Re[y~(t)ej2Ο€fct]y(t) = \mathrm{Re}[\tilde{y}(t) e^{j2\pi f_c t}] with

y~(t)=12 x~(t)βˆ—h~(t).\tilde{y}(t) = \frac{1}{2}\,\tilde{x}(t) * \tilde{h}(t).

Convolution at passband is equivalent to (scaled) convolution at baseband. All filtering, channel effects, and detection can be analysed using the baseband equivalents.

The carrier oscillation ej2Ο€fcte^{j2\pi f_c t} factors out of the convolution, leaving only the slowly varying envelopes to be convolved. This is why communications engineers work exclusively at baseband.

,

Passband vs. Baseband Representation

Visualise a bandpass signal and its complex baseband equivalent. Adjust the carrier frequency and modulation to see how the passband waveform relates to the I/Q components and the baseband spectrum.

Parameters
10
1

Why This Matters: I/Q Modulator and Demodulator Architecture

The complex baseband representation directly maps to hardware. A quadrature modulator takes xI(t)x_I(t) and xQ(t)x_Q(t), multiplies them by cos⁑(2Ο€fct)\cos(2\pi f_c t) and βˆ’sin⁑(2Ο€fct)-\sin(2\pi f_c t) respectively, and sums β€” producing the passband signal. The receiver reverses the process with a quadrature demodulator (multiplication by cos⁑\cos and βˆ’sin⁑-\sin, followed by low-pass filtering).

Every modern transceiver (Wi-Fi, LTE, 5G NR) uses this I/Q architecture. Impairments like I/Q imbalance (gain and phase mismatch between the two branches) are a major practical concern and are corrected by digital signal processing at baseband.

Common Mistake: The Factor of 1/2 in Baseband Convolution

Mistake:

Writing y~(t)=x~(t)βˆ—h~(t)\tilde{y}(t) = \tilde{x}(t) * \tilde{h}(t) without the factor of 1/21/2.

Correction:

The correct relation is y~(t)=12x~(t)βˆ—h~(t)\tilde{y}(t) = \frac{1}{2}\tilde{x}(t) * \tilde{h}(t). The factor arises because Re[β‹…]\mathrm{Re}[\cdot] extracts half the analytic signal. Some textbooks absorb this factor into the definition of h~\tilde{h}; be consistent with whichever convention you use.

Quick Check

A passband signal is x(t)=3cos⁑(2Ο€fct)+4sin⁑(2Ο€fct)x(t) = 3\cos(2\pi f_c t) + 4\sin(2\pi f_c t). What is the complex envelope x~(t)\tilde{x}(t)?

3+j43 + j4

3βˆ’j43 - j4

4+j34 + j3

5ejarctan⁑(4/3)5 e^{j\arctan(4/3)}

Quick Check

The spectrum of a real signal x(t)x(t) satisfies X(βˆ’f)=Xβˆ—(f)X(-f) = X^*(f). What is the spectrum of its analytic signal x+(t)x_+(t)?

X(f)X(f) for all ff

2X(f)2X(f) for f>0f > 0, 00 for f<0f < 0

X(f)+X(βˆ’f)X(f) + X(-f)

∣X(f)∣2|X(f)|^2

Key Takeaway

All wireless analysis is done at baseband. The complex envelope x~(t)=xI(t)+jxQ(t)\tilde{x}(t) = x_I(t) + jx_Q(t) strips the carrier, reducing the signal bandwidth from ∼fc\sim f_c (GHz) to ∼W\sim W (MHz). Digital processing operates at rate ∼2W\sim 2W, not ∼2fc\sim 2f_c β€” a reduction of three orders of magnitude at typical cellular frequencies.

⚠️Engineering Note

I/Q Imbalance in Practical Transceivers

Real quadrature modulators and demodulators suffer from I/Q imbalance: a gain mismatch Ξ”g\Delta g and phase mismatch Δϕ\Delta\phi between the in-phase and quadrature branches. The received baseband signal becomes

r~(t)=α x~(t)+β x~βˆ—(t)\tilde{r}(t) = \alpha\,\tilde{x}(t) + \beta\,\tilde{x}^*(t)

where Ξ±β‰ˆ1\alpha \approx 1 and Ξ²βˆΞ”g+jΔϕ\beta \propto \Delta g + j\Delta\phi. The conjugate term x~βˆ—(t)\tilde{x}^*(t) creates image interference: a signal at frequency +f+f leaks into βˆ’f-f.

Typical imbalance values in commercial RF front-ends: gain Ξ”gβ‰ˆ0.5\Delta g \approx 0.5–22%; phase Ξ”Ο•β‰ˆ1\Delta\phi \approx 1–5Β°5Β°. The resulting image rejection ratio (IRR) is 25–40 dB β€” insufficient for high-order QAM (64-QAM requires IRR >35> 35 dB). Digital compensation algorithms estimate (Ξ±,Ξ²)(\alpha, \beta) from pilot symbols and pre-correct the signal.

Practical Constraints
  • β€’

    Typical IRR without calibration: 25–40 dB (insufficient for 64-QAM and above)

  • β€’

    Digital compensation can achieve IRR > 60 dB with proper pilot design

  • β€’

    Wideband signals experience frequency-dependent I/Q imbalance, requiring per-subcarrier correction

Why This Matters: Hardware Implementation of I/Q Processing

The complex baseband framework maps directly to transceiver hardware design. Chapter 23 (RF Front-End and Hardware Impairments) covers the practical architecture of quadrature modulators and demodulators, including amplifier nonlinearity, phase noise, and the digital calibration techniques that compensate for the I/Q imbalance discussed in this section.

Complex Envelope

The baseband equivalent x~(t)=xI(t)+jxQ(t)\tilde{x}(t) = x_I(t) + jx_Q(t) of a bandpass signal. Contains all information; the carrier is removed.

Related: Analytic Signal, Hilbert Transform, In-Phase and Quadrature (I/Q) Components

Hilbert Transform

A Β±90Β°\pm 90Β° phase shift: X^(f)=βˆ’j sgn(f) X(f)\hat{X}(f) = -j\,\mathrm{sgn}(f)\,X(f). Used to construct the analytic signal.

Related: Analytic Signal, Complex Envelope (Complex Baseband)

In-Phase and Quadrature (I/Q) Components

The real part xI(t)x_I(t) (in-phase) and imaginary part xQ(t)x_Q(t) (quadrature) of the complex envelope. Together they carry all the information of the bandpass signal.

Related: Complex Envelope (Complex Baseband), Quadrature Modulator