Here is some measured data on noise performance at Gain = 1.
I was looking at RMS noise on Ch.0 (differential input pins AD0 and AD1) with 10 ohms across them.
The high side goes through 10k to the Vref Out of the chip (2.5 V) and the low side goes through 10k to ground.
So I have R1, R2, R3 in series from +2.5V to Gnd, and the ADC is looking across R2 (10 ohms), with R1=R3=10k.
Code:
// Continuous read mode on Analog Devices AD7124-8 24-bit ADC
// tested with Teensy 4.0 and EVAL-AD7124-8-PMDZ board
//
// RMS noise @ full power, Gain = 1, SINC4 filter, 10 ohm source impedance, measured:
// FS: 1284 15 Hz: 1.6 counts (23.3 bits RMS resolution)
// FS: 321 60 Hz: 1.9 counts (23 bits RMS resolution)
// FS: 64 301 Hz: 4.0 counts (22 bits RMS resolution)
// FS: 15 1.28 kHz: 8.3 counts (21 bits RMS resolution)
// FS: 1 19.2 kHz: 233 counts (16 bits RMS resolution)
//
// by J.Beale 9-Sep-2022