Skip to main content

ADC SNR Gain


ADC SNR Gain

Why the ADC SNR Formula is 6.02N + 1.76 dB

The full-scale quantization noise model assumes:

  • The quantization step is Δ = 2VFS / 2N
  • Quantization noise is uniformly distributed from -Δ/2 to +Δ/2

1. Quantization Noise Power

A uniform noise distribution over width Δ has variance:

σ² = Δ² / 12

2. Signal Power (Full-Scale Sine Wave)

The RMS value of a sine wave with peak amplitude VFS is:

Vrms = VFS / √2

Signal power:

Ps = VFS² / 2

3. SNR Calculation

Using SNR = Ps / Pq, and substituting the expressions for signal and noise:

SNR = 3 · 22N

4. Convert SNR to dB

SNRdB = 10log(3) + 20N log(2)

Using constants:

  • log₁₀(2) = 0.301020 log(2) = 6.02 dB
  • 10 log(3) = 4.77 dB

After RMS correction for sine vs. square wave (−3.01 dB), the final expression becomes:

SNRADC = 6.02N + 1.76 dB

This is the standard “ideal ADC SNR” formula.

 

1. ADC SNR Gain (Resolution-Based SNR Gain)

Increasing the ADC resolution increases SNR. Using:

SNRADC = 6.02N + 1.76 dB

A 1-bit increase in resolution gives:

ΔSNR = 6.02 dB per bit

 

Every extra ADC bit = +6.02 dB SNR improvement

Example:
12-bit → 14-bit = +2 bits → +12.04 dB SNR

 

2. Sampling SNR Gain (Oversampling Gain)

When sampling faster than Nyquist, quantization noise spreads over a larger bandwidth, while the signal stays within its own bandwidth.

Oversampling Ratio (OSR)

OSR = fs / (2B)

SNR improvement due to oversampling:

SNR gain = 10 log10(OSR)

For quantization noise, doubling the sampling rate gives:

SNR gain = 3 dB per 2× oversampling

Convert Oversampling to ENOB

ΔENOB = (1/2) log2(OSR)

4× oversampling = +6 dB SNR = +1 extra ENOB 

16× oversampling = +12 dB SNR = +2 extra ENOB

 

Summary Table

Improvement Method Rule SNR Gain ENOB Gain
Increase ADC resolution +1 bit +6.02 dB +1 bit
Oversampling (OSR) 2× oversampling +3 dB +0.5 bits

4× oversampling +6 dB +1 bit

16× oversampling +12 dB +2 bits

ENOB (Effective Number of Bits) Basics

Let's go through an example where we start with a fixed bit resolution for an ADC (say, 12 bits), and then after some processing (such as noise reduction), we calculate the ENOB (Effective Number of Bits). This will help illustrate how processing can improve the effective resolution of a system.

Scenario

1. Fixed Bit Resolution of ADC: You have an ADC with a nominal resolution of 12 bits. This means the ADC can theoretically distinguish 2^12 = 4096 levels of the input signal. However, due to noise in the system, the actual precision is lower than this.

2. Initial SNR (before processing): Before applying any processing (like noise reduction), the Signal-to-Noise Ratio (SNR) is measured to be 45 dB. This is the signal quality you start with.

3. Processing (Noise Reduction): After applying noise reduction or other signal enhancement techniques (e.g., filtering, averaging), the SNR improves to 55 dB.

Step 1: Initial ENOB (Before Processing)

First, let’s calculate the ENOB before processing, based on the initial SNR of 45 dB. We use the formula for ENOB:

ENOB = (SNR - 1.76) / 6.02

For the initial SNR = 45 dB:

ENOB_before = (45 - 1.76) / 6.02 = 43.24 / 6.02 = 7.19 bits

Interpretation: The 12-bit ADC has an SNR of 45 dB, which means the effective resolution is only 7.19 bits. This means, due to noise, the ADC is only able to provide the precision of a system that could distinguish between 2^7.19 ≈ 150 levels (instead of the ideal 4096 levels).

Step 2: ENOB After Processing (Improved SNR)

Now, let’s calculate the ENOB after processing, when the SNR improves to 55 dB.

