6.02 Tutorial Problems: Noise & Bit Errors


Problem 1.

Suppose the bit detection sample at the receiver is V + noise volts when the sample corresponds to a transmitted '1', and 0.0 + noise volts when the sample corresponds to a transmitted '0', where noise is a zero-mean Normal(Gaussian) random variable with standard deviation σNOISE.

  1. If the transmitter is equally likely to send '0''s or '1''s, and V/2 volts is used as the threshold for deciding whether the received bit is a '0' or a '1', give an expression for the bit-error rate (BER) in terms of the zero-mean unit standard deviation Normal cumulative distribution function, Φ, and σNOISE.

  2. Suppose the transmitter is equally likely to send zeros or ones and uses zero volt samples to represent a '0' and one volt samples to represent a '1'. If the receiver uses 0.5 volts as the threshold for deciding bit value, for what value of σNOISE is the probability of a bit error approximately equal to 1/5? Note that Φ(0.85) ≈ 4/5.

  3. Will your answer for σNOISE in part (B) change if the threshold used by the receiver is shifted to 0.6 volts? Do not try to determine σNOISE, but justify your answer.

  4. Will your answer for σNOISE in part (B) change if the transmitter is twice as likely to send ones as zeros, but the receiver still uses a threshold of 0.5 volts? Do not try to determine σNOISE, but justify your answer.


Problem 2.

Ben Bitdiddle is doing a 6.02 lab on understanding the effect of noise on data receptions, and is confused about the following questions. Please help him by answering them.

In these questions, assume that:

  1. The sender sends 0 Volts for a "0" bit and 1 Volt for a "1" bit
  2. P_ij = Probability that a bit transmitted as "i" was received as a "j" bit (for all four combinations of i and j, 00, 01, 10, 11)
  3. alpha = Probability that the sender sent bit 0
  4. beta = Probability that the sender sent bit 1
  5. and, obviously, alpha + beta = 1

The channel has non-zero random noise, but unless stated otherwise, assume that the noise has 0 mean and that it is a Gaussian with finite variance. The noise affects the received samples in an additive manner, as in the labs you've done.

  1. Which of these properties does the bit error rate of this channel depend on?
    1. The voltage levels used by the transmitter to send "0" and "1"
    2. The variance of the noise distribution
    3. The voltage threshold used to determine if a sample is a "0" or a "1"
    4. The number of samples per bit used by the sender and receiver

  2. Suppose Ben picks a voltage threshold that minimizes the bit error rate. For each choice below, determine whether it's true or false.
    1. P_01 + P_10 is minimized for all alpha and beta
    2. alpha * P_01 + beta * P_10 is minimized
    3. P_01 = P_10 for all alpha and beta
    4. if alpha > beta then P_10 > P_01
    5. The voltage threshold that minimizes BER depends on the noise variance if alpha = beta

  3. Suppose alpha = beta. If the noise variance doubles, what happens to the bit error rate?


Problem 3.

Messages are transmitted along a noisy channel using the following protocol: a "0" bit is transmitted as -0.5 Volt and a "1" bit as 0.5 Volt. The PDF of the total noise added by the channel, H, is shown below.

  1. Compute H(0), the maximum value of H.

  2. It is known that a "0" bits 3 times as likely to be transmitted as a "1" bit. The PDF of the message signal, M, is shown below. Fill in the values P and Q.

  3. If the digitization threshold voltage is 0V, what is the bit error rate?

  4. What digitization threshold voltage would minimize the bit error rate?


Problem 4.

Consider a transmitter that encodes pairs of bits using four voltage values. Specifically:

For this problem we will assume a wire that only adds noise. That is,

y[n] = x[n] + noise[n]

where y[n] is the received sample, x[n] the transmitted sample whose value is one of the above four voltages, and noise[n] is a random variable.

Please assume all bit patterns are equally likely to be transmitted.

Suppose the probability density function for noise[n] is a constant, K, from -0.05 volts to 0.05 volts and zero elsewhere.

  1. What is the value of K?

Suppose now Vhigh= 1.0 volts and the probability density function for noise[n] is a zero-mean Normal with standard deviation σ.

  1. If σ = 0.001, what is the approximate probability that 1/3 < y[n] < 2/3? You should be able to give a numerical answer.

  2. If σ = 0.1, is the probability that a transmitted 01 (nominally 1/3 volts) will be incorrectly received the same as the probability that a transmitted 11 (nominally 1.0 volts) will be incorrectly received? Explain your answer.


Problem 5.

Consider the figure below, which shows the step response for a particular transmission channel along with the eye diagram for channel response when transmitting 4 samples/bit and 3 samples/bit.

  1. If the transmitter uses 3 samples/bit, under what conditions will it be possible to reliably (i.e., correctly) receive any sequence of transmitted bits?

Suppose now that there is additive noise on this channel so that sometimes a transmitted bit is misidentified at the receiver. Let's investigate how the rate of bit errors is affected by changes in noise probability density functions and number of samples per bit. In answering the questions below, please assume that the receiver uses the optimal detection sample for each bit (corresponding to the "center" of the eye) and uses a detection threshold of 0.5V.

  1. If we send 4 samples/bit down the noisy channel, the received voltage will be 1.0 + noise when receiving a transmitted '1' bit, and 0.0 + noise volts when receiving a transmitted '0' bit. If the noise is zero-mean Gaussian with standard deviation σ=0.25, what is the bit error rate? Assume that '0' and '1' bits are transmitted with a probability of 0.5, and that the noise is independent of the bit being transmitted.

  2. If 3 samples/bit are used by the transmitter, the received voltage will be

    If the noise is uniformly distributed between the voltage values -1 and 1 volts, what is the bit error rate? Hint: are all four cases of received voltages equally likely?


Problem 6.

Suppose a channel has both noise and intersymbol interference, and further suppose the voltage at the receiver is:

In answering the following parts, please assume the receiver uses 4.0 volts as the threshold for deciding the bit value.

  1. Suppose noise is Gaussian with standard deviation σ=1 and all bit patterns are equally likely. Please determine the probability of a bit error.

  2. Again suppose noise is Gaussian with standard deviation σ= 1, and suppose that for a particular set of transmitted data, which we will refer to as checkerboard data, there is an increased probability of unequal contiguous bits. That is, for checkerboard data

    What is the probability of bit error for the checkerboard case?