accuracy of an ADC

I'm studying ADC and i've found this table:

formatting link
It is about RC input of a 12bit sar adc. I don't understand how adc bit accuracy is calculated....can you help me?Thanks

Reply to
idkfaidkfaidkfa
Loading thread data ...

log2(Error) =3D Bits

Reply to
MooseFET

table:

formatting link

Error^-1, n'est ce pas?

Reply to
Spehro Pefhany

yes or a minus on the log2()

Reply to
MooseFET

Thanks for the help... where can i find an explanation on this formula? I haven't foud this formula before...

Reply to
idkfaidkfaidkfa

I will explain it.

Normally you think of binary numbers as having bits to the left of the "decimal point". The bit values you give them are 1, 2, 4, 8, 16, 32 and so on. For thinking about ADCs it is sometimes better to take a different view.

Lets call the full scale of the ADC 1.0V so that we don't have to have a constant for the full scale.

Now consider the simplest ADC, which is a one bit ADC. The one bit indicates that Vin is greater than 0.5V

Now consider the two bit ADC. The most significant bit is still

0.5V. The least significant (the other bit) is 0.25V

As we add more bits, the least significant goes 1/2, 1/4, 1/8, ...etc.

We can say that the LSB is always one over 2 to the power of N.

Y =3D 2^N

Now do a little math to get N alone.

N =3D log2(Y)

Reply to
MooseFET

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.