Discrete-Time Baseband Channel Model
From Continuous to Discrete
The continuous-time channel is the physical reality, but digital communication systems work with sampled signals. This section develops the tapped-delay-line (TDL) model β the standard discrete-time representation used in simulation, receiver design, and performance analysis throughout this book.
Definition: Tapped-Delay-Line Channel Model
Tapped-Delay-Line Channel Model
Sampling the channel at rate (where is the symbol period), the discrete-time baseband channel is
where:
- is the -th tap coefficient at time index
- is the number of taps
- is AWGN
Each tap is a complex Gaussian process (Rayleigh or Ricean fading) with:
- Average power from the power delay profile
- Doppler spectrum from the scattering function
- Taps at different delays are uncorrelated (US assumption)
Definition: Block Fading Approximation
Block Fading Approximation
When (the channel coherence time is much longer than a block/frame duration), we model the channel as constant within each block but independently fading between blocks:
where (Rayleigh) is constant for all symbols in the block. Each new block draws an independent .
This is the simplest fading model and is widely used for information-theoretic analysis (Chapter 9).
Jakes' Fading Simulator
Complexity: per channel realizationModern simulators use the sum-of-sinusoids method or IFFT-based filtering of white noise through the Doppler spectrum. The IFFT method has complexity and produces exactly the correct autocorrelation.
Tapped-Delay-Line Channel Model
Fading Channel Realisation
Watch a Rayleigh fading channel evolve in time. Adjust the Doppler shift to see how faster motion causes more rapid fluctuations. The dashed line shows the mean power.
Parameters
Channel Model Classification
| Slow fading () | Fast fading () | |
|---|---|---|
| Flat fading () | Single tap, constant per symbol | Single tap, varies within symbol |
| Frequency-selective () | Multiple taps, constant per symbol (most common) | Multiple taps, varies within symbol (rare) |
Quick Check
A channel has maximum excess delay s and the system uses symbol period s. How many taps does the TDL model need?
5
6
10
4
Correct. taps (indices 0 to 5).
Fading Channel Simulation Accuracy
When simulating fading channels for system performance evaluation, several practical issues affect accuracy:
-
Sample rate: The fading process must be sampled at (Nyquist on the Doppler bandwidth). In practice, use for accurate envelope statistics. Under-sampling aliases the Doppler spectrum and produces incorrect temporal correlation.
-
Jakes vs IFFT method: The classical Jakes simulator with oscillators has complexity but produces only approximately correct statistics (the envelope is not perfectly Rayleigh for finite , and different realisations are correlated). The IFFT-based method (filter white noise through the Doppler spectrum) gives exact statistics with complexity and is preferred for standards-compliant simulations.
-
Tap correlation: In the TDL model, taps at different delays are assumed uncorrelated (US property). This is valid when the tap spacing exceeds the inverse of the maximum bandwidth. For very wideband systems (e.g., MHz at mmWave), sub-path resolution may violate US, requiring the full GSCM instead of simplified TDL.
- β’
Fading sample rate must satisfy
- β’
IFFT-based simulation preferred over Jakes for accuracy
Tapped-Delay-Line Model
Discrete-time channel model: . Each tap fades independently according to the PDP.
Related: Channel Model, Frequency Selective, Equalization
Block Fading
A channel model where is constant within a block of symbols but changes independently between blocks. Used for information-theoretic analysis.
Related: Slow Fading, Coherence Time, Multiple Antennas and Capacity