Probability of erroneous transmission - Please perform coding and comments in py
ID: 3870400 • Letter: P
Question
Probability of erroneous transmission - Please perform coding and comments in python anaconda spyder.
Consider the following experiment, where the required probabilities are given as: p_0 = 0.4; 0 = 0.02; 1 = 0.03.
• You transmit a one-bit message S and look at the received signal R. If RS=, the experiment in considered a success., otherwise it is a failure.
• You repeat this experiment N = 100,000 times and count the number of failures.
• Find the probability that the transmitted bit will be received incorrectly, i.e. the probability of failure.
Probability of transmission error
Ans.
p =
Explanation / Answer
We assume independence of bit errors.If I have swapped sucess rate and failure rate just swap return in find_received function.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.