Christy She
Have you ever found an analog-to-digital converter (ADC) for your application and later realized that you needed higher effective resolution? If you have noise in your system or can add noise to your ADC input signal, you may be in luck. Oversampling the signal can increase the effective number of bits (ENOB) of resolution for the ADC, but this requires the presence of noise. In some cases, however, you can intentionally add noise to the signal to enable oversampling.
Oversampling means to sample at higher than the Nyquist rate, which is two times the signal’s maximum frequency component. Averaging, or a low-pass filter followed by decimation typically follows oversampling. Oversampling can result in increased effective ADC resolution. For each bit of additional resolution desired, you must oversample by a factor of four. See Equation Figure 1:
Where b is the number of extra effective bits, FNyquist is the nyquist frequency.
The key is knowing when you can oversample.
Some ADCs have a built-in hardware oversampling mode that averages the converted output; see Figure 2, option A. On a microcontroller (MCU) with an integrated ADC, you can also leverage software to implement oversampling (see the application note ‘General Oversampling of MSP ADCs for Higher Resolution’ for more details and a link to access code example projects). In software oversampling, the MCU performs post-processing (including post-averaging), or uses a low-pass filter and decimation. The low-pass filter takes more processing bandwidth (and power) but removes out-of-band noise for better performance.
Take the MSP432P401R MCU as an example: This microcontroller includes an integrated 1 MSPS, Precision ADC. To increase the ADC’s 13.2 ENOB of resolution to 14.2 bits for a 20 kHz signal, it must be sampled at a minimum of four times the Nyquist rate (40 kHz), which is 160 kHz. To go from 13.2 to 15.2 bits, it must be sampled at a minimum of 42 = 16 times the Nyquist rate, which is 640 kHz (for sigma delta ADCs, the 60 kHz is not necessarily the same as the clock rate).
Figure 3 shows the performance of the MSP432P401R MCU’s Precision ADC with oversampling. Note that when the input signal’s frequency is 20 kHz, performance stops improving at an oversampling rate (OSR) of 32. That is because the maximum sample frequency of the ADC is 1 Msps, and because the converter is 1 MSPS, the maximum the signal can be at an OSR of 32 to increase the ENOB is 15.625 kHz (based on Equation Figure 1).
Going back to “the key is knowing when you can oversample,” this is where noise is the secret to increasing your ADC’s effective resolution. Here are a few high-level requirements for oversampling to be effective at increasing resolutions:
If the signal does not have enough noise, you can add out-of-band noise to get better performance through oversampling, and then filter out the added noise.
Keep in mind these points about oversampling:
In what type of applications have you oversampled your ADC, and why? Log in and comment below to share your experience.
Keep reading! Check out the rest of the posts in this series about an integrated Precision ADC:
TI PROVIDES TECHNICAL AND RELIABILITY DATA (INCLUDING DATASHEETS), DESIGN RESOURCES (INCLUDING REFERENCE DESIGNS), APPLICATION OR OTHER DESIGN ADVICE, WEB TOOLS, SAFETY INFORMATION, AND OTHER RESOURCES “AS IS” AND WITH ALL FAULTS, AND DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT OF THIRD PARTY INTELLECTUAL PROPERTY RIGHTS.
These resources are intended for skilled developers designing with TI products. You are solely responsible for (1) selecting the appropriate TI products for your application, (2) designing, validating and testing your application, and (3) ensuring your application meets applicable standards, and any other safety, security, or other requirements. These resources are subject to change without notice. TI grants you permission to use these resources only for development of an application that uses the TI products described in the resource. Other reproduction and display of these resources is prohibited. No license is granted to any other TI intellectual property right or to any third party intellectual property right. TI disclaims responsibility for, and you will fully indemnify TI and its representatives against, any claims, damages, costs, losses, and liabilities arising out of your use of these resources.
TI’s products are provided subject to TI’s Terms of Sale (www.ti.com/legal/termsofsale.html) or other applicable terms available either on ti.com or provided in conjunction with such TI products. TI’s provision of these resources does not expand or otherwise alter TI’s applicable warranties or warranty disclaimers for TI products.
Mailing Address: Texas Instruments, Post Office Box 655303, Dallas, Texas 75265
Copyright © 2023, Texas Instruments Incorporated