Exercises: Estimation and Detection (ET 4386)
Exercises: Estimation and Detection (ET 4386)
Exercises: Estimation and Detection (ET 4386)
Exercises
Outline
ZZ
( )2 p(x, )dxd
p(|x)d
C( )p(|x)d
where the cost function C() with = can take many different forms.
The hit or miss cost function
0, ||
C() =
1, || >
Exercise 1
The MMSE and MAP estimators
1
1
p(|x) = exp ( x)2 + exp ( + x)2
2
2
2
2
1
2
Exercise 2
Different kinds of Bayesian estimators
1, 0 < x
p(x|) =
0, otherwise.
where is a random variable with density
exp(),
0
p() =
0,
otherwise.
Z
u exp(u)du = ( + 1) exp().
Exercise 3
Nonlinear Bayesian estimators
N
1
X
an x[n]
n=0
where x is a random vector with mean E(x) and covariance matrix Cxx , and is
a random vector with mean E() and covariance matrix C .
= E() + C H HC H + Cww
(x HE())
1 1 T 1
T
1
= E() + HCww H + C
H Cww (x HE())
Exercise 4
The LMMSE for prediction
N
X
k=1
a[k]x[n k] + u[n]
where u[n] is white noise with variance 2 . Prove that the optimal one-step linear
predictor of x[n] is
x
[n] =
N
X
k=1
a[k]x[n k]
Exercise 5
The LMMSE for smoothing
We observe the data x[n] = s[n] + w[n] for n = 0, 1, . . . , N 1, where s[n] and w[n]
are zero mean WSS random processes which are uncorrelated with each other.
The ACFs are
rss [k] = s2 [k]
2
[k]
rww [k] = w
Determine the LMMSE estimator of s = [s[0], s[1], . . . , s[N 1]]T based on the ob-
servation x = [x[0], x[1], . . . , x[N 1]]T . Determine also the corresponding minimum MSE matrix.
10