Conditional Probability, Additive Signals

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Anthony45802
Messages
1
Reaction score
0
A signal, X, is a random variable with the following density function:
[tex] f_{X}(x) = \begin{cases}<br /> \frac{3}{25}(x-5)^2, & 0 \le x \le 5\\<br /> 0, & otherwise<br /> \end{cases}[/tex]

The signal is transmitted through an additive Gaussian noise channel, where the Gaussian noise has a mean of 0 and a variance of 4. The signal and noise are independent.

Find an expression for the conditional density function of the signal, given the observation of the output.

Obviously, this is a homework assignment, so I don't want it done for me; however, I am confused. Perhaps I am just confused by the problem or the wording, but I am totally stuck on what to do.

I believe the output signal should be a convolution where Z = X + Y, and Y is the gaussian(0, 2). After I solve the convolution and receive Z, I don't know what to do.
 
Physics news on Phys.org
My guess is that you need to solve for the conditional cumulative distribution [itex]F(w,y) = P(X + Y \le w | Y = y) = P(X \le w - y | Y = y)[/itex]. Then differentiate with respect to w to get the density. (I think you interpreted "gaussian noise channel" correctly in the context of the problem, but I think it has an interpretation as a continuous stochastic process in other contexts.)
 
Last edited:
If output (Z)= noise(Y) + signal (X) then the following is the working principle:
Find the distribution of Z.
Then from the joint distribution Z and X find the distribution X|Z.