Random Signals Through Linear Systems
Noise and Randomness Are Unavoidable
Real communication signals are corrupted by noise (thermal, interference) and transmitted through channels with random characteristics (fading). To analyse system performance, we need the tools of random signal theory: power spectral density, filtering of random processes, and optimal detection. This section connects the signal-processing framework of this chapter to the probability theory of Chapter 2.
Definition: Wide-Sense Stationary (WSS) Process
Wide-Sense Stationary (WSS) Process
A random process is wide-sense stationary (WSS) if:
- (constant mean)
- (autocorrelation depends only on the lag )
where .
Properties of the autocorrelation:
- (average power)
- (Hermitian symmetry)
- (maximum at zero lag)
Definition: Power Spectral Density (PSD)
Power Spectral Density (PSD)
The power spectral density of a WSS process is the Fourier transform of its autocorrelation:
The inverse relation is
Properties:
- for all (non-negative)
- (total power)
- For real : (even function)
This is the Wiener–Khinchin theorem.
Theorem: Output PSD of a WSS Process Through an LTI System
If a WSS process with PSD is the input to an LTI system with transfer function , the output is also WSS with:
- Output PSD:
- Output autocorrelation:
- Cross-PSD:
- Output mean:
The LTI system shapes the input spectrum by — it passes power at frequencies where is large and attenuates where is small. This is how filters work on random signals.
Output autocorrelation
. Since :
.
Fourier transform
Taking the Fourier transform of :
.
Example: White Noise Through a Low-Pass Filter
White noise with PSD passes through an ideal LPF with bandwidth : . Find the output PSD, total output power, and autocorrelation.
Output PSD
[-W, W]$ and zero outside.
Output power
$
Autocorrelation
\mathrm{sinc}1/(2W)\blacksquare$
Theorem: Matched Filter
Consider the detection problem: a known signal of duration is received in additive white Gaussian noise (AWGN):
The matched filter (time-reversed conjugate of the signal) maximises the output signal-to-noise ratio (SNR) at time :
where is the signal energy.
Equivalently, .
The maximum SNR depends only on the signal energy, not on the signal shape.
The matched filter "weights" each frequency by how much signal energy is present there relative to the (flat) noise. Since the noise is white (flat PSD), the optimal strategy is to emphasise frequencies where the signal is strongest — which means correlating with the signal itself.
SNR expression
At , the signal component of the output is and the noise power is .
Apply Cauchy–Schwarz
By the Cauchy–Schwarz inequality:
with equality iff for some . Substituting:
The delay factor ensures causality.
Definition: Correlator Receiver
Correlator Receiver
An equivalent implementation of the matched filter is the correlator: multiply by and integrate:
The correlator output equals the matched filter output sampled at . The correlator is often preferred in digital implementations because it does not require storing the impulse response, only the template signal .
Matched Filter Detecting a Pulse in Noise
Matched Filter Demonstration
See how the matched filter maximises SNR. The input is a known pulse buried in white noise. Compare the matched filter output with a mismatched filter to see the SNR difference.
Parameters
Why This Matters: The Matched Filter in Every Receiver
The matched filter principle underlies every digital communication receiver. In a CDMA system, the RAKE receiver is a bank of matched filters, one per multipath. In OFDM (Wi-Fi, LTE, 5G), the DFT operation at the receiver is equivalent to a bank of matched filters, one per subcarrier. The correlator form appears directly in GPS receivers, where the incoming signal is correlated with local replicas of the spreading code to achieve processing gain against noise.
Definition: Additive White Gaussian Noise (AWGN)
Additive White Gaussian Noise (AWGN)
The standard noise model in communications:
- Additive: (noise adds to signal)
- White: for all (flat PSD, implying — uncorrelated at any nonzero lag)
- Gaussian: is a Gaussian random process (samples are jointly Gaussian)
The parameter is the noise power spectral density (watts/Hz) and equals where is Boltzmann's constant and is the system noise temperature.
Key Takeaway
Key Results for Random Signals Through Linear Systems. (1) WSS input through an LTI system produces a WSS output with . (2) The matched filter maximises output SNR to — depending only on signal energy, not shape. (3) AWGN () is the fundamental noise model; its flat PSD makes the matched filter simply a correlator with the signal template. (4) These results form the foundation for receiver design (Chapter 9) and capacity analysis (Chapter 11).
Common Mistake: White Noise Has Infinite Power
Mistake:
Treating white noise as a physically realisable signal with finite power.
Correction:
. White noise is a mathematical idealisation. In practice, noise is always bandlimited by the receiver's front-end filter, giving finite power . The white noise model is accurate within the system bandwidth and greatly simplifies analysis.
Quick Check
A WSS process with PSD (white, unit density) passes through a filter with for and otherwise. What is the output power ?
W
W
W
W
Correct. W.
Quick Check
A rectangular pulse of amplitude and duration is detected by a matched filter in AWGN with PSD . What is the output SNR?
Correct. The signal energy is , so .
Deeper Treatment in the FSP Book
The WSS processes and PSD material here provides the minimum needed for wireless channel analysis. The FSP book (Foundations of Stochastic Processes) develops the full theory: strict-sense stationarity, ergodic theorems, Markov chains, point processes, and the Karhunen–Loève expansion. Readers who need to prove convergence results or analyse queueing systems should consult FSP Chapters 6–8.
Why This Matters: From Matched Filter to Optimal Detection Theory
The matched filter is the simplest case of optimal detection: a known signal in AWGN. The FSI book (Foundations of Statistical Inference) extends this to unknown signals, multiple hypotheses, and composite hypothesis testing. The Neyman–Pearson, Bayesian, and GLRT frameworks generalise the matched filter to scenarios where the signal or channel parameters are unknown — the foundation for MIMO detection (Chapter 16) and channel estimation (Chapter 9).
Power Spectral Density (PSD)
. Describes how the average power of a WSS process is distributed across frequency.
Related: Mean, Autocorrelation, and Autocovariance Functions, Wiener--Khinchin Theorem, Wide-Sense Stationary (WSS) Process
Matched Filter
The filter that maximises output SNR for detection of in AWGN. .
Related: Correlator Receiver, MRC Maximises Output SNR, Additive White Gaussian Noise (AWGN)
AWGN
Additive White Gaussian Noise. The standard noise model in communications: additive, flat PSD , Gaussian distributed.
Related: Output PSD of a WSS Process Through an LTI System, Noise Temperature, MRC Maximises Output SNR
Wide-Sense Stationary (WSS)
A random process with constant mean and autocorrelation that depends only on the time lag .
Related: Mean, Autocorrelation, and Autocovariance Functions, Output PSD of a WSS Process Through an LTI System, Ergodic MIMO Capacity