Comments
You must login before you can post a comment.
Author: uday kiran
Project access type: Public
Description:
binary to grey code convertor is a digital convertor in which the x-or operation goes on binary bits.
MSB of grey code is remains as same as binary that means the first bit of binary is the first bit of grey code.
2nd bit of grey code is the x-or of (1st and 2nd bits of binary code)
3rd bit of grey code is the x-or of (2nd and 3rd bits of binary code)
4th bit of grey code is the x-or of (3rd and 4th bits of binary code)
Created: May 16, 2022
Updated: Aug 27, 2023
Delete
Are you sure you want to delete this comment?
Delete
Are you sure you want to delete this comment?