The Continuous-Time Matched Filter
Lifting Discrete Results to
Real receivers operate on continuous-time waveforms before sampling. The discrete vector-space story of Sections 2.1--2.3 translates verbatim to the Hilbert space of square-integrable functions once we install an appropriate inner product. The payoff is a geometric picture of every digital modulation scheme as a constellation of signal vectors, with optimal detection performed by projection onto the span of those vectors --- the signal-space view that underlies all of coherent communications.
Definition: The Inner Product
The Inner Product
For real-valued signals defined on the interval , the inner product is
with induced norm . The space of functions with finite norm is --- a Hilbert space.
All linear-algebra identities established for --- Cauchy--Schwarz, projection onto a subspace, Gram--Schmidt --- transfer to once sums over are replaced by integrals.
Definition: Continuous-Time Detection in AWGN
Continuous-Time Detection in AWGN
Let be a known deterministic waveform on with finite energy . Let be a zero-mean white Gaussian noise process with autocorrelation . The continuous-time detection problem is
Definition: Continuous-Time Matched Filter
Continuous-Time Matched Filter
The matched filter for signal is the linear time-invariant filter with impulse response
The output of the filter when driven by is .
Sampling the output at gives --- the correlator. The time-reversal is precisely what makes the convolution reproduce a correlation at the sampling instant.
Theorem: The Correlator Is the Continuous-Time Sufficient Statistic
For the continuous-time problem in Definition DContinuous-Time Detection in AWGN, the sufficient statistic for testing against is
Under , ; under , . The detection performance satisfies
This is the identical statement as the discrete case, with the deflection once again emerging as the only quantity that matters. Sampling resolution, oversampling, and the particular discretisation grid all fall away.
Project onto the signal direction.
Define the unit-norm waveform . Any observation decomposes as
Show that $y_\perp$ is independent of the hypothesis.
Under both hypotheses equals the projection of onto the orthogonal complement of --- its distribution is identical under and . By Fisher--Neyman factorisation ([?s05:thm-fisher-neyman]) is sufficient.
Distribution of $Y_1$.
is the integral of a Gaussian process against a deterministic function, hence Gaussian. Under : mean ; variance . Under : mean ; same variance.
Scale back to $T(y)$ and compute $P_D$.
, so has the stated Gaussian distributions. The ROC formula follows as in [?s01:thm-pd-awgn].
Theorem: The Continuous-Time Matched Filter Maximises Output SNR
Among all linear time-invariant filters with impulse response of finite energy, the filter maximises the output signal-to-noise ratio at the sampling instant :
with equality iff .
Rewrite the numerator.
\tilde{h}(\tau) = h(T-\tau)|\tilde h| = |h|$.
Apply Cauchy--Schwarz in $L^2$.
\tilde h(t) = c,s(t)h(t) = c,s(T-t)$.
Conclude.
$
Theorem: Signal-Space Representation via Gram--Schmidt
Let be waveforms. The Gram--Schmidt procedure produces an orthonormal basis with and coefficients , . Under AWGN, the sufficient statistic for detecting which was transmitted is the projection vector , and the ML detector chooses .
Any set of waveforms lives in at most an -dimensional subspace of . Gram--Schmidt finds that subspace, and the detector only needs the coordinates of inside it. Everything else is noise orthogonal to every hypothesis --- informationally irrelevant.
Extract the relevant subspace.
Write with and for all . Under hypothesis , with .
Distribution of the noise coordinates.
has , so .
Irrelevance of $y_\perp$.
regardless of which signal is sent, since . Furthermore is independent of (orthogonal Gaussians are independent). Thus is sufficient.
ML detection is minimum-distance.
Given , the ML rule is .
Example: QPSK as a Two-Dimensional Constellation
The four QPSK waveforms are for over , with a large integer. Construct the signal-space representation and identify .
Expand via trigonometric identities.
.
Choose basis.
Let and . These are orthonormal on (using ).
Read off coordinates.
. The four points lie on a circle of radius at . So , and ML detection is nearest-neighbour on a grid.
Example: Matched Filter for a Rectangular Pulse
Compute the matched-filter impulse response and plot its output when driven by for the rectangular pulse .
Impulse response.
. The matched filter is the integrator of width --- it simply averages the input over a -second window.
Output when $y(t)=s(t)$.
is the triangular autocorrelation of the rectangular pulse: zero for , rising linearly to a peak of at , then falling linearly to zero at . Peak is attained at , precisely where the detector samples.
Interpretation.
The integrator is the simplest matched filter. For this reason RC-integration is used throughout elementary receiver designs (chopper amplifiers, lock-in detectors) as a practical matched-filter surrogate.
Common Mistake: Causality of the Matched Filter
Mistake:
"The matched filter looks non-causal because would be non-causal."
Correction:
On the interval , is the time-reversed signal shifted by so that it occupies again. This built-in delay is precisely what makes the filter causal: the output at time depends only on past samples of during .
Common Mistake: Sample at , Not at the Peak
Mistake:
"To maximise SNR I should sample the matched-filter output at its empirical peak."
Correction:
Peak-picking is a separate detector (the max-correlator for unknown delay --- a GLRT!) and has a different, generally worse, false-alarm behaviour than sampling at the known delay . The optimality of is tied to sampling at the known delay.
Quick Check
For distinct signals in , the signal-space dimension satisfies:
always.
, with equality iff the signals are linearly independent.
.
equals the number of orthogonal signals in the set.
Gram--Schmidt produces at most nonzero basis functions; duplicates collapse.
Quick Check
In the AWGN autocorrelation , what is the physical interpretation of ?
Noise power in watts.
Two-sided noise PSD in W/Hz.
Noise energy.
Noise sample variance.
The one-sided PSD is , the two-sided is .
Key Takeaway
Detecting any waveform in any finite-dimensional set against AWGN reduces to detecting a vector in against white Gaussian noise, where is the dimension of the signals' span. Every digital modulation --- BPSK, QPSK, -QAM, -PSK, pulse-position modulation, orthogonal frequency-shift keying --- is an instance of this reduction.
Why This Matters: Signal Space and Modulation Taxonomy
The signal-space dimension determines a modulation's geometry: for -PAM, for -PSK / -QAM, for orthogonal -FSK, and for CDMA (where is the chip period). The minimum distance within the constellation, combined with the AWGN deflection result, determines the symbol-error probability via the union bound --- a topic deferred to Chapter 3.
See full treatment in Chapter 3
Historical Note: Wozencraft and Jacobs (1965)
1960sThe signal-space view of digital modulation was systematised in Wozencraft & Jacobs' 1965 textbook Principles of Communication Engineering. They took the geometric picture --- inherited from the Karhunen--Loeve expansion and from Shannon's 1948 geometric capacity argument --- and made it the pedagogical centrepiece of modulation theory. Every subsequent digital-communications textbook has followed their lead; ours is no exception.