The Complex Gaussian Distribution
Why Complex Gaussians?
In baseband signal processing, signals and noise are complex-valued. The thermal noise in a receiver is modeled as — circularly symmetric complex Gaussian. The i.i.d. Rayleigh MIMO channel has entries . Understanding the complex Gaussian is therefore essential for any analysis of wireless systems. The key concept is circular symmetry (or "properness"): the distribution is invariant under multiplication by for any angle .
Definition: Proper Complex Gaussian Distribution
Proper Complex Gaussian Distribution
A complex random vector has the proper (circularly symmetric) complex Gaussian distribution if:
- The real-valued vector is jointly Gaussian.
- The pseudo-covariance (complementary covariance) vanishes: .
Here is the (Hermitian) covariance matrix. The PDF (when ) is
Notice the normalization constant is , not — the factor of from the real/imaginary decomposition is absorbed. Circular symmetry means has the same distribution as (when ).
Circular symmetry (properness)
A complex random vector is circularly symmetric (proper) if has the same distribution as for all . Equivalently, the pseudo-covariance . This means the real and imaginary parts have equal covariance and are uncorrelated.
Related: Multivariate Gaussian distribution
Definition: Pseudo-Covariance Matrix
Pseudo-Covariance Matrix
For a complex random vector with mean , the pseudo-covariance (or complementary covariance) matrix is
Note the transpose (not Hermitian transpose). A complex RV is proper iff , which implies:
- (equal real/imaginary covariance),
- (skew-symmetric cross-covariance).
Example: The Scalar Complex Gaussian
Let . Describe the distributions of , , , and .
Real and imaginary parts
Properness and the constraint imply and , independent.
Envelope
is Rayleigh with parameter :
Power
, i.e., .
Common Mistake: Complex Gaussian Variance Convention
Mistake:
Writing and then computing .
Correction:
For , the total power is , split equally between real and imaginary parts: . The factor of 2 is a common source of errors in SNR calculations.
Complex Gaussian Models in MIMO-ISAC
This paper develops a framework for activity detection and channel estimation in massive random access, where users transmit pilot sequences and the base station must determine which users are active. The channel model is , a proper complex Gaussian with large-scale fading coefficient . The detection and estimation algorithms rely critically on the properties of complex Gaussian vectors developed in this chapter: the Wishart distribution of the sample covariance, the conditional Gaussian formulas for LMMSE channel estimation, and the independence of uncorrelated Gaussian components for separating users.
Key Takeaway
The proper complex Gaussian is the standard model for baseband noise and Rayleigh fading channels. Properness (circular symmetry) means the pseudo-covariance vanishes, the real and imaginary parts have equal variance each, and the distribution is invariant to phase rotation. Every property of the real Gaussian — marginals, conditionals, affine closure, uncorrelated independent — carries over to the proper complex case.
Historical Note: Goodman, Turin, and Complex Gaussian Statistics
1960sThe systematic development of complex Gaussian statistics dates to N. R. Goodman's 1963 paper "Statistical Analysis Based on a Certain Multivariate Complex Gaussian Distribution," which introduced the complex Wishart distribution and the associated hypothesis tests. The application to wireless communications was pioneered by G. L. Turin (1960), who showed that the baseband representation of narrowband noise through a scattering channel is circularly symmetric complex Gaussian. This model has been the default in wireless system analysis ever since.