Statistical Properties of LTI System Output for Wide-Sense Stationary (WSS) Inputs
In signal processing and communication theory, understanding how a Linear Time-Invariant (LTI) system transforms the statistical characteristics of a random process is fundamental. This guide explores the output response when the input is a Wide-Sense Stationary (WSS) process.
Suppose an input signal x(t) is a Wide-Sense Stationary (WSS) random process applied to an LTI system with an impulse response h(t). The output is defined by the convolution integral:
1. LTI System Output Statistics
Output Mean (Expected Value)
The mean of the output process is a constant scaled by the system's DC gain.
Where H(0) = ∫ h(t) dt represents the frequency response at zero frequency (DC gain).
Output Autocorrelation
The autocorrelation function of the output is determined by convolving the input autocorrelation with the system's impulse response and its time-reversed version.
Output Power Spectral Density (PSD)
According to the Wiener-Khinchin Theorem, the PSD of the output is the product of the input PSD and the squared magnitude of the frequency response.
Output Variance
The variance measures the power of the AC component of the output signal.
2. Auto-Regressive (AR) Process Modeling
An AR process models the current output as a linear combination of past outputs plus a random input.
Mean
Autocorrelation
The relationship between the lags is governed by the Yule-Walker equations:
Stability Condition
The output is WSS only if all poles of the system lie inside the unit circle in the z-plane (all characteristic roots of the denominator polynomial are outside the unit circle).
3. Moving Average (MA) Process Modeling
An MA process models the output as a linear combination of current and past input values (Finite Impulse Response).
Mean & Variance
- Mean: μy = μx (1 + Σ θk)
- Variance: σ²y = σ²x (1 + θ₁² + ... + θ²q) (Assuming white noise input)
Autocorrelation
The MA process has a finite memory. The autocorrelation R(k) becomes zero for all lags |k| > q.
4. Auto-Regressive Moving Average (ARMA) Process
The ARMA model combines both AR and MA components for more complex system modeling.
Statistical Summary
- Mean: Remains constant if the AR part is stable.
- PSD: Syy(f) = σ² |B(ej2Ï€f)|² / |A(ej2Ï€f)|²
- Autocorrelation: Exhibits an infinite duration but decays exponentially with the lag
k.
Summary Comparison Table
| System Model | Output Mean | Autocorrelation Property | WSS Condition |
|---|---|---|---|
| General LTI | μxH(0) | Rxx * h(τ) * h(-τ) | Stable Impulse Response |
| AR (Auto-Regressive) | Constant | Infinite (Yule-Walker) | Poles inside unit circle |
| MA (Moving Average) | Constant | Finite (Zero for lag > q) | Always WSS |
| ARMA | Constant | Infinite but decaying | AR part must be stable |
- An LTI system preserves the WSS property provided the system is stable.
- MA systems are always WSS as they are essentially FIR filters.
- AR and ARMA systems require the roots of the AR polynomial to reside within the stability region to ensure a WSS output.