Difference between revisions of "Run-length limited coding"

From Computer History Wiki
Jump to: navigation, search
(A start...)
(No difference)

Revision as of 15:41, 22 April 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 of another.

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.