Hi, Mel
I found that in the MAX 1241 datasheet:
Quote:
Output Coding and Transfer Function
The data output from the MAX1240/MAX1241 is binary,
and Figure 10 depicts the nominal transfer function.
Code transitions occur halfway between successiveinteger
LSB values. If VREF = +2.500V, then 1 LSB =
610μV or 2.500V/4096
This is not the first ADC datasheet where i've found that ...
from MAX 187
Quote:
Output Coding and Transfer Function
The data output from the MAX187/MAX189 is binary,
and Figure 10 depicts the nominal transfer function.
Code transitions occur halfway between successive
integer LSB values. If VREF = +4.096V, then
1 LSB = 1.00mV or 4.096V/4096.
From MCP 3202
Quote:
4.2 Digital Output Code
The digital output code produced by an A/D Converter
is a function of the input signal and the reference voltage.
For the MCP3202, VDD is used as the reference
voltage. As the VDD level is reduced, the LSB size is
reduced accordingly. The theoretical digital output code
produced by the A/D Converter is shown below.
where:
VIN = analog input voltage
VDD = supply voltage
Digital Output Code = 4096 * VIN / VDD
From MIC 640 ( a pre-programmed 12F675 )
Quote:
· Résultat = 256 x VIN/VCC où VIN est la tension d’entrée et où résultat est arrondi à
l’entier le plus proche.
Ainsi par exemple, si VCC = 5 volts et VIN = 3,5 volts, le résultat de la conversion sera :
Résultat = 256 x 3,5 / 5 = 179,2 arrondi donc à 179 soit encore B3 en hexadécimal.
so, I'm a bit confused, here ...
Regards
Alain