Given that we have discussed Binary to Gray code conversion, let us discuss the Gray to BInary conversion.
Conversion from Gray code to natural Binary
Let be the equivalent Gray code for an
bit binary number
with
representing the index of the bit.
1. For ,
i.e, the most significant bit (MSB) of the Gray code is same as the MSB of original binary number.
2. For ,
i.e,
bit of the Binary number is the exclusive-OR (XOR) of
of the bit of the Gray code and
of the bit of the binary number. Continue reading “Gray code to Binary conversion for PSK and PAM”