how to convert grey-code to binary code & vice-versa?
Mostra commenti meno recenti
how can I convert grey to binary code? If, A=[00;01;11;10]; then, after convertion, B=[00;01;10;11]; ?????????????????????????????????????????
1 Commento
Walter Roberson
il 10 Ott 2012
There are multiple grey codes; to choose one of them requires adding at least one constraint (2 constraints is easier)
Risposta accettata
Più risposte (1)
Image Analyst
il 10 Ott 2012
0 voti
Categorie
Scopri di più su Data Type Conversion in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!