
Part 2 show how to change the sampling rate by a non-integer factor. It also looks at multistage decimation and polyphase filters. Part 4 shows how to undersample bandpass signals.
12.3 Oversampling of Analog-to-Digital Conversion
Oversampling of the analog signal has become popular in DSP industry to improve resolution of analog-to-digital conversion (ADC). Oversampling uses a sampling rate, which is much higher than the Nyquist rate. We can define an oversampling ratio as
fs/(2fmax) >> 1. (12.14)
The benefits from an oversampling ADC include:
- helping to design a simple analog anti-aliasing filter before ADC, and
- reducing the ADC noise floor with possible noise shaping so that a low-resolution ADC can be used.
12.3.1 Oversampling and Analog-to-Digital Conversion Resolution
To begin with developing the relation between oversampling and ADC resolution, we first summarize the regular ADC and some useful definitions discussed in Chapter 2:
Quantization noise power = σq2= Δ2/12 (12.15)
Quantization step = Δ = A/(2n) (12.16)
where
A = full range of the analog signal to be digitized
n = number of bits per sample (ADC resolution).
Substituting Equation (12.16) into Equation (12.15), we have:
Quantization noise power = σq2= (A2/12) × 2-2n. (12.17)
The power spectral density of the quantization noise with an assumption of uniform probability distribution is shown in Figure 12-23. Note that this assumption is true for quantizing a uniformly distributed signal in a full range with a sufficiently long duration. It is not generally true in practice. See research papers by Lipshitz et al. (1992) and Maher (1992). However, using the assumption will guide us for some useful results for oversampling systems.

Figure 12-23. Regular ADC system.
The quantization noise power is the area obtained from integrating the power spectral density function in the range of –fs/2 to fs/2. Now let us examine the oversampling ADC, where the sampling rate is much bigger than that of the regular ADC; that is fs >> 2fmax. The scheme is shown in Figure 12-24.

Figure 12-24. Oversampling ADC system.
As we can see, oversampling can reduce the level of noise power spectral density. After the decimation process with the decimation filter, only a portion of quantization noise power in the range from –fmax to fmax is kept in the DSP system. We call this an in-band frequency range. In Figure 12-24, the shaded area, which is the quantization noise power, is given by

Assuming that the regular ADC shown in Figure 12-23 and the oversampling ADC shown in Figure 12-24 are equivalent, we set their quantization noise powers to be the same to obtain
(A2/12) × 2–2n = ((2fmax)/fs) × (A2/12) × 2–2m. (12.19)
Equation (12.19) leads to two useful equations for applications:
n = m + 0.5 × log2 (fs/(2fmax)) (12.20) and
fs = 2fmax × 22(n – m), (12.21)
where
fs = sampling rate in the oversampling DSP system
fmax = maximum frequency of the analog signal
m = number of bits per sample in the oversampling DSP system
n = number of bits per sample in the regular DSP system using the minimum sampling rate
From Equation (12.20) and given the number of bits (m) used in the oversampling scheme, we can determine the number of bits per sample equivalent to the regular ADC. On the other hand, given the number of bits in the oversampling ADC, we can determine the required oversampling rate so that the oversampling ADC is equivalent to the regular ADC with the larger number of bits per sample (n). Let us look at the following examples.
Example 12.7.
Given an oversampling audio DSP system with the following attributes, determine the oversampling rate to improve the ADC to 16-bit resolution:
- Maximum audio input frequency of 20 kHz and
- ADC resolution of 14 bits,
Solution: Based on the specifications, we have
fmax = 20 kHz, m = 14 bits, and n = 16 bits.
Using Equation (12.21) leads to
fs = 2fmax × 22(n – m) = 2 × 20 × 22(16 – 14) = 640 kHz.
Since fs/(2fmax) = 24, we see that each doubling of the minimum sampling rate (2fmax = 40 kHz) will increase the resolution by a half bit.
Example 12.8.
Given an oversampling audio DSP system with the following attributes, determine the equivalent ADC resolution:
- Maximum audio input frequency = 4 kHz
- ADC resolution = 8 bits
- Sampling rate = 80 MHz.
Solution: Since fmax = 4 kHz, fs = 80 kHz, and m = 8 bits, applying Equation (12.20) yields
n = m + 0.5 × log2 (fs/(2fmax)) = 8 + 0.5 × log2 (80000 kHz/(2 × 4 kHz)) ≈ 15 bits.