Content deleted Content added
No edit summary |
Adding short description: "Line code" |
||
(19 intermediate revisions by 17 users not shown) | |||
Line 1:
{{Short description|Line code}}
{| align=right
|-
Line 6 ⟶ 7:
|}
'''Data strobe encoding''' (or '''D/S''' encoding) is an encoding scheme for transmitting data in [[digital circuit]]s.
It uses two signal lines (e.g. wires in a cable or traces on a [[printed circuit board]]), ''Data'' and ''Strobe''. These have the property that either Data or Strobe changes its [[Truth value|logical value]] in one [[clock cycle]], but never both. More precisely data is transmitted as-is and strobe changes its state if and only if data stays constant between two data bits.
This allows for easy [[clock recovery]] with a good [[jitter]] tolerance by [[XOR]]ing the two signal line values.
There is an equivalent way to specify the relationship between Data and Strobe.
For even-numbered Data bits, Strobe is the opposite of Data.
For odd-numbered Data bits, Strobe is the same as Data.
From this definition it is more obvious that the XOR of Data and Strobe will yield a clock signal. Also, it specifies the simplest means of generating the Strobe signal for a given Data stream.
Data strobe encoding originated in [[IEEE 1355]] Standard and is used on the signal lines in [[SpaceWire]] and the [[FireWire|IEEE 1394]] (also known as [[FireWire 400]]) system.
[[Gray code]] is another code that always changes one logical value, but never more than one.
==References==
{{Reflist}}
[[Category:Line codes]]
{{
|