Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 121.52.154.67 to version by 139.165.178.81. False positive? Report it. Thanks, ClueBot NG. (0) (Bot) |
Adding short description: "Line code" |
||
(10 intermediate revisions by 9 users not shown) | |||
Line 1:
{{Short description|Line code}}
{| align=right
|-
Line 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.<ref>{{cite book |last=Parkes |first=Steve |date=2012 |title=SpaceWire User's Guide |url=https://www.star-dundee.com/wp-content/star_uploads/2019/05/SpaceWire-Users-Guide.pdf |publisher=STAR-Dundee Limited |page=52 |isbn=978-0-9573408-0-0 }}</ref>
There is an equivalent way to specify the relationship between Data and Strobe.
Line 18:
[[Gray code]] is another code that always changes one logical value, but never more than one.
==References==
{{Reflist}}
[[Category:Line codes]]
|