LTI Systems on Random Inputs
The PSD page asks what a stationary process looks like in frequency. This page asks what a system does to such a process. The same filter has two faces: convolution in time and multiplication in frequency.
1. Impulse response and convolution
An LTI system is determined by its impulse response $h(t)$. For an input random process $X(t)$, each realization is filtered by convolution:
$$ Y(t) = (X*h)(t)=\int X(u)h(t-u)\,du. $$The equation is deterministic for each waveform, but the input waveform is random. That is the basic trick: filter every realization the same way, then ask what happens to means, correlations, and spectra.
2. Mean and correlation propagation
Means and correlations propagate through the same impulse response. In discrete-time notation,
$$ \mu_y = \mu_x*h,\qquad R_{xy}=R_{xx}*\tilde h,\qquad R_{yy}=R_{xx}*h*\tilde h, $$where $\tilde h[n]=h[-n]$. The output autocorrelation is the input autocorrelation blurred by the filter and its time reverse. This is the time-domain version of the PSD rule.
3. Time and frequency dual views
In frequency, the same statement is shorter:
$$ S_{yy}(\omega)=|H(\omega)|^2S_{xx}(\omega). $$The figure below shows both versions at once: spectra on top, correlations on the bottom. The middle column is the system; the right column is what happens after the system.
4. AR(1) as a leaky integrator
The AR(1) process
$$ X[n]=aX[n-1]+W[n],\qquad |a|\lt 1, $$is white noise passed through the causal filter
$$ H(z)=\frac{1}{1-az^{-1}}. $$Positive $a$ makes smooth persistence. Negative $a$ makes alternating signs. Near zero, the filter barely remembers the past.
5. Stationarity and nonlinearities
An LTI filter preserves wide-sense stationarity: if $X$ is W.S.S., then $Y=X*h$ has constant mean and lag-only autocorrelation. A nonlinear transformation can still be stationary in special cases, but it no longer obeys the LTI propagation rules. The simple formulas above stop applying.
What to remember
| Question | LTI answer | Where to look |
|---|---|---|
| What happens to a waveform? | Convolution: $y=x*h$. | Sample paths and impulse responses. |
| What happens to mean? | $\mu_y=\mu_x*h$. | DC gain and running averages. |
| What happens to correlation? | $R_{yy}=R_{xx}*h*\tilde h$. | Lag-domain smoothing by the filter autocorrelation. |
| What happens to PSD? | $S_{yy}=|H|^2S_{xx}$. | Frequency-domain spectrum shaping. |
What next
The LTI page is the system view; the PSD page is the representation view.