ADC converter question about the LSB

  • Thread starter Thread starter lcr2139
  • Start date Start date
  • Tags Tags
    Adc Converter
AI Thread Summary
The discussion focuses on understanding how the least significant bit (LSB) of an ADC corresponds to changes in the analog signal. It is established that the change in the analog signal represented by the LSB is V/(2^N-1), where V is the maximum voltage and N is the number of bits. The participant expresses confusion about the relationship between the LSB and the analog signal, particularly regarding the interpretation of "correspond." They attempt to relate the LSB to the voltage range of a 5-volt ADC, seeking clarity on how a binary value of 000...001 translates to a specific voltage. The inquiry emphasizes the need for a clearer understanding of ADC operation and bit significance in voltage conversion.
lcr2139
Messages
58
Reaction score
0

Homework Statement


Show that the least significant bit (LSB) corresponds to a change in the analog signal of V/(2^N-1).


Homework Equations


D=b_0 * 2^0 +b_1 * 2^1 + ... + b_(N-1) * 2^(N-1), where b_0 is the LSB, and b_(N-1) is the MSB.



The Attempt at a Solution


I have absolutely have no idea what they are asking or how to solve it. I tried using the fact that 0 means logic 0 (off) and V means logic 1 (on). I think that the change in analog signal that they are talking about means that from when the bit number changes from the LSB to the next bit number, the change in amplitude of the analog signal. I tried that fact that 2^0 equals 1, and plugged that into the given expression, but that still did not make any sense. Does "correspond" mean that the LSB is proportional, or equal to the change in analog signal?
How can I solve this problem?
 
Physics news on Phys.org
You have a 5 volt chip. The lowest value it can read is 0 volts and that's a 0 after conversion. The largest value is for 5 volts and will be read as all bits = 11111...1.

The question is, how many volts will get converted into 000...001?
 
Thank you very much! This helped a lot.
 
Back
Top