Eb/N0

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Bit-error rate (BER) vs Eb/N0 curves for different digital modulation methods is a common application example of Eb/N0. Here an AWGN channel is assumed.

Eb/N0 (the energy per bit to noise power spectral density ratio) is an important parameter in digital communication or data transmission. It is a normalized signal-to-noise ratio (SNR) measure, also known as the "SNR per bit". It is especially useful when comparing the bit error rate (BER) performance of different digital modulation schemes without taking bandwidth into account.

As the description implies, Eb is the signal energy associated with each user data bit; it is equal to the signal power divided by the user bit rate (not the channel symbol rate). If signal power is in watts and bit rate is in bits per second, Eb is in units of joules (watt-seconds). N0 is the noise spectral density, the noise power in a 1 Hz bandwidth, measured in watts per hertz or joules. These are the same units as Eb so the ratio Eb/N0 is dimensionless; it is frequently expressed in decibels. Eb/N0 directly indicates the power efficiency of the system without regard to modulation type, error correction coding or signal bandwidth (including any use of spread spectrum). This also avoids any confusion as to which of several definitions of "bandwidth" to apply to the signal.

But when the signal bandwidth is well defined, Eb/N0 is also equal to the signal-to-noise ratio (SNR) in that bandwidth divided by the "gross" link spectral efficiency in (bit/s)/Hz, where the bits in this context again refer to user data bits, irrespective of error correction information and modulation type. [1]

Eb/N0 must be used with care on interference-limited channels since additive white noise (with constant noise density N0) is assumed, and interference is not always noise-like. In spread spectrum systems (e.g., CDMA), the interference is sufficiently noise-like that it can be represented as I0 and added to the thermal noise N0 to produce the overall ratio Eb/(N0+I0).

Relation to carrier-to-noise ratio

Eb/N0 is closely related to the carrier-to-noise ratio (CNR or C/N), i.e. the signal-to-noise ratio (SNR) of the received signal, after the receiver filter but before detection:

C/N=E_b/N_0\cdot\frac{f_b}{B}

where

fb is the channel data rate (net bitrate), and
B is the channel bandwidth

The equivalent expression in logarithmic form (dB):

\text{CNR}_{\text{dB}} = 10\log_{10}(E_b/N_0) + 10\log_{10}\left(\frac{f_b}{B}\right),

Caution: Sometimes, the noise power is denoted by N_0/2 when negative frequencies and complex-valued equivalent baseband signals are considered rather than passband signals, and in that case, there will be a 3 dB difference.

Relation to Es/N0

Eb/N0 can be seen as a normalized measure of the energy per symbol to noise power spectral density (Es/N0):

\frac{E_b}{N_0} =\frac{E_s}{\rho N_0},

where Es is the energy per symbol in joules and \rho is the nominal spectral efficiency in (bit/s)/Hz.[2] Es/N0 is also commonly used in the analysis of digital modulation schemes. The two quotients are related to each other according to the following:

\frac{E_s}{N_0} =\frac{E_b}{N_0}\log_2 M ,

where M is the number of alternative modulation symbols.

Note that this is the energy per bit, not the energy per information bit.

Es/N0 can further be expressed as:

\frac{E_s}{N_0} = \frac{C}{N}\frac{B}{f_s},

where

C/N is the carrier-to-noise ratio or signal-to-noise ratio.
B is the channel bandwidth in hertz.
fs is the symbol rate in baud or symbols per second.

Shannon limit

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The Shannon–Hartley theorem says that the limit of reliable information rate (data rate exclusive of error-correcting codes) of a channel depends on bandwidth and signal-to-noise ratio according to:

 I < B \log_2 \left( 1+\frac{S}{N} \right)

where

I is the information rate in bits per second excluding error-correcting codes;
B is the bandwidth of the channel in hertz;
S is the total signal power (equivalent to the carrier power C); and
N is the total noise power in the bandwidth.

This equation can be used to establish a bound on Eb/N0 for any system that achieves reliable communication, by considering a gross bit rate R equal to the net bit rate I and therefore an average energy per bit of Eb = S/R, with noise spectral density of N0 = N/B. For this calculation, it is conventional to define a normalized rate Rl = R/2B, a bandwidth utilization parameter of bits per second per half hertz, or bits per dimension (a signal of bandwidth B can be encoded with 2B dimensions, according to the Nyquist–Shannon sampling theorem). Making appropriate substitutions, the Shannon limit is:

 {R \over B} = 2 R_l < \log_2 \left( 1 + 2R_l\frac{E_b}{N_0} \right)

Which can be solved to get the Shannon-limit bound on Eb/N0:

\frac{E_b}{N_0} > \frac{2^{2R_l}-1}{2R_l}

When the data rate is small compared to the bandwidth, so that Rl is near zero, the bound, sometimes called the ultimate Shannon limit,[3] is:

\frac{E_b}{N_0} > \ln(2)

which corresponds to –1.59 dB.

Note that this often-quoted limit of -1.59 dB applies only to the theoretical case of infinite bandwidth. The Shannon limit for finite-bandwidth signals is always higher.

Cutoff rate

For any given system of coding and decoding, there exists what is known as a cutoff rate R0, typically corresponding to an Eb/N0 about 2 dB above the Shannon capacity limit.[citation needed]The cutoff rate used to be thought of as the limit on practical error correction codes without an unbounded increase in processing complexity, but has been rendered largely obsolete by the more recent discovery of turbo codes and low-density parity-check (LDPC) codes.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

External links