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 …