Inversion encoding: Difference between revisions

Content deleted Content added
Overview: can't seem to get latex to work on @
Overview: fix link
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 INV@x where @ is the concatenation operator, and x denotes either the source word or its [[one’sones' 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===