You must login before you can post a comment.
Author: manish kumar
Forked from: Lester Sharma/4 BIT BINARY TO GRAY CODE
Project access type: Public
Description:
The Binary to Gray code converter is a logical circuit that is used to convert the binary code into its equivalent Gray code. By putting the MSB of 1 below the axis and the MSB of 1 above the axis and reflecting the (n-1) bit code about an axis after 2n-1 rows, we can obtain the n-bit gray code.
In 4-bit gray code, the 3-bit code is reflected against the axis drawn after the 24-1-1th =8th row.
Just like Binary to Gray code conversion; it is also a very simple process. There are the following steps used to convert the Gray code into binary.
Created: Jan 31, 2024
Updated: Jan 31, 2024
Comments