(→Problem 2: Variable Dependency) |
(→Problem 3: Noisy Measurement) |
||
Line 21: | Line 21: | ||
== Problem 3: Noisy Measurement== | == Problem 3: Noisy Measurement== | ||
+ | Let <math>X = Y+N</math>, where <math>Y</math> is exponentially distributed with parameter <math>\lambda</math> and <math>N</math> is Gaussian with mean 0 and variance <math>\sigma^2</math>. The variables <math>Y</math> and <math>N</math> are independent, and the parameters <math>\lambda</math> and <math>\sigma^2</math> are strictly positive (Recall that <math>E[Y] = \frac1\lambda</math> and <math>Var(Y) = \frac{1}{\lambda^2}</math>.) | ||
+ | |||
+ | Find <math>\hat{Y}_{\rm LMMSE}(X)</math>, the linear minimum mean square error estimator of <math>Y</math> from <math>X</math>. | ||
== Problem 4: Digital Loss== | == Problem 4: Digital Loss== |
Revision as of 07:08, 2 December 2008
Contents
Instructions
Homework 10 can be downloaded here on the ECE 302 course website.
Problem 1: Random Point, Revisited
In the following problems, the random point (X , Y) is uniformly distributed on the shaded region shown.
@@@insert figure@@@
- (a) Find the marginal pdf $ f_X(x) $ of the random variable $ X $. Find $ E[X] $ and $ Var(X) $.
- (b) Using your answer from part (a), find the marginal pdf $ f_Y(y) $ of the random variable $ Y $, and its mean and variance, $ E[Y] $, and $ Var[Y] $.
- (c) Find $ f_{Y|X}(y|\alpha) $, the conditional pdf of $ Y $ given that $ X = \alpha $, where $ 0 < \alpha < 1/2 $. Then find the conditional mean and conditional variance of $ Y $ given that $ X = \alpha $.
- (d) What is the MMSE estimator, $ \hat{y}_{\rm MMSE}(x) $?
- (e) What is the Linear MMSE estimator, $ \hat{y}_{\rm LMMSE}(x) $?
Problem 2: Variable Dependency
Suppose that $ X $ and $ Y $ are zero-mean jointly Gaussian random variables with variances $ \sigma_X^2 $ and $ \sigma_Y^2 $, respectively and correlation coefficient $ \rho $. \begin{enumerate} \item Find the means and variances of the random variables $ Z = X\cos\theta + Y\sin\theta $ and $ W = Y\cos\theta - X sin\theta $. \item What is $ Cov(Z,W) $? \item Find an angle $ \theta $ such that $ Z $ and $ W $ are independent Gaussian random variables. You may express your answer as a trigonometric function involving $ \sigma_X^2 $, $ \sigma_Y^2 $, and $ \rho $. In particular,what is the value of $ \theta $ if $ \sigma_X = \sigma_Y $?
Problem 3: Noisy Measurement
Let $ X = Y+N $, where $ Y $ is exponentially distributed with parameter $ \lambda $ and $ N $ is Gaussian with mean 0 and variance $ \sigma^2 $. The variables $ Y $ and $ N $ are independent, and the parameters $ \lambda $ and $ \sigma^2 $ are strictly positive (Recall that $ E[Y] = \frac1\lambda $ and $ Var(Y) = \frac{1}{\lambda^2} $.)
Find $ \hat{Y}_{\rm LMMSE}(X) $, the linear minimum mean square error estimator of $ Y $ from $ X $.