Difference between revisions of "Run-length limited coding"

From Computer History Wiki
Jump to: navigation, search
m (Proper cat, clarify a bit)
m (+cat)
 
Line 4: Line 4:
  
 
{{semi-stub}}
 
{{semi-stub}}
 +
 +
[[Category: Theory]]

Latest revision as of 21:57, 14 December 2018

Run-length limited coding (often abbreviated to RLL) is the name for a group of coding system in which a group of N data bits is stored as N+M bits, with the encodings from the first to the second chosen to limit the maximum number of sequential bits of one value or the other.

RLL is used with encoding systems such as NRZI, in which long runs of a particular value would otherwise not exhibit level transitions, making it hard to keep the clock synchronized.