syedshan
Advanced Member level 1
- Joined
- Feb 27, 2012
- Messages
- 463
- Helped
- 27
- Reputation
- 54
- Reaction score
- 26
- Trophy points
- 1,308
- Location
- Jeonju, South Korea
- Activity points
- 5,134
Dear all,
This must be the simplest question for an electronic engineer, but I cannot find the correct answer...
I am using 14 bit ADC to acquire data and the data is acquired correctly but I am capturing the
data through C++ code and hence capturing it in 16-bit short integer with left justified.
Now the problem is I have to convert it back to the volts and I think if I divide by 2^15 (MSB is sign bit).
but the value that I get is not correct.
Any experience for this conversion.
Note the ADC is AD62p49 from Texas instrument
This must be the simplest question for an electronic engineer, but I cannot find the correct answer...
I am using 14 bit ADC to acquire data and the data is acquired correctly but I am capturing the
data through C++ code and hence capturing it in 16-bit short integer with left justified.
Now the problem is I have to convert it back to the volts and I think if I divide by 2^15 (MSB is sign bit).
but the value that I get is not correct.
Any experience for this conversion.
Note the ADC is AD62p49 from Texas instrument