

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The solutions to problem set 2 for the ece 534: random processes course offered in spring 2010. The problems cover various topics such as transformation of random variables, gaussian q function, correlation of histogram values, and conditional expectations.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


ECE 534: Random Processes Spring 2010
1.15 Transformation of a random variable
(a) Observe that Y takes values in the interval [1, +∞).
FY (c) = P [exp(X) ≤ c] =
P [X ≤ ln c] = 1 − exp(−λ ln c) = 1 − c−λ^ c ≥ 1 0 c < 1
Differentiate to obtain fY (c) =
λc−(1+λ)^ c ≥ 1 0 c < 1
(b) Observe that Z takes values in the interval [0, 3].
FZ (c) = P [min{X, 3 } ≤ c] =
0 c < 0 P [X ≤ c] = 1 − exp(−λc) 0 ≤ c < 3 1 c ≥ 3
The random variable Z is neither discrete nor continuous type. Rather it is a mixture, having a density over the interval [0, 3) and a discrete mass at the point 3.
1.19 Using the Gaussian Q function
(a) P [X ≥ 16] = P [ X− 3 10 > 16 − 3 10 ] = Q( 16 − 3 10 ) = Q(2).
(b) P [X^2 ≥ 16] = P [X ≥ 4]+P [X ≤ −4] = Q( 4 − 310 )+1−Q( −^4 − 3 10 ) = Q(−2)+1−Q(− 143 ) = 1 − Q(2) + Q( 143 ).
(c) Z is N (0, 5) so P [|Z| > 1] = P [Z > 1] + P [Z < −1] = Q( √^15 ) + 1 − Q(− √^15 ) = 2Q( √^15 ).
1.21 Correlation of histogram values
(a) X 1 is Bernoulli with parameter p = 16 , so EX 1 = 16 and Var(X 1 ) = 16 (1 − 16 ) = 365.
(b) EX = nEX 1 = n 6 and Var(X) = nVar(X 1 ) = 536 n.
(c) We begin by computing Cov(X 1 , Y 1 ). Since X 1 Y 1 = 0 with probability one, E[X 1 Y 1 ] =
Cov(Xi, Yj ) =
36 if^ i^ =^ j 0 if i 6 = j
1
ECE 534 HW2 Spring 2010
(d)
Cov(X, Y ) =
i
j
Cov(Xi, Yj ) =
i
Cov(Xi, Yi) = nCov(X 1 , Y 1 ) = −n 36
and ρ(X, Y ) =
Cov(X, Y ) √ Var(X)Var(Y )
(e) Given that x of the dice show a 1, each of the remaining dice is equally likely to show 2,3,4,5, or 6. Thus, each of the remaining n − x dice shows a 2 with conditional probability 15. Therefore E[Y |X = x] = n− 5 x.
2