Inversion encoding: Difference between revisions

Content deleted Content added
Overview: copy edit and link
Overview: can't seem to get latex to work on @
Line 3:
== Overview ==
 
The Bus-Invert encoding technique uses an extra signal (INV) to indicate the “polarity” of the data. Suppose we have an bus-invert code word <math>INV@x</math> where <math>@</math> is the concatenation operator, and <math>x</math> denotes either the source word or its [[one’s complement]]. The bus-invert decoder takes the code word and produces the corresponding source word. If the INV signal is 1, the result is one’s complement of x, otherwise it is x.
 
=== Usage Situations===