asked 56.4k views
2 votes
Alice is trying to transmit to Bob the answer to a yes-no question, us-ing a noisy channel. She encodes "yes" as 1 and "no" as 0, and sends the appropriatevalue. However, the channel adds noise; specifically, Bob receives what Alice sends plusaN(0,σ2) noise term (the noise is independent of what Alice sends). If Bob receives avalue greater than 1/2 he interprets it as "yes"; otherwise, he interprets it as "no".(a) Find the probability that Bob understands Alice correctly. 2 (b) What happens to the result from (a) if σ is very small? What about if σ is very large? Explain intuitively why the results in these extreme cases make sense.(b) What happens to the result from (a) if σ is very small? What about if σ is very large? Explain intuitively why the results in these extreme cases make sense.

asked
User Kharda
by
8.1k points

1 Answer

4 votes

Answer:

(a) Find the probability that Bob understands Alice correctly.

The probability that Alice will send 1 and Bob will receive it correctly is P, and the probability that she sends a 0 and Bob receives it correctly is 1 – p. Bob will receive the 1 correctly only if the noise is not below -½, and he will receive the 0 correctly only if the is not above ½.

Therefore, the probability of receiving both messages correctly is:

P = P(Noise ≤ ½) x (1 – p) + P(Noise ≥ -½) x p

Since the probability of the noise is normally distributed, then:

P(Noise ≤ ½) = P(Noise ≥ -½)

Therefore,

P(Noise ≤ ½) = P(N/σ ≤ ½σ) = ½σ

(b) What happens to the result from (a) if σ is very small? What about if σ is very large? Explain intuitively why the results in these extreme cases make sense.

Think about this case intuitively, if the noise level is very low and σ is low, then the probability of understanding the message correctly is very high. If σ is low, then ½σ will be high. On the other hand, if the noise level is very high and σ is high, then the probability of understanding the message correctly will be much lower (½σ will be low). Bob will probably be guessing if its a 1 or a 0.

Just imagine when you are trying to talk with someone and there is a lot of noise, you will not be able to understand all the words correctly if the noise level is too high.

answered
User Albert Cortada
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.