L14: Optimal Linear Filtering - Wiener Filtering: Lennart Svensson
L14: Optimal Linear Filtering - Wiener Filtering: Lennart Svensson
L14: Optimal Linear Filtering - Wiener Filtering: Lennart Svensson
– Wiener filtering
Lennart Svensson
Reviewing L11-L13
What have we done so far?
Signal models (L11-L12)
Nonparametric models: ACF and PSD.
Parametric models: AR, MA and ARMA.
Signal model estimation (L13)
Nonparametric spectral estimation: the periodogram.
Pros:
fast to compute
asymptotically unbiased.
Cons:
limited resolution for finite N:
the modified periodogram improves this
large variance for all N:
Blackman-Tukey’s method lowers variance.
Parametric spectral estimation: AR-estimation.
1 Estimate rx [k] from data.
2 Reformulate Yule-Walker to get â = Rx−1 rx .
Chalmers University of Technology Lennart Svensson 2/12
Problem formulation
General solution
Filtering solutions
Learning objectives
Objective
Select H(z) to make e[n] as ”small” as possible
d̂ [n]
x[n] H(z) e[n] = d̂ [n] − d [n]
−
d [n]
time
Prediction:
Filtering:
Smoothing:
Time of interest
Measurements
with respect to h.
FIR filters
Suppose H(z) is a causal FIR filter:
p−1
X
d̂ [n] = h[k]x[n − k].
n=0
Learning objectives