How do i calculate the output ADC data in mV from ADS1291?
On the datasheet page 28 "DATA FORMAT", Vref/(2^23 -1) is the format
My ecg signal is around 8500 ADC Data and my Vref is 2.42V(internal reference and ADS1291 with 3V3 suppy).
Vecg= 2.42V*8500/8388607 = 2.45mV and what about the Gain? I am using Gain 12 so i would go and divide it like this Vecg/Gain.
Vecg/gain=2.45mV/12=0.2mV
Is this correct?