written 8.6 years ago by | • modified 2.9 years ago |
Consider the binary communication channel. The channel input symbol X may assume the state 0 or the state 1, and, similarly, the channel output symbol Y may assume either the state 0 or the state 1. Because of the channel noise, an input 0 may convert to an output 1 and vice versa. The channel is characterized by the channel transition probabilities $p_0, q_0, p_1$, and $q_1$, deļ¬ned by -
$p_0$ & = & $P(y_1|x_0) $ \ $p_1$ &=& $P(y_0|x_1)$ \ $q_0$ &=& $P(x_1|y_0)$ \ $q_1$ &=& $P(x_0|y_1)$
where $x_0$, and $x_1$, denote the events (X = 0) and (X = 1), respectively, and $y_0$ and $y_1$, denote the events (Y = 0) and (Y = 1), respectively.
And $p_0 +q_0$ = 1 = $p_1 +q_1$ , $P(x_0)$ = 0.5 , $p_0$ = 0.1 and $p_1$ = 0.2
(a) Find P($y_0$) and P($y_1$).
(b) If a 0 was observed at the output, what is the probability that a 0 was the input state i.e. $P(x_0 | y_0)$ = ?
(c) If a 1 was observed at the output, what is the probability that a 1 was the input state i.e. $P(x_1 | y_1)$ = ?
(d) Calculate the probability of error $P_e$.