Skip to main content

Shannon Limit Explained: Negative SNR, Eb/No and Channel Capacity


Understanding Negative SNR and the Shannon Limit

An explanation of Signal-to-Noise Ratio (SNR), its behavior in decibels, and how Shannon's theorem defines the ultimate communication limit.

Signal-to-Noise Ratio in Shannon’s Equation

In Shannon's equation, the Signal-to-Noise Ratio (SNR) is defined as the signal power divided by the noise power:

SNR = S / N

Since both signal power and noise power are physical quantities, neither can be negative. Therefore, the SNR itself is always a positive number.

However, engineers often express SNR in decibels:

SNR(dB)

When SNR = 1, the logarithmic value becomes:

SNR(dB) = 0

When the noise power exceeds the signal power (SNR < 1), the decibel representation becomes negative.

Behavior of Shannon's Capacity Equation

Shannon’s channel capacity formula is:

C = B log₂(1 + SNR)

For SNR = 0:

log₂(1 + SNR) = 0

When SNR becomes smaller (including negative values in dB), the expression approaches zero but never becomes negative.

This means that reliable decoding of information is still possible even when the SNR expressed in dB is negative.

Spread Spectrum and Negative SNR

Negative SNR values in dB occur frequently in spread spectrum communication systems. Spread spectrum is a coding technique that spreads the signal energy across a wider bandwidth.

Although the raw SNR may appear extremely low, the coding structure allows the receiver to correctly decode the information.

However, there exists a fundamental limit defined by Shannon known as the Shannon Limit.

SNR Per Bit (Eb/No)

The most important parameter in digital communications is the signal-to-noise ratio per bit, represented as:

Eb / No

Starting from Shannon's capacity equation:

C = B log₂(1 + SNR)

Rewriting:

C/B = log₂(1 + SNR)

Using the relationship:

SNR = S / (NoB)

And defining signal power as:

S = EbC

We obtain:

z = SNR = (Eb / No) × (C / B)

Deriving the Shannon Limit

As bandwidth becomes extremely large while the data rate remains finite:

B → ∞
C/B → 0
z → 0

Using the limit:

lim (1 + z)^(1/z) = e

We obtain the minimum required energy per bit:

Eb / No = 1 / log₂(e) ≈ 0.693

Expressed in decibels:

Eb / No (dB) ≈ -1.6 dB

This value represents the Shannon Limit.

What the Shannon Limit Means

  • Reliable decoding is possible down to Eb/No ≈ −1.6 dB.
  • Below this value, error rates increase exponentially.
  • No coding scheme can outperform this theoretical limit.

Example: Spread Spectrum Processing Gain

In a spread spectrum system with a bandwidth-to-data-rate ratio of:

B / C = 100

The resulting SNR becomes:

SNR = (Eb / No) × (C / B)

In decibels:

SNR(dB) = Eb/No(dB) − 20 dB

If the system operates near the Shannon limit:

SNR ≈ -1.6 dB − 20 dB = -21.6 dB

This demonstrates how extremely low SNR values can still allow reliable communication when advanced coding techniques or spread spectrum methods are used.

Shannon's theorem proves that reliable communication is theoretically possible close to this limit, although it does not specify how to construct the optimal coding schemes needed to achieve it.


Shannon Limit and Reliable Decoding in BPSK

In BPSK communication, reliable decoding is possible even when noise power exceeds signal power. This is explained by the Shannon limit, whose theoretical minimum is approximately -1.59 dB in terms of E_b/N_0.

BPSK Constellation

BPSK uses two constellation points:

+√Eb   and   -√Eb
  

The distance between them is:

d = 2√Eb
  

Larger constellation distance improves noise immunity.

Why Decoding Works Below 0 dB

At negative E_b/N_0, constellation points overlap heavily due to noise, making individual symbols unreliable. However, modern error-correcting codes decode entire codewords rather than isolated bits.

  • Redundancy is added during encoding
  • The decoder analyzes long bit sequences
  • Statistical patterns help recover the message

Shannon Capacity

C = B log2(1 + SNR)
  

Shannon showed that reliable communication becomes theoretically possible whenever:

