Noise and dB quiz#

Gaussian noise#

Exercise 111

Which is/are correct?

  1. In Gaussian noise with a mean value of 0, the probability of the amplitudes 1 and 2 are the same.

  2. In Gaussian noise with a mean value of 1, the probability of the amplitudes 1 and 2 are the same.

  3. Gaussian noise has always an average value of 0.

  4. In nature, many random processes occur with different underlying distributions. When multiple independent random processes are combined (summed together), the resulting distribution tends to approach a Gaussian distribution according to the central limit theorem. This is why many natural noise sources (like thermal noise) exhibit Gaussian characteristics.

  5. Gaussian noise is helpful for modeling, e.g., in simulations.

  6. Variance, i.e., the square of the standard deviation, defines the power of Gaussian noise.

Decibels (dB)#

Exercise 112

Which is/are correct?

  1. Multiplying in the linear (non-dB) scale corresponds to addition in dB scale.

  2. Division in the linear (non-dB) scale corresponds to subtraction in dB scale.

  3. Addition in the linear (non-dB) scale corresponds to exponentiation in dB scale, i.e., \(x+y \Rightarrow x^y [\mathrm{dB}]\).

  4. When converting a power value to dB, we use the formula \(20 \log_{10}(x)\).

  5. The voltage applied to an antenna is a power value.

  6. When converting a non-power value to dB, we use the formula \(20 \log_{20}(x)\).

  7. The decibel (dB) scale is useful for calculations where small variations in a parameter can result in very large numerical changes, such as in power measurements for antennas and communication systems.

  8. Doubling the power of a signal increases its level by 3 dB.

  9. Increasing the power of a signal by a factor of 10 increases its level by 10 dB.

  10. dBmW is typically shortened as dBm.

Noise in frequency domain#

Exercise 113

Which is/are correct?

  1. In GNU Radio, if we would plot Gaussian noise’s spectrum, then it would not look similar to its plot in the time domain, because a spectrum plots shows the energy distribution over many frequencies, which is typically shown in dB scale.

  2. Gaussian noise in the time domain equals to Gaussian noise in the frequency domain.

Complex noise#

Exercise 114

Which is/are correct?

  1. Complex noise consists of a real and imaginary part.

  2. When we want to apply Gaussian noise to a complex signal, then it is applied to the real and imaginary part independently.

  3. When complex Gaussian noise is added to a constellation diagram (like QPSK), we see a cloud of noise centered around the origin.

  4. To generate complex noise with unit power, we divide by √2.

AWGN#

Exercise 115

Which is/are correct?

  1. When we combine light of all colors, we get white light. Similarly, white noise contains all frequencies at equal intensity.

  2. AWGN stands for asymptotic white Gaussian noise. It is called asymptotic, because it has two asymptotes on \(y=\pm\mu\).

  3. If we want to model a noise which is additive and uniform over all frequencies, we can use AWGN.

SNR and SINR#

Exercise 116

Which is/are correct?

  1. SNR = 1 dB means the signal and the noise power are the same.

  2. SNR = -3 dB means that the signal is weaker than the noise.

  3. SNR is the signal to noise ratio. If the signal is at 3 dBm and the noise at 1 dBm, SNR equals to 3 dBm.

  4. SINR additionally integrates signal interference from all the other interfering signals compared to SNR which only integrates background noise, e.g., thermal noise in the receiver.

  5. SNR has the unit dB.

  6. SNR has the unit dBm.