AdvDSP S2007-08 HW1
AdvDSP S2007-08 HW1
AdvDSP S2007-08 HW1
Assume now that the amplitudes are random and they are mutually independent of the
phases. Derive an expression for the autocorrelation of the harmonic process.
cos(wot+ Θ)
X(t) Y(t)
X
5) Derive approximate expressions for the variance of the following estimators for
the PSD.
a) Bartlett method, b) Welches Method c) Blackman Tukey method
Your approximate expressions should be based on the variance of the periodogram.
6) Write a simple matlab code that will implement Bartlett’s method (given in class
notes), Welch’s method and Blackman Tukey method. Your code will call three
functions called bart1.m, welch.m and per_smooth.m (Blackman Tukey).
b) b) AR(2) process (refer to your text for the definition). Generate an AR(2)
process by appropriately filtering white noise with a IIR filter. Use the
three methods to estimate the PSD.
Where w1=0.4π, w2=0.41 π and A=5. Derive an approximate expression for the
number of samples that need to be employed for the periodogram estimate in order to
resolve the two frequencies. Investigate via simulations using the basic periodogram
(rectangular window), modified periodogram (use Bartlett Hamming and Hanning
windows), Bartlett method, welch’s method and Blackman tukey method the
resolution ability of the different methods. Compare them and comment on them.
(the following table taken from Hayes should guide you)