Difference between revisions of "Group Coded Recording"

From Computer History Wiki
Jump to: navigation, search
m (Jnc moved page GCR to Group Coded Recording: Full name)
m (External links: typo)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
* [[Phase Encoding]]
 
* [[Phase Encoding]]
 
* [[Modified Frequency Modulation]]
 
* [[Modified Frequency Modulation]]
 +
 +
==External links==
 +
 +
* [http://www.bitsavers.org/pdf/dec/magtape/ta79/EK-OTA79-TM-001_Mar88.pdf TA79, TU79, TA78, TU78 Magnetic Tape Subsystem Technical Manual] (EK-OTA79-TM-001) - contains a good description of the GCR format in Section 1.4.2
  
 
[[Category: Device Basics]]
 
[[Category: Device Basics]]

Latest revision as of 16:27, 20 April 2024

Group Coded Recording is an encoding system for storing data on magnetic tape. It was created by IBM in 1973, for use in recording data at a density of 6250 bpi.

It uses a run-length limited coding system; five bits are written for every four bits of data. This allows it to be self-clocking, which requires that ensuring that long runs of '0' or '1' data do not pass without any magnetic field flux reversals (which could cause the clock to lose synchronization). IBM also included a longitudinal error-correcting code to deal with the inevitable small storage errors.

See also

External links