Inversion encoding: Difference between revisions

Content deleted Content added
Doncram (talk | contribs)
dp
Line 14:
# If the Hamming distance is larger than n/2, set invert = 1, and make the next bus value equal to the inverted next data value.
# Otherwise let invert = 0, and let the next bus value equal to the next data value.
# At the receiver side the contents of the bus must be conditionally inverted according to the invert line, unless the data is not stored encoded as it is (e.g., in a RAM). In any case, the vauevalue of invert must be transmitted over the bus (the method increases the number of lines from n to n+1).<ref name="r1" />
 
== Example ==