Gray code: Difference between revisions

Content deleted Content added
DustDFG (talk | contribs)
m Use svg version of arcs image
Invention: removed "Decimal of Gray" column. As added, it is actually "Decimal of Gray IF Gray bits were interpreted as Binary" ... It added nothing to table, except confusion, and would require renaming of all columns to make sense. "Decimal","Decimal as Binary","Decimal as Gray", "Gray as Decimal if Gray bits are interpreted as Binary bits"
Line 41:
:{| class="wikitable sortable" style="text-align:center;"
|-
! Decimal !! Binary !! Gray !! Decimal<br />of Gray
|-
| 0 || {{mono|0000}} || {{mono|0000}} || 0
|-
| 1 || {{mono|0001}} || {{mono|0001}} || 1
|-
| 2 || {{mono|0010}} || {{mono|0011}} || 3
|-
| 3 || {{mono|0011}} || {{mono|0010}} || 2
|-
| 4 || {{mono|0100}} || {{mono|0110}} || 6
|-
| 5 || {{mono|0101}} || {{mono|0111}} || 7
|-
| 6 || {{mono|0110}} || {{mono|0101}} || 5
|-
| 7 || {{mono|0111}} || {{mono|0100}} || 4
|-
| 8 || {{mono|1000}} || {{mono|1100}} || 12
|-
| 9 || {{mono|1001}} || {{mono|1101}} || 13
|-
| 10 || {{mono|1010}} || {{mono|1111}} || 15
|-
| 11 || {{mono|1011}} || {{mono|1110}} || 14
|-
| 12 || {{mono|1100}} || {{mono|1010}} || 10
|-
| 13 || {{mono|1101}} || {{mono|1011}} || 11
|-
| 14 || {{mono|1110}} || {{mono|1001}} || 9
|-
| 15 || {{mono|1111}} || {{mono|1000}} || 8
|}