how to convert grey-code to binary code & vice-versa?
7 次查看(过去 30 天)
显示 更早的评论
how can I convert grey to binary code? If, A=[00;01;11;10]; then, after convertion, B=[00;01;10;11]; ?????????????????????????????????????????
1 个评论
Walter Roberson
2012-10-10
There are multiple grey codes; to choose one of them requires adding at least one constraint (2 constraints is easier)
采纳的回答
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!