Hello guys,
I am using ADS6145 to convert a measured analog signal of 50 MHz to Digital 14 bits, I am using CMOS mode and 2s complement format,
FOR simplicity , I sent a DC input of 0.8 differential,
According to the datasheet its max. Diff. input is 2V. I calculated the transfer function , I presumed that my digital input will be the binary code of the Decimal value , 3277, calculating the 2's complement ,
I should get following output,
Input Voltage |
D13 |
D12 |
D11 |
D10 |
D09 |
D08 |
D07 |
D06 |
D05 |
D04 |
D03 |
D02 |
D01 |
D00 |
800 mv |
0 |
0 |
1 |
1 |
0 |
0 |
1 |
1 |
0 |
0 |
1 |
1 |
0 |
1 |
3277 |
||||||||||||||
2’S complement |
1 |
1 |
0 |
0 |
1 |
1 |
0 |
0 |
1 |
1 |
0 |
0 |
1 |
1 |
Measured Bits |
1 |
1 |
0 |
0 |
1 |
1 |
0 |
0 |
1 |
- |
- |
- |
- |
- |
As,, demonastrated in the fig. I am not geting any specific output from the LSBs, (D04-D00), rather noise at a rate of clock freq, which is difficult to distinguish whether high or low. I think , Owing to this problem , I am not getting proper output in Digital to analog converter in the receiver side.
I will be really thankful if anyone can give me the insights regarding this problem.
Kind regards,
asif