Prerequisites
Before You Begin
This chapter brings together linear algebra (Chapter 1), probability theory (Chapter 2), fading channel models (Chapter 6), antenna arrays (Chapter 7), and information-theoretic foundations (Chapter 11). MIMO theory is the synthesis of all these threads: linear algebra provides the SVD and matrix decompositions; probability gives us the random channel model; fading channels define the propagation environment; array theory establishes the spatial dimension; and information theory supplies the capacity formulas.
- Singular value decomposition (SVD) and eigenvalue decomposition(Review ch01)
Self-check: Can you compute the SVD of a matrix and identify its rank from the singular values?
- Matrix rank, null space, and condition number(Review ch01)
Self-check: Can you determine the rank of a matrix from its singular values and explain what a large condition number implies about numerical stability?
- Complex Gaussian random vectors and covariance matrices(Review ch02)
Self-check: Can you write the PDF of a circularly symmetric complex Gaussian vector and compute expectations like ?
- Rayleigh and Ricean fading models(Review ch06)
Self-check: Can you describe how Rayleigh fading arises from the sum of many scattered paths and state the distribution of the fading envelope and instantaneous SNR?
- Antenna array response vectors and beamforming(Review ch07)
Self-check: Can you write the array steering vector for a uniform linear array and explain spatial filtering?
- Channel capacity, mutual information, and water-filling(Review ch11)
Self-check: Can you state the capacity of a scalar AWGN channel and explain the water-filling principle for parallel Gaussian channels?
Chapter 15 Notation
Key symbols introduced or heavily used in this chapter. Bold uppercase denotes matrices; bold lowercase denotes column vectors.
| Symbol | Meaning | Introduced |
|---|---|---|
| MIMO channel matrix () | s01 | |
| Number of transmit antennas | s01 | |
| Number of receive antennas | s01 | |
| Transmitted signal vector () | s01 | |
| Received signal vector () | s01 | |
| Additive noise vector, | s01 | |
| -th singular value of | s01 | |
| Condition number of the channel matrix | s01 | |
| Transmit and receive spatial correlation matrices | s02 | |
| Input covariance matrix | s03 | |
| Total transmit power constraint | s03 | |
| MIMO channel capacity (bits/s/Hz) | s03 | |
| Multiplexing rate (in DMT context) | s06 | |
| Diversity gain as a function of multiplexing rate | s06 | |
| Signal-to-noise ratio | s01 |
Notation Note: Noise Vector
This chapter uses for the additive noise vector,
following the convention of Tse & Viswanath (2005) and most MIMO
literature. The Ferkans library standard (see notation.yaml)
designates for noise to avoid collision with the
number of antennas , . In this chapter, the subscripts
on the antenna counts (, ) provide sufficient
disambiguation.