0
8.1kviews
Implement Excess 3 to BCD Code converter using NOR gates only
1 Answer
written 6.6 years ago by |
The excess-3 code can be converted back to BCD in the same manner.
Let A, B, C and D be the bits representing the binary numbers, where D is the LSB and A is the MSB, and Let w,x, and z be the bits representing the gray code of the binary numbers, where z is the LSB and w is the MSB.
The truth table for the conversion is given below. The X’s mark don’t care conditions.
The truth table of Excess 3 to BCD Code
A=wx+wyz
B=¯x¯y+¯x¯z+xyz
C=y+y¯z
D=¯z
The corresponding digital circuit -
Here E3,E2,E1,andE0 corresponds to w,x,y,andz and B3,B2,B1,andB0 corresponds to A,B,C,andD