Example 1: Data Windowed Autocorrelation Solve for the expected value of the biased estimate of autocorrelation applied to a windowed data segment. How should w(n) be scaled such that the estimate is unbiased at ℓ = 0. ˆ rx(ℓ) = 1 N
∞
- n=N−|ℓ|−1
x(n + |ℓ|)w(n + |ℓ|)x∗(n)w∗(n)
- J. McNames
Portland State University ECE 538/638 Spectral Estimation
- Ver. 1.14
3
Spectral Estimation Overview
- Periodogram
- Bias, variance, and distribution
- Blackman-Tukey Method
- Welch-Bartlett Method
- Others
- J. McNames
Portland State University ECE 538/638 Spectral Estimation
- Ver. 1.14
1
Periodogram ˆ Rx(ejω) 1 N
- N−1
- n=0
v(n)e−jωn
- 2
= 1 N
- V (ejω)
- 2
where v(n) x(n)w(n).
- If w(n) = c (a constant), is called the Periodogram
- If w(n) is not constant, is called the Modified Periodogram and
w(n) is called the data window
- Can be estimated quickly using the FFT
- Is related to the biased autocorrelation estimate we discussed last
time ˆ Rx(ejω) =
N−1
- ℓ=−(N−1)
ˆ rv(ℓ)e−jωℓ
- J. McNames
Portland State University ECE 538/638 Spectral Estimation
- Ver. 1.14
4
Introduction Rx(ejω)
∞
- l=−∞
rx(ℓ)e−jωℓ
- Most stationary random processes have continuous spectra
- If we have time, will discuss line spectra at end of term
- Recall the definition of PSD above
- The estimation problem is to find a ˆ
Rx(ejω) given only a finite data record {x(n)}N−1
- If the autocorrelation can be estimated with great accuracy at
long lags, can treat as a deterministic problem
- With short records (or equivalently, local stationarity), is more
difficult
- J. McNames
Portland State University ECE 538/638 Spectral Estimation
- Ver. 1.14
2