Eb/N0 > -1.59 dB
  

Below this limit, no coding scheme can achieve reliable decoding.

The Physics of Signal and Noise

Understanding how Power, Energy, and Bandwidth interact through the definitions of S and N.

1. Signal Power (S = EbC)

In physics, Power is defined as Energy divided by Time. In digital communications, we translate this relationship into bits and capacity.

S (Signal Power) Measured in Watts (Joules per second).
Eb (Energy per bit) The Joules assigned to a single bit.
C (Capacity) The number of bits sent per second.

If every bit requires a certain amount of energy (Eb), and you are sending a specific number of bits every second (C), the total power consumed is the product of the two:

S = Eb × C

Note: While engineers often use R (actual data rate), Shannon’s derivation uses C (theoretical maximum rate) to find the absolute limit of the channel.

2. Noise Power (N = N0B)

This equation describes how noise is distributed across a frequency range. It assumes White Noise, where noise energy is spread evenly across the spectrum.

N = N0 × B
  • N0 (Noise Power Spectral Density): This represents the "thickness" of the noise, measured in Watts per Hertz (W/Hz).
  • B (Bandwidth): The range of frequencies (Hertz) the signal occupies.

3. Combining for the Shannon Formula

By substituting these physical definitions into the Shannon Capacity equation, we can shift the focus from hardware-specific values (Watts and Hertz) to a universal measure of Energy Efficiency:

C = B log₂(1 + (Eb × C) / (N0 × B))

This substitution is what allows us to solve for the Shannon Limit (-1.59 dB), which dictates the minimum energy required to transmit one bit of information regardless of the bandwidth or power used.

Summary

Individual BPSK symbols may appear corrupted by noise, but the complete coded sequence still contains enough structure for accurate recovery. The power comes from:

Modulation + Error-Correcting Coding
  

Further Reading




Contact Us

Name

Email *

Message *

Popular Posts

Q-function in BER vs SNR Calculation (with Simulation)

Q-function in BER vs. SNR Calculation In digital communications and signal processing, the Q-function plays a significant role in predicting system reliability. It allows engineers to quantify the probability that Gaussian noise will exceed a specific threshold, causing a bit error. What is the Q-function? The Q-function is a mathematical function representing the tail probability of the standard normal (Gaussian) distribution. It is the complementary cumulative distribution function (CCDF) of a standard Gaussian distribution. Q(x) = (1 / √(2Ï€)) ∫â‚“∞ e^(-t² / 2) dt Q-Function Interactive Simulator Move the slider to see how the "Tail Probability" (the area in red) changes. This area represents the Probability of Error (BER) . Threshold Distance ( x ) — (Simulates Increasing SNR) x = 1.0 Q(x) = 0.1587 ...

Design of CMOS Flip-Flops (SR, D, JK)

Design of CMOS Flip-Flops (SR, D, JK) A flip-flop or latch is a circuit with two stable states, used to store state information. It is the basic storage element in sequential logic and a fundamental building block in digital electronics systems, including computers and communication devices. Flip-flops and latches act as data storage elements for states, pulse counting, and synchronization of variably-timed input signals to a reference clock. Flip-flops can be transparent/opaque (latches) or clocked (synchronous, edge-triggered). Latches are level-sensitive, while flip-flops are edge-sensitive. In sequential logic, the output depends on current inputs and previous states. Fig.1 shows a sequential circuit combining a combinational block and a memory element. ...

Pulse Width Modulation (PWM)

Pulse-width modulation (PWM), or pulse-duration modulation (PDM), is a method of controlling the average power delivered by an electrical signal.   Fig: An example of PWM in an idealized inductor driven by a blue line voltage source modulated as a series of sawtooth pulses, resulting in a red line current in the inductor.    Generating a PWM Signal The simplest way to generate a PWM signal is the intersection method, which requires only a sawtooth or a triangle waveform (easily generated using a simple oscillator) and a comparator. When the value of the reference signal is more than the modulation waveform, the PWM signal (magenta) is in the high state; otherwise, it is in the low state.      Duty cycle A low duty cycle equates to low power because the power is off for most of the time; the word duty cycle reflects the ratio of "on" time to the regular interval or "period" of time. The duty cycle is measured in percent, with 100% representing full o...

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...(MATLAB Code + Simulator)