ENOB_after = (55 - 1.76) / 6.02 = 53.24 / 6.02 = 8.86 bits

Interpretation: After applying processing that improves the SNR to 55 dB, the effective resolution increases to 8.86 bits. This means the ADC is now effectively distinguishing between 2^8.86 ≈ 250 levels—an improvement from the 150 levels at 45 dB SNR.

Step 3: Comparing the Results

Let’s summarize the difference before and after processing:

  • Before processing: With an SNR of 45 dB, the ENOB is 7.19 bits.
  • After processing: With an improved SNR of 55 dB, the ENOB increases to 8.86 bits.

Conclusion: This demonstrates the impact of noise reduction or processing: the effective resolution (ENOB) has increased, making the system more accurate. Even though the ADC has a fixed resolution of 12 bits, noise was reducing the actual usable resolution. By improving the SNR through processing, we’ve boosted the effective precision of the ADC.

Summary

Fixed Bit Resolution (Nominal): 12 bits

Initial SNR: 45 dB → ENOB = 7.19 bits

After Processing (Improved SNR): 55 dB → ENOB = 8.86 bits


Further Reading

  1.  

People are good at skipping over material they already know!

View Related Topics to







Contact Us

Name

Email *

Message *

Popular Posts

Online Simulator for ASK, FSK, and PSK

Try our new Digital Signal Processing Simulator!   Start Simulator for binary ASK Modulation Message Bits (e.g. 1,0,1,0) Carrier Frequency (Hz) Sampling Frequency (Hz) Run Simulation Simulator for binary FSK Modulation Input Bits (e.g. 1,0,1,0) Freq for '1' (Hz) Freq for '0' (Hz) Sampling Rate (Hz) Visualize FSK Signal Simulator for BPSK Modulation ...

Channel Impulse Response (CIR)

📘 Overview & Theory 📘 How CIR Affects the Signal 🧮 Online Channel Impulse Response Simulator 🧮 MATLAB Codes 📚 Further Reading What is the Channel Impulse Response (CIR)? The Channel Impulse Response (CIR) is a concept primarily used in the field of telecommunications and signal processing. It provides information about how a communication channel responds to an impulse signal. It describes the behavior of a communication channel in response to an impulse signal. In signal processing, an impulse signal has zero amplitude at all other times and amplitude ∞ at time 0 for the signal. Using a Dirac Delta function, we can approximate this. Fig: Dirac Delta Function The result of this calculation is that all frequencies are responded to equally by δ(t) . This is crucial since we never know which frequenci...

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...

