PAL Definice Grayův kód, Reflected binary code

Binary numeral system, where two successive values differ only in one bit.

Definition of the code is recursive

  • =
  • =

Or in simple words - copy the last sequence, create its reverse. prepend 0 to the whole first sequence, prepend 1 to the reverse sequence and concatenate them together.

Used in rotary discs