(→Problem 3: Noisy Measurement) |
(→Problem 2: Variable Dependency) |
||
Line 15: | Line 15: | ||
== Problem 2: Variable Dependency== | == Problem 2: Variable Dependency== | ||
Suppose that <math>X</math> and <math>Y</math> are zero-mean jointly Gaussian random variables with variances <math>\sigma_X^2</math> and <math>\sigma_Y^2</math>, respectively and correlation coefficient <math>\rho</math>. | Suppose that <math>X</math> and <math>Y</math> are zero-mean jointly Gaussian random variables with variances <math>\sigma_X^2</math> and <math>\sigma_Y^2</math>, respectively and correlation coefficient <math>\rho</math>. | ||
− | + | *(a) Find the means and variances of the random variables <math>Z = X\cos\theta + Y\sin\theta</math> and <math>W = Y\cos\theta - X sin\theta</math>. | |
− | + | *(b) What is <math>Cov(Z,W)</math>? | |
− | + | *(c) Find an angle <math>\theta</math> such that <math>Z</math> and <math>W</math> are independent Gaussian random variables. You may express your answer as a trigonometric function involving <math>\sigma_X^2</math>, <math>\sigma_Y^2</math>, and <math>\rho</math>. In particular,what is the value of <math>\theta</math> if <math>\sigma_X = \sigma_Y</math>? | |
− | + | ||
== Problem 3: Noisy Measurement== | == Problem 3: Noisy Measurement== |
Revision as of 07:09, 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 $.
- (a) Find the means and variances of the random variables $ Z = X\cos\theta + Y\sin\theta $ and $ W = Y\cos\theta - X sin\theta $.
- (b) What is $ Cov(Z,W) $?
- (c) 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 $.