Jump to content

Eight-to-fourteen modulation

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 98.226.200.27 (talk) at 01:29, 9 April 2011 (→‎How it works). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Eight-to-fourteen modulation (EFM) is a data encoding technique – formally, a channel code – used by compact discs (CD) and pre-Hi-MD MiniDiscs. EFMPlus is a related code, used in DVDs and SACDs. EFM and EFMPlus were both invented by Kees A. Schouhamer Immink.[citation needed]

Technological classification

EFM[1] belongs to the class of DC-free run length limited (RLL) codes; these have the following two properties:

  • the spectrum (power density function) of the encoded sequence vanishes at the low-frequency end and
  • both the minimum and maximum number of consecutive bits of the same kind are within specified bounds.

In optical recording systems, servo mechanisms accurately follow the track in three dimensions: radial, focus, and rotational speed. Everyday handling damage, such as dust, fingerprints, and tiny scratches, not only affects retrieved data, but also disrupts the servo functions. In some cases, the servos may skip tracks or get stuck. Specific sequences of pits and lands are particularly susceptible to disc defects, and disc playability can be improved if such sequences are barred from recording. The use of EFM produces a disc that is highly resilient to handling and solves the engineering challenge in a very efficient manner.

How it works

Under EFM rules, the data to be stored is first broken into 8-bit blocks (bytes). Each 8-bit block is translated into a corresponding 14-bit codeword using a lookup table.

The 14-bit words are chosen such that binary ones are always separated by a minimum of two and a maximum of ten binary zeroes. This is because bits are encoded with NRZI encoding, or modulo-2 integration, so that a binary one is stored on the disc as a change from a land to a pit or a pit to a land, while a binary zero is indicated by no change. A sequence 0011 would be changed into 1101 or its inverse 0010 depending on the previous pit written. If there are 2 zeroes between 2 consecutive ones, then the written sequence will have 3 consecutive zeros (or ones), for example, 010010 will translate into 100011 (or 011100). The EFM sequence 000100010010000100 will translate into 111000011100000111 (or its inverse).

Because EFM ensures there are at least 2 zeroes between every 2 ones, it is guaranteed that every pit and land is at least three bit clock cycles long. This property is very useful since it reduces the demands on the optical pickup used in the playback mechanism. The ten consecutive-zero maximum ensures worst-case clock recovery in the player.

EFM requires three merging bits between adjacent 14-bit codewords to ensure that consecutive codewords can be cascaded without violating the specified minimum and maximum runlength constraint. The 3 merging bits are also used to shape the spectrum of the encoded sequence. Thus, in the final analysis, 17 bits of disc space are needed to encode 8 bits of data.

EFMPlus

EFMPlus[2] is the channel code used in DVDs and SACDs.

The EFMPlus encoder is based on a deterministic finite state machine having four states, which translates 8-bit input words into 16-bit codewords. The binary sequence generated by the finite state machine encoder has at least two and at most ten zeros between consecutive ones, which is the same as in classic EFM. There are no packing (merging) bits as in classic EFM.

EFMPlus effectively reduces storage requirements by one channel bit per user byte, increasing storage capacity by 1/16 = 6.25%. Decoding of EFMPlus-generated sequences is accomplished by a sliding-block decoder of length two, that is, two consecutive codewords are required to uniquely reconstitute the sequence of input words.

The adoption of EFMPlus modulation in DVDs, instead of the earlier modulation used in the prototype Super Density Disc (SD), is why DVDs have 4.7 GB of storage, rather than the projected 5 GB – EFMPlus is 6% less efficient than the modulation originally used in SD discs, though it was chosen due to improved resistance to disc damage.

References

  1. ^ U.S. patent 4,501,000, EFM Patent, applied in Compact Disc, CD-R, MiniDisc.
  2. ^ U.S. patent 5,696,505, EFMPlus Patent, applied in DVD, DVD±RW, SACD

Related websites