Hello all,
I would like to calculate the "LSB size" of the ADS1293 at a certain configuration.
The data sheet says the following:
8.3.5 Instrumentation Amplifier (INA)
The instrumentation amplifier provides a high input impedance to interface with signal sources that may have relatively high output impedance, such as ECG electrodes. The maximum differential input voltage range of the Sigma-Delta Modulator (SDM) behind the INA is ±1.4 V, and the gain of the INA is 3.5x. Therefore, the maximum differential input voltage of the INA is ±400 mV.
and
8.4.3 Ouput Code (ADCOUT)
The ADCOUT of the ADS1293 is due to a differential voltage applied between the positive and negative input terminals of the instrumentation amplifier and can be calculated with Equation 13:
(13)
The reference voltage VREF, equals to 2.4 V if the on-chip voltage reference is used. ADCMAX represents the maximum output code of the ADC, which corresponds to a theoretical 2.4-V signal at the input of the SDM. The value of ADCMAX changes with the configuration of the digital filters, and the corresponding value can be found in Table 8, Table 9, Table 10, and Table 11. Note that ADCOUT equals ADCMAX/2 for a 0V differential input.
I am a bit confused by the different statements about the input voltages of the SDM in 8.3.5 (+/-1.4V=2.8V) and 8.4.3 (2.4V)
Is there an explanation for this?
Assuming a configuration with ADCMAX = 0xF30000 (from 8.4.3) and +/-400mV (from 8.3.5), this is how I would calculate the LSB size:
LSB = 800 mV / 0xF30000 = 50.23... nV/Digit
Is that correct?
Thanks for the Help
Christian