In digital communications, the measure of the signal to noise ratio of a signal is Eb/N0. Why is that? To figure it out, let’s start from the classical SNR, which is the ratio of the average signal power S to the average noise power N, given by
SN.
For analog communications, the SNR is clearly a good way of describing the quality of the received signal. The numerator represents the useful power of the signal, and the denominator represents the power that degrades the signal. For digital communications, however, a few adjustments must be made.
First, the energy per bit is a much more natural measure for the “strength” of the signal than the power. In itself, signal power is not very enlightening in digital communications, because the useful information is now divided into bits instead of being continuous. This means that the same average power can represent wildly different signal qualities for different bitrates, making it quite uninformative. Hence, it is better to work with the energy per bit, which can be computed by integrating the power over the length of a bit Tb, as Eb=STb. In practice, the parameter that is used is typically the bit rate Rb=1/Tb, which results in Eb=S/Rb.
Second, the noise spectral density N0=N/B, where B is the bandwidth of the signal, is better to describe the noise. Its main advantage is that the actual bandwidth is taken out of the equation, since N0 is simply the noise power in a 1 Hz bandwidth. This allows comparing different modulation schemes without having to worry about their spectral properties.
Together, this results in
EbN0=S/RbN/B,
which can be rewritten most clearly as
EbN0=SNBRb.
This last expression emphasizes that Eb/N0 is simply an SNR that is normalized for bandwidth and bit rate, to make it suitable for the very specific application that is digital communications.
Add new comment