Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Eight-to-fourteen modulation
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|DC-free run-length limited line code used by several optical disc formats}} '''Eight-to-fourteen modulation''' ('''EFM''') is a data encoding technique – formally, a ''[[line code]]'' – used by [[compact disc]]s (CD), [[laserdisc]]s (LD) and pre-[[Hi-MD]] [[MiniDisc]]s. '''[[#EFMPlus|EFMPlus]]''' is a related code, used in [[DVD]]s and [[Super Audio CD]]s (SACDs). EFM and EFMPlus were both invented by [[Kees Schouhamer Immink|Kees A. Schouhamer Immink]]. According to [[European Patent Office]] former President [[Benoît Battistelli]], "Immink's invention of EFM made a decisive contribution to the digital revolution."<ref name=epo1>{{cite web |url=http://www.epo.org/news-issues/press/releases/archive/2015/20150421n.html |title=Pioneering the digital revolution: Kornelis Schouhamer Immink, developer of CD, DVD, and Blu-ray Disc coding named finalist for the European Inventor Award |author=EPO |access-date=2015-06-07 |archive-date=2019-01-31 |archive-url=https://web.archive.org/web/20190131145502/https://www.epo.org/news-issues/press/releases/archive/2015/20150421n.html |url-status=dead }}</ref> == Technological classification == EFM<ref>{{US patent|4,501,000}}, EFM Patent, applied in [[Compact Disc]], [[CD-R]], [[MiniDisc]].</ref> belongs to the class of [[DC bias|DC]]-free [[run-length limited]] (RLL) codes; these have the following two properties: * the spectrum ([[Spectral density|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.<ref>{{Cite journal |journal=Proceedings of the IEEE |volume=78 |issue=11 |date=December 1990 |title=Runlength-Limited Sequences |author=Kees Schouhamer Immink |author-link=Kees Schouhamer Immink |url=https://www.researchgate.net/publication/2984369 |pages=1745–1759 |quote=A detailed description is furnished of the limiting properties of runlength limited sequences.|doi=10.1109/5.63306 }}</ref><ref>{{cite book |url=https://archive.org/details/codesformassdata0000scho |title=Codes for Mass Data Storage Systems |edition=Second fully revised |publisher=Shannon Foundation Publishers |location=Eindhoven, The Netherlands |date=November 2004 |isbn=90-74249-27-2 |author=Kees A. Schouhamer Immink |author-link=Kees Schouhamer Immink |access-date=2015-08-23 |url-access=registration }}</ref> In optical recording systems, [[Servomechanism|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 eight-bit blocks (bytes). Each eight-bit block is translated into a corresponding fourteen-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 zeros. This is because bits are encoded with [[Non-return-to-zero, inverted|NRZI encoding]], or [[Modulo operation|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 two consecutive zeros between two ones, then the written sequence will have three 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 that there are at least two zeros between every two 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 fourteen-bit codewords. Although they are not needed for decoding, they ensure that consecutive codewords can be concatenated without violating the specified minimum and maximum runlength constraint. They are also selected to maintain [[DC balance]] of the encoded sequence. Thus, in the final analysis, seventeen bits of disc space are needed to encode eight bits of data.<ref> Tekla S. Perry. [https://spectrum.ieee.org/kees-immink-the-man-who-put-compact-discs-on-track "Kees Immink: The Man Who Put Compact Discs on Track"]. 2017. Quote: "Three merging bits separate each sequence, for a total of 17 bits to represent each 8-bit chunk of data." </ref> == EFMPlus == '''EFMPlus'''<ref>{{Cite journal |journal=IEEE Transactions on Consumer Electronics |volume=CE-41 |date=1995 |title=EFMPlus: The Coding Format of the MultiMedia Compact Disc |author=Kees Schouhamer Immink |author-link=Kees Schouhamer Immink |url=https://www.researchgate.net/publication/3179483 |pages=491–497 |quote=A high-density alternative to EFM is described.}}</ref><ref>{{US patent|5,696,505}}, EFMPlus Patent, applied in [[DVD]], [[DVD±RW]], [[Super Audio CD|SACD]].</ref> is the channel code used in [[DVD]]s and [[Super Audio CD|SACDs]]. The EFMPlus encoder is based on a [[deterministic finite automaton]] having four states, which translates eight-bit input words into sixteen-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. ==References== <references/> == External links == Related websites * [http://www.physics.udel.edu/~watson/scen103/efm.html Eight-to-Fourteen Modulation Conversion Table] * [https://ecma-international.org/publications-and-standards/standards/ecma-130/ ECMA-130 CD-ROM standard, including full EFM description] * [https://ecma-international.org/publications-and-standards/standards/Ecma-267/ ECMA-267 DVD-ROM standard, including full EFMPlus description] {{Bit-encoding}} [[Category:Audio storage]] [[Category:Video storage]] [[Category:Line codes]] [[Category:Dutch inventions]] [[Category:Optical computer storage]] [[Category:Information technology in the Netherlands]] [[Category:Science and technology in the Netherlands]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Bit-encoding
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Digits
(
edit
)
Template:Replace
(
edit
)
Template:Short description
(
edit
)
Template:US patent
(
edit
)