This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADS127L18EVM-PDK: THD % Actual versus Tested Mismatch

Part Number: ADS127L18EVM-PDK
Other Parts Discussed in Thread: ADS127L18

Tool/software:

I hope whoever is reading this is doing well!

Using an ADS127L18EVM-PDK Evaluation Module. Set up using steps in the user guide (external dc source of 6V, .5 A). The DC source is a single signal, not a differential so the unused input signal pin (CH0_N) is grounded using wire and solder. The ADC tests showed off THD % even after being calibrated using offset and gain changes.

Specifically, for the offset the LSB was calculated first using = Full Scale Reference Voltage/ 2^bit #. Then the LSB offset = offset error V/ calculated LSB. Then I rounded to whole number and converted to binary and put into register CH0_OFFSET0_REG.  This brought the offset from micro volts off to nano volts off. The numerical calculation: LSB= 2.5V/2^24 = 0.298 microVolts. -> Offset error = 8.75 microVolts/0.298 microVolts = 29. Then convert to binary -> 11101 and inputted into the least significant register offset. 

For the gain calibration, there was only a 2.5V reference voltage available, so to avoid clipping a 1.01V from a sig gen was used to ungrounded pin. The expected bit output = (1.01V/2.5V)(16777215)=6777995 and the actual bit output = (1.023068V/2.5V)(16777215)= 6865693. Then finding the correct calibration value = Expected/actual * 400000h = (6777995/6865693)(400000h) = 001111110010111010111001 and that was input across the three gain correction registers for channel 0. 

After all these changes the harmonic distortion is still way above what it should be based on the data sheet and harmonics of the base frequency are very pronounced which only shows up on this ADC and not our oscilloscope. The inputted signal was a sine wave at 1 kHz with Vpp of 2.44 V and and an offset of 0.625 V. If you could please give any insight into if the calibration could be introducing harmonics or if there is something else up, it would be much appreciated!

  • Hello Liam,

    The calibration values have nothing to do with THD performance.  You can leave these values at default and will still get the same AC performance results.

    When connecting a single-ended source, you can expect a degradation in THD of about 10-15dB.  The differential input rejects second order harmonics; but single-ended connections will include second order harmonics from the signal source and the ADC.

    This is most likely noise from your signal source.  We use a very low noise precision audio source (Audio Precision 2700 or APx555) to test and measure THD on these devices.  You can also get poor results similar to what you measure if the cable and connectors are not well shielded.  We typically use a BNC to SMA cable for these tests.  With good cables and connections, and using a low noise source, the EVM typically will measure around -115dB or lower.

    What are you using for your 1kHz signal source?

    Regards,
    Keith Nicholas
    Precision ADC Applications

  • Hey Keith,

    For my signal generation, I am using an Agilent 33520A Arbitrary Waveform Generator. For the cables and connections, I am using a BNC to SMA cable, specifically the FLC-1.5FT-SMSM+. 

    Thanks for letting me know about the calibration values / single ended considerations I need to be aware of!

    Thanks, 

    Liam

  • Hello Liam,

    I have two 33520A AWG's in my lab; excellent generator for precise frequency applications.  However, the broadband noise and distortion of this generator is much higher than the ADS127L18.  Since the signal source noise is much higher than the ADS127L18, you are effectively measuring the noise of the source, and not the noise of the ADC.

    Regards,
    Keith

  • Ok thanks so much for all your help!