Power Spectral Density
This page is the representation view: autocorrelation and spectra. For the system view, where a filter acts on random inputs in both time and frequency, see LTI Systems on Random Inputs.
1. Wide-sense stationarity
A random process $X(t)$ is wide-sense stationary when its mean is constant and its autocorrelation depends only on lag:
$$ R_X(\tau)=\mathbb{E}[X(t)X(t+\tau)]. $$That lag-only dependence is what makes a spectrum meaningful. The process may wiggle differently on each realization, but its average second-order structure is fixed in time.
2. Wiener-Khinchin as a Fourier pair
The Wiener-Khinchin theorem says the autocorrelation and power spectral density are Fourier transforms of one another:
$$ S_X(\omega)=\int_{-\infty}^{\infty} R_X(\tau)e^{-i\omega\tau}\,d\tau,\qquad R_X(\tau)=\frac{1}{2\pi}\int_{-\infty}^{\infty} S_X(\omega)e^{i\omega\tau}\,d\omega. $$For a real W.S.S. process, $S_X(\omega)$ is real, even, and nonnegative. The area under it is total power:
$$ R_X(0)=\mathbb{E}[X(t)^2]=\frac{1}{2\pi}\int_{-\infty}^{\infty}S_X(\omega)\,d\omega. $$3. Sample paths and audio texture
The PSD is not a single waveform; it describes the average frequency content of a population of waveforms. Regenerating sample paths from the same spectrum makes this visible: the paths differ, but their roughness, dominant oscillations, and slow drift match the same spectral shape.
4. LTI shaping
A linear time-invariant filter shapes spectra by multiplication:
$$ S_{YY}(\omega)=|H(\omega)|^2S_{XX}(\omega). $$The filter ignores the random phases of the input; at the second-order level it scales each frequency's power.
5. Periodogram estimates
The PSD is an ensemble object, but real data gives you finite records. The periodogram estimates power by squaring Fourier coefficients from one sample path. It is noisy: longer records reveal the spectral shape better, but single-frequency estimates still fluctuate.
What to remember
| Object | Time-domain reading | Frequency-domain reading |
|---|---|---|
| $R(\tau)$ | How much a process resembles a lagged copy of itself. | Narrow spectra produce long-lived oscillatory correlations. |
| $S(\omega)$ | Determines the autocorrelation by inverse Fourier transform. | How power is distributed over frequency; real, even, nonnegative for real W.S.S. processes. |
| LTI filter | Convolution reshapes sample paths. | Multiplication by $|H(\omega)|^2$ reshapes PSDs. |
| Periodogram | Computed from one finite realization. | A noisy estimate of the underlying PSD. |
What next
PSD sits between Fourier analysis, filtering, and stochastic-process inference.