Signal to Noise and Distortion is just that, the ratio of the power of the signal to the power of the noise and distortion (everything that is not signal). We can write it as:
SINAD is measured with a single tone, a single input frequency. There are more measurements to test the performance with more than one input frequency.
How do we measure it?
SINAD is measured by applying a fixed frequency to the system, computing the power FFT, finding the signal’s power, and the power of everything else.
To eliminate spectral leakage, the ADC sampling needs to be locked to the function generator output. One channel of the function generator goes to the ADC input; the other channel provided a 48MHz clock to the ADC via a GPIO.
To ensure that the quantization noise spectrum is random and eliminate masking of distortion products, the data record should contain a prime number of waveform cycles. In the below equation, $M_C$ is the number of full cycles collected, and $M$ is the record length. In the data collection, I used a 995Hz signal, which captures 199 (a prime number) complete cycles of the waveform.
\[\frac{f_{\text {in }}}{f_{s}}=\frac{M_{C}}{M}\]
Test Methodology
A 995Hz sine wave was generated with a Rigol DG4000 function generator. I measured it’s SINAD as around 74dB, exceeding its minimum spec. The following code was used to sample the ADC at it’s full rate then dump the samples out the USB serial interface and lock the ADC clock to the function generator:
Results
Analysis code
The SINAD is ** 49.26dB**
We can calculate the Spurious free dynamic range as well; it was 50.41dB
SINAD vs ENOB
ENOB and SINAD are equivalent, we can go from one to another with the equation: