A Comparative Study of state-of the-art High Performance Spectral Test Methods

Siva Sudani, Li Xu and Degang Chen

This Website provides references and reference code for 4 state-of the-art ADC testing methods for comparative study.

Full paper download:

ComparativeStudy.pdf

Simulation data download:

SimulationData.rar

Ideal DFT based Spectral Testing

The quantitative details of requirements and challenges to satisfy the requirements for ideal DFT based spectral test are as follows.

Input Signal: In order to test an N-bit ADC, the input signal should be at least N+3 bits pure.

Clock Signal: The contribution from jitter between input and clock signals should be less than the noise floor.

Sampling: The input signal should be coherently sampled.

Input Amplitude: The peak-to-peak voltage of the input signal should be within the ADC input range.

Data record: The number of samples in data record should be selected such that at least five periods of input signal are sampled

Reference:

IEEE_Std_1241_2010.pdf

Matlab code:

IdealDFT.m

Accurate Spectral Testing with Relaxed Constraints

I. WINDOWING

Using windows is one of the most widely recommended methods in both industry and academia to perform spectral test when the data is not coherently sampled.

Reference:

window_1.pdf
window_2.pdf

Matlab code:

Windowing.m

II. FOUR PARAMETER SINE FIT (FPSF)

Four Parameter Sine Fit (FPSF) method is another approach that is widely used for spectral test. It can be used when the data is non-coherently sampled or clipped,
thus, relaxing two conditions for spectral test (coherent sampling and in-range amplitude).

Reference:

IEEE_Std_1241_2010.pdf

Matlab code:

FPSF.m

III. FUNDAMENTAL IDENTIFICATION AND REPLACEMENT (FIRE)

The FIRE method was recently proposed to provide accurate and robust spectral results,thus eliminating the need for coherent sampling.

Reference:

FIRE.pdf

Matlab code:

FIRE.m

IV. FUNDAMENTAL ESTIMATION, REMOVAL AND RESIDUE INTERPOLATION (FERARI)

FERARI method performs accurate and robust spectral test with simultaneous non-coherent sampling and amplitude clipping
thus relaxing the constraints on Sampling and Amplitude.

Reference:

FERARI.pdf

Matlab code:

FERARI.m

Comparative Study

The foloowing Table provides the summary about situations when a particular method can be used. The default condition is that the data is non-coherently
sampled. The first column indicates the test setup requirement or capability. The box (T) indicates the method can be used and the red (F) indicates the
method cannot be used.

Test Setup Window FPSFFIREFERARI
Need fast testTFTT'
Can obtain small δTTTT
Cannot control δFTTT
Knows DUT ResolutionTTTT
Does not know DUT’s ResolutionFTTT
Need Full Spectrum TestT*FTT
Only Need ENOB and SNDRTTTT
Need Multi-tone TestT*'FT^'F
With Clipped Data FTFT

*: Provided the bin containing the frequency of interest is not in the primary lobe.
^: Provided the tones are well separated and less number of tones are present in the signal.
': in Multi-tone test row indicates the methods cannot work robustly, while in FERARI column indicates the method can be used, but FIRE method is preferable as it is
way faster than FERARI.

Example

This example shows how to select different spectral testing method to obtain spectral performance for given ADC output data.
Example