Bit Error Rate (BER) & SNR Guide Analyze communication system performance with our interactive simulators and MATLAB tools. 📘 Theory 🧮 Simulators 💻 MATLAB Code 📚 Resources BER Definition SNR Formula BER Calculator MATLAB Comparison 📂 Explore M-ary QAM, PSK, and QPSK Topics ▼ 🧮 Constellation Simulator: M-ary QAM 🧮 Constellation Simulator: M-ary PSK 🧮 BER calculation for ASK, FSK, and PSK 🧮 Approaches to BER vs SNR What is Bit Error Rate (BER)? The BER indicates how many corrupted bits are received compared to the total number of bits sent. It is the primary figure of merit f...

FFT Butterfly Method Explained (with Example of 4-point DFT)

  FFT Using Butterfly Method Given: x[n] = {0, 1, 2, 3} Step 1: Split into Even & Odd Even indices: x e = {0, 2} Odd indices: x o = {1, 3} Step 2: 2-point DFT For any {a, b}: DFT = {a + b, a - b} Even Part: E = {0+2, 0-2} = {2, -2} Odd Part: O = {1+3, 1-3} = {4, -2} Step 3: Combine Using Butterfly X[k] = E[k] + W k O[k] X[k + N/2] = E[k] - W k O[k] For N = 4: W 0 = 1 W 1 = -j Final Calculations X[0] = 2 + 4 = 6 X[2] = 2 - 4 = -2 X[1] = -2 + (-j)(-2) = -2 + 2j X[3] = -2 - (-j)(-2) = -2 - 2j Final Answer: X[k] = {6, -2 + 2j, -2, -2 - 2j} Try Interactive Online Simulations Interactive FFT Online Simulator (For understanding Fundamentals)  Interactive FFT Online Simulator (Analyze .CSV, .MP3, .MP4, etc. Further Reading Fourier Transform OFDM Return to Fourier Transform Main Page →

Frequency Shift Keying (FSK) Modulation & Demodulation (with Simulation)

Frequency Shift Keying (FSK) Theoretical Foundations: Frequency Shift Keying (FSK) is a discrete frequency modulation scheme wherein the digital information is encoded via instantaneous shifts in the carrier signal's frequency. The fundamental implementation is Binary FSK (BFSK), which maps binary data onto two distinct, discrete spectral states. A binary '1' (the "mark" state) is represented by a carrier frequency \( f_1 \), while a binary '0' (the "space" state) corresponds to frequency \( f_2 \). Each symbol is sustained for a bit interval denoted by \( T_b \). FSK Transmitter Characterization: The mathematical model for the modulated BFSK output \( s(t) \) is defined as: \[ s(t) = \begin{cases} A_c \cos(2\pi f_1 t), & \text{for } m = 1 \\ A_c \cos(2\pi f_2 t), & \text{for } m = 0 \end{cases} \] ...

AM Modulation Online Simulator

Amplitude Modulation Simulator s AM (t) = A c [1 + k a m(t)] cos(ω c t) where, ω = 2πf & k a = Amplitude Sensitivity Modulation index, μ = k a A m Message Frequency (fm): Carrier Frequency (fc): Carrier Amplitude (Ac): Modulation Index (m = Am / Ac):

Online Simulator for ASK, FSK, and PSK

Interactive Digital Signal Processing (DSP) Tutorial and Simulator for ASK, FSK, and BPSK modulation techniques. Try our new Digital Signal Processing Simulator!   •   Interactive ASK, FSK, and BPSK tools updated for 2025. Start Now Digital Modulation Visualizer: ASK, FSK, & BPSK Simulator Learn and visualize binary modulation techniques (ASK, FSK, BPSK) in real-time with adjustable carrier and sampling parameters. Perfect for DSP students and engineers. 📡 ASK Simulator 📶 FSK Simulator 🎚️ BPSK Simulator 📚 More Topics ASK Modulator FSK Modulator BPSK Modulator More Topics 1. ASK (Amplitude Shift Keying) Simulat...