📘 Overview of BER and SNR 🧮 Online Simulator for BER calculation of m-ary QAM and m-ary PSK 🧮 MATLAB Code for BER calculation of M-ary QAM, M-ary PSK, QPSK, BPSK, ... 📚 Further Reading 📂 View Other Topics on M-ary QAM, M-ary PSK, QPSK ... 🧮 Online Simulator for Constellation Diagram of m-ary QAM 🧮 Online Simulator for Constellation Diagram of m-ary PSK 🧮 MATLAB Code for BER calculation of ASK, FSK, and PSK 🧮 MATLAB Code for BER calculation of Alamouti Scheme 🧮 Different approaches to calculate BER vs SNR What is Bit Error Rate (BER)? The abbreviation BER stands for Bit Error Rate, which indicates how many corrupted bits are received (after the demodulation process) compared to the total number of bits sent in a communication process. BER = (number of bits received in error) / (total number of tran...

Constellation Diagrams of ASK, PSK, and FSK

📘 Overview of Energy per Bit (Eb / N0) 🧮 Online Simulator for constellation diagrams of ASK, FSK, and PSK 🧮 Theory behind Constellation Diagrams of ASK, FSK, and PSK 🧮 MATLAB Codes for Constellation Diagrams of ASK, FSK, and PSK 📚 Further Reading 📂 Other Topics on Constellation Diagrams of ASK, PSK, and FSK ... 🧮 Simulator for constellation diagrams of m-ary PSK 🧮 Simulator for constellation diagrams of m-ary QAM BASK (Binary ASK) Modulation: Transmits one of two signals: 0 or -√Eb, where Eb​ is the energy per bit. These signals represent binary 0 and 1.    BFSK (Binary FSK) Modulation: Transmits one of two signals: +√Eb​ ( On the y-axis, the phase shift of 90 degrees with respect to the x-axis, which is also termed phase offset ) or √Eb (on x-axis), where Eb​ is the energy per bit. These signals represent binary 0 and 1.  BPSK (Binary PSK) Modulation: Transmits one of two signals...

Gaussian minimum shift keying (GMSK)

📘 Overview & Theory 🧮 Simulator for GMSK 🧮 MSK and GMSK: Understanding the Relationship 🧮 MATLAB Code for GMSK 📚 Simulation Results for GMSK 📚 Q & A and Summary 📚 Further Reading Dive into the fascinating world of GMSK modulation, where continuous phase modulation and spectral efficiency come together for robust communication systems! Core Process of GMSK Modulation Phase Accumulation (Integration of Filtered Signal) After applying Gaussian filtering to the Non-Return-to-Zero (NRZ) signal, we integrate the smoothed NRZ signal over time to produce a continuous phase signal: θ(t) = ∫ 0 t m filtered (Ï„) dÏ„ This integration is crucial for avoiding abrupt phase transitions, ensuring smooth and continuous phase changes. Phase Modulation The next step involves using the phase signal to modulate a...

Q-function in BER vs SNR Calculation

Q-function in BER vs. SNR Calculation In the context of Bit Error Rate (BER) and Signal-to-Noise Ratio (SNR) calculations, the Q-function plays a significant role, especially in digital communications and signal processing . What is the Q-function? The Q-function is a mathematical function that represents the tail probability of the standard normal distribution. Specifically, it is defined as: Q(x) = (1 / sqrt(2Ï€)) ∫â‚“∞ e^(-t² / 2) dt In simpler terms, the Q-function gives the probability that a standard normal random variable exceeds a value x . This is closely related to the complementary cumulative distribution function of the normal distribution. The Role of the Q-function in BER vs. SNR The Q-function is widely used in the calculation of the Bit Error Rate (BER) in communication systems, particularly in systems like Binary Phase Shift Ke...

LDPC Encoding and Decoding Techniques

📘 Overview & Theory 🧮 LDPC Encoding Techniques 🧮 LDPC Decoding Techniques 📚 Further Reading 'LDPC' is the abbreviation for 'low density parity check'. LDPC code H matrix contains very few amount of 1's and mostly zeroes. LDPC codes are error correcting code. Using LDPC codes, channel capacities that are close to the theoretical Shannon limit can be achieved.  Low density parity check (LDPC) codes are linear error-correcting block code suitable for error correction in a large block sizes transmitted via very noisy channel. Applications requiring highly reliable information transport over bandwidth restrictions in the presence of noise are increasingly using LDPC codes. 1. LDPC Encoding Technique The proper form of H matrix is derived from the given matrix by doing multiple row operations as shown above. In the above, H is parity check matrix and G is generator matrix. If you consider matrix H as [-P' | I] then matrix G will b...

MATLAB code for Pulse Code Modulation (PCM) and Demodulation

📘 Overview & Theory 🧮 Quantization in Pulse Code Modulation (PCM) 🧮 MATLAB Code for Pulse Code Modulation (PCM) 🧮 MATLAB Code for Pulse Amplitude Modulation and Demodulation of Digital data 🧮 Other Pulse Modulation Techniques (e.g., PWM, PPM, DM, and PCM) 📚 Further Reading MATLAB Code for Pulse Code Modulation clc; close all; clear all; fm=input('Enter the message frequency (in Hz): '); fs=input('Enter the sampling frequency (in Hz): '); L=input('Enter the number of the quantization levels: '); n = log2(L); t=0:1/fs:1; % fs nuber of samples have tobe selected s=8*sin(2*pi*fm*t); subplot(3,1,1); t=0:1/(length(s)-1):1; plot(t,s); title('Analog Signal'); ylabel('Amplitude--->'); xlabel('Time--->'); subplot(3,1,2); stem(t,s);grid on; title('Sampled Sinal'); ylabel('Amplitude--->'); xlabel('Time--->'); % Quantization Process vmax=8; vmin=-vmax; %to quanti...