US5781133A - Method and apparatus for implementing run length limited codes - Google Patents
Method and apparatus for implementing run length limited codes Download PDFInfo
- Publication number
- US5781133A US5781133A US08/792,194 US79219497A US5781133A US 5781133 A US5781133 A US 5781133A US 79219497 A US79219497 A US 79219497A US 5781133 A US5781133 A US 5781133A
- Authority
- US
- United States
- Prior art keywords
- sub
- code
- block
- data
- symbols
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/46—Conversion to or from run-length codes, i.e. by representing the number of consecutive digits, or groups of digits, of the same kind by a code word and a digit indicative of that kind
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B20/00—Signal processing not specific to the method of recording or reproducing; Circuits therefor
- G11B20/10—Digital recording or reproducing
- G11B20/14—Digital recording or reproducing using self-clocking codes
- G11B20/1403—Digital recording or reproducing using self-clocking codes characterised by the use of two levels
- G11B20/1423—Code representation depending on subsequent bits, e.g. delay modulation, double density code, Miller code
- G11B20/1426—Code representation depending on subsequent bits, e.g. delay modulation, double density code, Miller code conversion to or from block codes or representations thereof
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T9/00—Image coding
- G06T9/005—Statistical coding, e.g. Huffman, run length coding
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M5/00—Conversion of the form of the representation of individual digits
- H03M5/02—Conversion to or from representation by pulses
- H03M5/04—Conversion to or from representation by pulses the pulses having two levels
- H03M5/14—Code representation, e.g. transition, for a given bit cell depending on the information in one or more adjacent bit cells, e.g. delay modulation code, double density code
- H03M5/145—Conversion to or from block codes or representations thereof
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B20/00—Signal processing not specific to the method of recording or reproducing; Circuits therefor
- G11B20/10—Digital recording or reproducing
- G11B20/14—Digital recording or reproducing using self-clocking codes
- G11B20/1403—Digital recording or reproducing using self-clocking codes characterised by the use of two levels
- G11B20/1423—Code representation depending on subsequent bits, e.g. delay modulation, double density code, Miller code
- G11B20/1426—Code representation depending on subsequent bits, e.g. delay modulation, double density code, Miller code conversion to or from block codes or representations thereof
- G11B2020/1446—16 to 17 modulation
Definitions
- the present invention relates to encoding data for transmission through a channel and for decoding such encoded data after its transmission through a channel.
- the present invention relates to encoders and decoders which implement run length limited codes.
- Information that is transmitted from a source to a destination can be considered generically to pass through a channel.
- the channel comprises electromagnetic radiation passing through the atmosphere.
- the channel comprises a long conductor between the source and destination.
- Still other communication systems comprise a magnetic disk, where information from the source is stored on the disk and later retrieved from the disk for delivery to the destination.
- the information transmitted through the channel can be corrupted by noise within the channel so that the information transmitted from the source is not the same as the information received by the destination.
- information is typically encoded at the source using a code that can be decoded at the destination.
- the code is designed to have a set of valid codewords that satisfy certain coding constraints, both as individual codewords and as a collection of concatenated codewords. When the destination receives values that violate the coding constraints, it knows that there has been an error.
- such encoding involves translating a block of input information containing a number of information symbols into a block of coded information containing a number of coded symbols.
- the ratio of the number of symbols in the input information to the number of symbols in the encoded information is known as the rate of the code.
- the rate of the code is 16/17.
- the number of coded symbols is always greater than the number of input symbols, so the rate is always less than one.
- a rate 16/17 code is more efficient than a rate 16/18 code since the 16/17 code can transmit 16 symbols of input data using one less symbol of code data than the 16/18 code.
- the decoder In many communication systems, including magnetic disk drives, the decoder must be synchronized to the rate at which the coded symbols are produced by the channel. This is typically accomplished using a phase lock oscillator (PLO), also known as a phase locked loop.
- PLO phase lock oscillator
- the phase locked loop creates a clock signal that is synchronized to the average time between transitions in the channel signal. Since the phase locked loop requires transitions in the signal in order to synchronize the clock signal, the encoder must limit the length of time separating transitions in the encoded information so that the phase locked loop's clock signal does not begin to deteriorate. This limitation is known as a run-length-limited (RLL) coding constraint.
- RLL run-length-limited
- a binary value of "1” represents a transition in the channel signal and a binary value of "0” represents a lack of transitions in the channel signal.
- the encoder must limit the number of consecutive zeros used to create the channel signal. The limitation on the number of consecutive "zeros” is sometimes referred to as the "k” constraint.
- the present invention is an apparatus for encoding data blocks into code blocks. Individual data blocks are received by a data block latch which divides each data block into two data sub-blocks. An encoder receives the first data sub-block and encodes the first data sub-block into a first code sub-block. An interleaver receives the first code sub-block and the second data sub-block and combines the two sub-blocks to produce a code block. The code blocks created by the interleaver are such that when they are concatenated together, they produce a string of code symbols with no more than five consecutive occurrences of the same code symbol.
- some of the first data sub-blocks are encoded by simply inserting a code symbol into the first data sub-blocks.
- each added code symbol is inserted at an end of each first data sub-block. Since it is easy to implement an encoder which merely adds a code symbol to produce a code sub-block, it is preferred that a majority of the first data sub-blocks be encoded through this method.
- the present invention is used in coding systems that are based on a set of binary symbols where the two symbols in the binary set are the inverse of each other.
- the set of binary symbols is "0" and "1", where "0” is the inverse of "1” and "1” is the inverse of "0".
- At least some of the code sub-blocks are formed by inverting some, but not all, of the data symbols in some of the first data sub-blocks.
- the data symbols that are inverted are selected based on their position within the data sub-block so that the data symbols that are inverted occur in the same position in each data sub-block that is encoded in this manner.
- an additional code symbol is inserted into each mixed block of inverted and non-inverted data symbols.
- a majority of the first data sub-blocks are encoded either by simply adding a code symbol to the data sub-block or by inverting a select group of the data symbols. This is preferred because these simple coding techniques can be implemented with few components, and if more data sub-blocks are encoded using theses techniques, fewer components are required to implement the encoder.
- the method and apparatus of the present invention is particularly suited for creating a rate 16/17 code by dividing 16-bit digital words into 10-bit first data sub-blocks and 6-bit second data sub-blocks.
- the 10-bit data sub-blocks are encoded by the encoder into 11-bit code sub-blocks.
- the 11-bit code sub-blocks are then interleaved, or combined, with the 6-bit second data sub-blocks to create a 17-bit code block or codeword.
- FIG. 1 is a block diagram of a communication system of the present invention.
- FIGS. 2A and 2B are mapping tables, which together show the mapping between 10 bit data sub-blocks and 11 bit code sub-blocks for the present invention.
- FIG. 3 is a mapping table for data sub-blocks and code sub-blocks in group K.
- FIG. 4 is a mapping table for data sub-blocks and code sub-blocks in group L.
- FIG. 5 is a mapping table for data sub-blocks and code sub-blocks in group M.
- FIG. 6 is a mapping table for data sub-blocks and code sub-blocks in group N.
- FIG. 7 is a mapping table for data sub-blocks and code sub-blocks in group P.
- FIG. 8 is a mapping table for data sub-blocks and code sub-blocks in group Q.
- FIG. 1 is a block diagram of encoding/decoding apparatus 10, which utilizes a 16/17 rate RLL code.
- the original data is received by latch 30 of encoder 14 along a 16-bit line.
- Latch 30 divides each 16-bit data block into one 6-bit data sub-block and one 10-bit data sub-block.
- the 10-bit data sub-block is input to 10/11-rate encoder 32, which encodes each 10-bit data sub-block into an 11-bit code sub-block through a process described further below.
- the 11-bit code sub-block and the 6-bit data sub-block are received by latch 34, which is coupled to 10/11-rate encoder 32 and latch 30.
- Latch 34 combines the 11-bit code sub-block and the 6-bit data sub-block, in a manner described below, to produce a 17-bit code block.
- the 17-bit code block is input to parallel-to-serial converter 36, which sequentially outputs the individual bits of each code block. With each new code block, parallel-to-serial converter 36 concatenates the preceding code block to the current code block by simply performing the parallel-to-serial conversion.
- Pre-coder 16 which is connected to parallel-to-serial converter 36 of encoder 14, receives the code symbols of the concatenated code blocks and performs additional operations on the code symbols to optimize the efficiency of their transmission through the channel.
- pre-coder 16 has a transfer function of 1/(1 ⁇ D), where "1" represents the input signal, "D” represents the input signal delayed by one time unit, and ⁇ represents the EXCLUSIVE-OR logic operation.
- Pre-coders with this type of transfer function are known as NRZI pre-coders.
- pre-coder 16 can have a transfer function of 1/(1+D 2 ), where "1" represents the input signal and "D 2 " represents the input signal delayed by two time units.
- Pre-coders with this type of transfer function are known as interleaved NRZI pre-coders.
- the two pre-coders referenced above are simply examples of possible pre-coders and those skilled in the art will recognize that other pre-coders may be used in their place.
- Pre-coder 16 is connected to channel 18, which in magnetic disk drives comprises a magnetic medium and magnetic heads used to "write” magnetic information to the magnetic medium and “read” magnetic information from the magnetic medium.
- the output from channel 18 is received by an equalizer 20 which optimizes the channel output signal for desired characteristics. These desired characteristics are usually dictated by the natural characteristics of channel 18 and the type of detection method used by a detector 22, which receives the equalized signals from equalizer 20.
- Detector 22 may comprise any one of a number of detectors including a Viterbi detector, a Decision Feedback Equalizer (DFE), or a Fixed Delay Tree Search (FDTS) detector. Those skilled in the art will recognize that any of these detectors may be used as detector 22, as long as pre-coder 16 is selected to match the chosen detector. Detector 22 converts the equalized signal from equalizer 20 into a digital representation of the output digital signal produced by parallel-to-serial converter 36.
- DFE Decision Feedback Equalizer
- FDTS Fixed Delay Tree Search
- the digital signal from detector 22 is input to serial-to-parallel convertor 50 of decoder 24.
- Serial-to-parallel convertor 50 converts the serial digital values from detector 22 into parallel groups of 17-bit code blocks.
- the code blocks are input to latch 52 along a 17-bit line.
- Latch 52 divides each 17-bit code block into an 11-bit code sub-block and a 6-bit data sub-block. The division is accomplished using a reverse mapping of the mapping used by latch 34 to combine the 11-bit code sub-block from 10/11-rate encoder 32 and the 6-bit data sub-block from latch 30.
- the 11-bit code sub-block from latch 52 is input to 11/10-rate decoder 54 which decodes the 11-bit code sub-block into a 10-bit data sub-block through a process described further below.
- the 10-bit data sub-block from 11/10-rate decoder 54 and the 6-bit data sub-block from latch 52 are combined by latch 56 into a 16-bit data block.
- Latch 56 combines the two data sub-blocks by using the inverse of the mapping used by latch 30 to divide the 16-bit input data block into 6-bit and 10-bit data sub-blocks.
- latch 30 of encoder 14 divides a data block denoted as D into two data sub-blocks denoted as A and B, wherein:
- Data sub-block A is encoded by 10/11-rate encoder 32 into an 11-bit code sub-block C, wherein:
- Latch 34 combines code sub-block C and data sub-block B to form code block W, wherein:
- latch 34 may form code block W as:
- Equations 5 and 13 may be changed as long as: the relative order of code-bits to data-bits shown in Equations 5 and 13 remains unchanged; the position of particular code bits in W is the same for all codewords; and Equations 6-12 are modified to reflect the change in position of specific code bits.
- code bits C 10 and C 0 are swapped in Equation 5 so that C 0 is the most significant bit in W and C 10 is the least significant bit in W, Equations 6 and 12 become:
- FIGS. 2A and 2B show the one-to-one mapping used by the present invention to map each 10-bit data sub-block A to an 11-bit code sub-block C using Equation 5 to create the code blocks.
- 2A and 2B use a hexadecimal format to represent the sub-blocks with the least significant hexadecimal value of data sub-block A represented in the top lines of the tables and the two most significant hexadecimal digits of data sub-block A represented in the left most columns of the respective tables.
- T 1 , T 2 , and T 3 act as Boolean variables that indicate whether a particular data sub-block belongs to type I, II or III, respectively.
- the data sub-block is not of the type represented by the variable, and when the variable is equal to "1" the data sub-block is of the type represented by the variable.
- equation 16 equals "1"
- data sub-block A is a type I data sub-block.
- 10/11-rate encoder 32 creates code word sub-block C from data sub-block A by assigning the bits of data sub-block A to the least significant bits of code sub-block C and assigning "1" to the most significant bit of code sub-block C. In other words, 10/11 rate encoder 32 performs the following assignments:
- mapping is extremely easy to implement, requiring only that a one be concatenated to data sub-block A, it greatly reduces the complexity of 10/11-rate encoder 32. Moreover, since there are a total of 602 patterns in data sub-block A that belong to type I, a majority of the data sub-blocks can be encoded using this simple system.
- 10/11-rate encoder 32 Inverts bits A 4 through A 9 to create code bits C 4 through C 9 ; data bits A 0 through A 3 are assigned directly to code bits C 0 through C 3 ; and the most significant bit of code sub-block C is assigned "0".
- the 11-bits of code sub-block C are assigned the following values:
- the remaining 215 patterns for data sub-block A belong to type III.
- sub-blocks are grouped together based on commonalities with other sub-blocks.
- the type III data sub-blocks are organized into six groups: K, L, M, N, P, Q.
- the one-to-one mapping between code sub-blocks and data sub-blocks in groups K, L, M, N, P, Q are shown in FIGS. 3, 4, 5, 6, 7 and 8, respectively.
- the six groups of type III data sub-blocks are identified by six different Boolean variables, which are determined by evaluating expressions that evaluate to "1" if the data sub-block is part of the group and to "0" if the data sub-block is not part of the group.
- the Boolean variables have the same letter as the group they represent and are determined as follows:
- Latch 52 of decoder 24 of FIG. 1 uses the inverse of the map used by latch 34 to de-interleave data sub-block B from code sub-block C.
- Code sub-block C is provided to 11/10-rate decoder 54 which decodes the 11-bit code sub-block C into a 10-bit data sub-block A.
- 11/10-rate decoder 54 determines if code sub-block C is a valid code pattern by using the following equation:
- V equals "1” if the code sub-block is valid, and V equals "0" if the code sub-block is invalid.
- 11/10-rate decoder 54 can also determine the type of data sub-block which created the code sub-block, i.e. type I, II, or III. Specifically, since the most significant bit, C 10 , in a code sub-block is "1" if the code sub-block is derived from a type I data sub-block, a code sub-block is from a type I data sub-block if it is valid and its most significant bit is "1".
- T 1 In terms of a Boolean variable, T 1 :
- T 1 equals "1" when the code sub-block is derived from a type I data sub-block and T 1 equals "0" when the code sub-block is not derived from a type I data sub-block.
- Code sub-blocks that were formed from type II data sub-blocks can also be identified through a Boolean expression. To construct such an expression, it is helpful to first recognize that the bits of type II data sub-blocks do not satisfy Equations 6-12 if a "1" is added as the most significant bit to form the code sub-block. If they did, they would be considered type I data sub-blocks. It should also be remembered that to construct a code sub-block from a type II data sub-block, bits A 4 -A 9 of the type II data sub-block A are inverted and a "0" is added as the most significant bit of the code sub-block.
- inverting C 4 -C 10 should create a sub-block that does not satisfy Equations 6-12 if the code sub-block was derived from a type II data sub-block.
- code sub-block C is derived from a type II data sub-block only if code sub-block C satisfies the following equation:
- equation 52 may be expressed as:
- a code sub-block must satisfy two additional requirements in order to be properly identified as being derived from a type II data sub-block. First, the most significant bit of the code sub-block must be equal to "0". Second, the code sub-block must satisfy equation 50, in other words, it must be a valid code sub-block. Combining equation 53 with these limitations creates an equation that is equal to "1" when the code sub-block is derived from a type II data sub-block and is equal to "0" when the code sub-block is not derived from a type II data sub-block. In terms of the Boolean variable T 2 , that equation is:
- 11/10-rate decoder 54 can identify the group--K,L,M,N,P, or Q--from which a code sub-block was derived by using the following equations:
- a flag can be set to "1" to indicate an invalid code block based on the following expression:
- the present invention simplifies the implementation of an encoder and decoder for a rate 16/17 RLL code by using a rate 10/11RLL code and by using simple encoding logic to encode a majority of the data sub-blocks input to the 10/11encoder.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Signal Processing (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
- Error Detection And Correction (AREA)
- Signal Processing For Digital Recording And Reproducing (AREA)
Abstract
Description
DΔ D.sub.15 D.sub.14 D.sub.13 D.sub.12 D.sub.11 D.sub.10 D.sub.9 D.sub.8 D.sub.7 D.sub.6 D.sub.5 D.sub.4 D.sub.3 D.sub.2 D.sub.1 D.sub.0 !,(1)
AΔ A.sub.9 A.sub.8 A.sub.7 A.sub.6 A.sub.5 A.sub.4 A.sub.3 A.sub.2 A.sub.1 A.sub.0 !, 2)
BΔ B.sub.5 B.sub.4 B.sub.3 B.sub.2 B.sub.1 B.sub.0 !.(3)
CΔ C.sub.10 C.sub.9 C.sub.8 C.sub.7 C.sub.6 C.sub.5 C.sub.4 C.sub.3 C.sub.2 C.sub.1 C.sub.0 !. (4)
WΔ C.sub.10 C.sub.9 B.sub.5 C.sub.8 B.sub.4 C.sub.7 C.sub.6 B.sub.3 B.sub.2 C.sub.5 C.sub.4 B.sub.1 C.sub.3 B.sub.0 C.sub.2 C.sub.1 C.sub.0 !,(5)
C.sub.10 +C.sub.9 +C.sub.8 =1 (6)
C.sub.8 +C.sub.7 +C.sub.6 =1 (7)
C.sub.7 +C.sub.6 +C.sub.5 =1 (8)
C.sub.6 +C.sub.5 +C.sub.4 =1 (9)
C.sub.5 +C.sub.4 +C.sub.3 =1 (10)
C.sub.4 +C.sub.3 +C.sub.2 +C.sub.1 =1 (11)
C.sub.2 +C.sub.1 +C.sub.0 =1, (12)
WΔ C.sub.0 C.sub.1 C.sub.2 B.sub.0 C.sub.3 B.sub.1 C.sub.4 C.sub.5 B.sub.2 B.sub.3 C.sub.6 C.sub.7 B.sub.4 C.sub.8 B.sub.5 C.sub.9 C.sub.10 !,(13)
C.sub.0 +C.sub.9 +C.sub.8 1 (14)
C.sub.2 +C.sub.1 +C.sub.10 =1, (15)
T.sub.1 =(A.sub.8 +A.sub.7 +A.sub.6)*(A.sub.7 +A.sub.6 +A.sub.5)*(A.sub.6 +A.sub.5 +A.sub.4)*(A.sub.5 +A.sub.4 +A.sub.3)*(A.sub.4 +A.sub.3 A.sub.2 +A.sub.1)*(A.sub.2 +A.sub.1 +A.sub.0) (16)
T.sub.2 = (A.sub.9 +A.sub.8)*(A.sub.8 +A.sub.7 +A.sub.6)*(A.sub.7 +A.sub.6 +A.sub.5)*(A.sub.6 +A.sub.5 +A.sub.4)*(A.sub.5 +A.sub.4 +A.sub.3)*(A.sub.4 +A.sub.3 +A.sub.2 +A.sub.1)*(A.sub.2 +A.sub.1 +A.sub.0)!*T.sub.1(17)
T.sub.3 =(T.sub.1 *T.sub.2) (18)
C.sub.10 ="1", C.sub.9 =A.sub.9, C.sub.8 =A.sub.8, C.sub.7 =A.sub.7, C.sub.6 =A.sub.6, C.sub.5 =A.sub.5, C.sub.4 =A.sub.4, C.sub.3 =A.sub.3, C.sub.2 =A.sub.2, C.sub.1 =A.sub.1, C.sub.0 =A.sub.0. (19)
C.sub.10 ="0", C.sub.9 =A.sub.9, C.sub.8 =A.sub.8, C.sub.7 =A.sub.7, C.sub.6 =A.sub.6, C.sub.5 =A.sub.5, C.sub.4 =A.sub.4, C.sub.3 =A.sub.3, C.sub.2 =A.sub.2, C.sub.1 =A.sub.1 and C.sub.0 =A.sub.0, (20)
K=(H.sub.8 *H.sub.1 *H.sub.0)*(J.sub.8 +J.sub.0) (21)
L=(H.sub.8 +H.sub.1 +H.sub.0)*(J.sub.8 +J.sub.0) (22)
M=((A.sub.8 *H.sub.3)+(G.sub.1 *H.sub.12))*A.sub.3 *J.sub.0(23)
N=G.sub.3 *J.sub.1 *J.sub.0 *(((H.sub.8 +H.sub.1 +H.sub.0)*J.sub.8)+((H.sub.12 +H.sub.4)*A.sub.3)) (24)
P=(H.sub.14 +H.sub.1)*J.sub.1 (25)
Q=G.sub.3 *H.sub.14 *J.sub.1 *A.sub.4, (26)
G.sub.1 =A.sub.9 *A.sub.8 (27)
G.sub.3 =A.sub.9 *A.sub.8 (28)
H.sub.0 =A.sub.7 *A.sub.6 *A.sub.5 *A.sub.4 (29)
H.sub.1 =A.sub.7 *A.sub.6 *A.sub.5 *A.sub.4 (30)
H.sub.3 =A.sub.7 *A.sub.6 *A.sub.5 *A.sub.4 (31)
H.sub.4 =A.sub.7 *A.sub.6 *A.sub.5 *A.sub.4 (32)
H.sub.8 =A.sub.7 *A.sub.6 *A.sub.5 *A.sub.4 (33)
H.sub.12 =A.sub.7 *A.sub.6 *A.sub.5 *A.sub.4 (34)
H.sub.14 =A.sub.7 *A.sub.6 *A.sub.5 *A.sub.4 (35)
J.sub.0 =A.sub.3 *A.sub.2 *A.sub.1 *A.sub.0 (36)
J.sub.1 =A.sub.3 *A.sub.2 *A.sub.1 *A.sub.0 (37)
J.sub.8 =A.sub.3 *A.sub.2 *A.sub.1 *A.sub.0 (38)
C.sub.10 =T.sub.1 (39)
C.sub.9 =(A.sub.9 *T.sub.1)+(A.sub.9 *T.sub.2)+((K+(A.sub.9 *L)+((A.sub.9 +A.sub.8)*M)+P+Q)*T.sub.3) (40)
C.sub.8 =(A.sub.8 *T.sub.1)+(A.sub.8 *T.sub.2)+(((A.sub.9 *K)+L+(A.sub.8 *M)+N)*T.sub.3) (41)
C.sub.7 =(A.sub.7 *T.sub.1)+(A.sub.7 *T.sub.2)+(((A.sub.8 *K)+M+((H.sub.8 +H.sub.1)*N)+P)*T.sub.3) (42)
C.sub.6 =(A.sub.6 *T.sub.1)+(A.sub.6 *T.sub.2)+(((A.sub.8 *K)+(A.sub.8 *L)+(A.sub.6 *N)+P+Q)*T.sub.3) (43)
C.sub.5 =(A.sub.5 *T.sub.1)+(A.sub.5 *T.sub.2)+(((J.sub.8 *K)+(A.sub.8 *L) +M+((A.sub.7 +H.sub.0)*N))*T.sub.3) (44)
C.sub.4 =(A.sub.4 *T.sub.1)+(A.sub.4 *T.sub.2)+(((J.sub.0 *K)+(A.sub.8 *L) +M+P+((H.sub.4 +H.sub.1)*N))*T.sub.3) (45)
C.sub.3 =(A.sub.3 *T.sub.1)+(A.sub.3 *T.sub.2)+(((A.sub.7 *K)+L+M+(A.sub.3 *N)+(A.sub.9 *P)+Q)*T.sub.3) (46)
C.sub.2 =(A.sub.2 *T.sub.1)+(A.sub.2 *T.sub.2)+(((A.sub.6 *K)+(A.sub.3 *L)+(A.sub.2 *M)+(A.sub.2 *N)+P+(A.sub.7 *Q))*T.sub.3) (47)
C.sub.1 =(A.sub.1 *T.sub.1)+(A.sub.1 *T.sub.2)+(((A.sub.5 *K)+((A.sub.7 +A.sub.4)*L)+(A.sub.1 *M)+(A.sub.1 *N)+(A.sub.8 *P)+(A.sub.6 *Q))*T.sub.3)(48)
C.sub.0 =(A.sub.0 *T.sub.1)+(A.sub.0 *T.sub.2)+(((A.sub.4 *K)+(A.sub.4 *L)+(A.sub.0 *M)+(A.sub.0 *N)+(A.sub.4 *P)+(A.sub.5 *Q))*T.sub.3)(49)
V= (C.sub.10 +C.sub.9 +C.sub.8)*(C.sub.8 +C.sub.7 +C.sub.6)*(C.sub.7 +C.sub.6 +C.sub.5)*(C.sub.6 +C.sub.5 +C.sub.4)*(C.sub.5 +C.sub.4 +C.sub.3)*(C.sub.4 +C.sub.3 +C.sub.2 +C.sub.1)*(C.sub.2 +C.sub.1 +C.sub.0)!, (50)
T.sub.1 =(C.sub.10 *V) (51)
(C.sub.10 +C.sub.9 +C.sub.8)*(C.sub.8 +C.sub.7 +C.sub.6)*(C.sub.7 +C.sub.6 +C.sub.5)*(C.sub.6 +C.sub.5 +C.sub.4)*(C.sub.5 +C.sub.4 +C.sub.3)*(C.sub.4 +C.sub.3 +C.sub.2 +C.sub.1)*(C.sub.2 +C.sub.1 +C.sub.0)!=0(52)
(C.sub.10 *C.sub.9 *C.sub.8)+(C.sub.8 *C.sub.7 *C.sub.6)+(C.sub.7 *C.sub.6 *C.sub.5)+(C.sub.6 *C.sub.5 *C.sub.4)+(C.sub.5 *C.sub.4 *C.sub.3)+(C.sub.4 *C.sub.3 *C.sub.2 *C.sub.1)+(C.sub.2 *C.sub.1 *C.sub.0)!=1(53)
T.sub.2 = (C.sub.8 *C.sub.7 *C.sub.6)+(C.sub.7 *C.sub.6 *C.sub.5)+(C.sub.6 *C.sub.5 *C.sub.4)+(C.sub.5 *C.sub.4 *C.sub.3)+(C.sub.4 *C.sub.3 *C.sub.2 *C.sub.1)+(C.sub.2 *C.sub.1 *C.sub.0)!*C.sub.10 *V (54)
T.sub.3 =(T.sub.2 *C.sub.10 *V) (55)
K=C.sub.9 *(H.sub.5 +H.sub.6 +H.sub.9 +H.sub.10)*(J.sub.0 *J.sub.1 *J.sub.8)(56)
L=C.sub.8 *(H.sub.4 +H.sub.3)*(C.sub.1 +C.sub.0) (57)
M=(C.sub.9 +C.sub.8)*H.sub.11 *C.sub.3 *J.sub.8 (58)
N=G.sub.1 *(((H.sub.6 +H.sub.5)*C.sub.3 *(C.sub.1 +C.sub.2))+((H.sub.10 +H.sub.9 +H.sub.2)*(J.sub.0 +J.sub.1 +J.sub.8))) (59)
P=G.sub.2 *H.sub.13 *C.sub.2 (60)
Q=G.sub.2 *H.sub.4 *C.sub.3 *J.sub.8, (61)
G.sub.1 =C.sub.10 *C.sub.9 *C.sub.8 (62)
G.sub.2 =C.sub.10 *C.sub.9 *C.sub.8 (63)
H.sub.2 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (64)
H.sub.3 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (65)
H.sub.4 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (66)
H.sub.5 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (67)
H.sub.6 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (68)
H.sub.9 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (69)
H.sub.10 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (70)
H.sub.11 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (71)
H.sub.13 =C.sub.7 *C.sub.6 *C.sub.5 *C.sub.4 (72)
J.sub.0 =C.sub.3 *C.sub.2 *C.sub.1 *C.sub.0 (73)
J.sub.1 =C.sub.3 *C.sub.2 *C.sub.1 *C.sub.0 (74)
J.sub.8 =C.sub.3 *C.sub.2 *C.sub.1 *C.sub.0 (75)
F.sub.g =(T.sub.1 *T.sub.2 *K*L*M*N*P*Q) (76)
A.sub.9 =(C.sub.9 *T.sub.1)+(C.sub.9 *T.sub.2)+ ((C.sub.8 *K)+(C.sub.9 *L)+(C.sub.9 *C.sub.8 *M)+N+(C.sub.3 *P)+Q)*T.sub.3 ! (77)
A.sub.8 =(C.sub.8 *T.sub.1)+(C.sub.8 *T.sub.2)+ ((C.sub.7 *K)+(C.sub.6 *L)+(C.sub.8 *M)+N+(C.sub.1 *P)+Q)*T.sub.3 ! (78)
A.sub.7 =(C.sub.7 *T.sub.1)+(C.sub.7 *T.sub.2)+ ((C.sub.3 *K)+(C.sub.1 *C.sub.0 *L) +(C.sub.9 *C.sub.8 *M)+((H.sub.10 +H.sub.6)*N)+(C.sub.0 *P)+(C.sub.2 *Q))*T.sub.3 ! (79)
A.sub.6 =(C.sub.6 *T.sub.1)+(C.sub.6 *T.sub.2)+ ((C.sub.2 *K)+(C.sub.9 *C.sub.8 *M)+(C.sub.6 *N)+(C.sub.0 *P)+(C.sub.1 *Q))*T.sub.3 !(80)
A.sub.5 =(C.sub.5 *T.sub.1)+(C.sub.5 *T.sub.2)+ (((C.sub.1 *K)+(C.sub.8 *M)+(C.sub.0 *P)+(C.sub.0 *Q))*T.sub.3 !(81)
A.sub.4 =(C.sub.4 *T.sub.1)+(C.sub.4 *T.sub.2)+ ((C.sub.0 *K)+(C.sub.0 *L)+(C.sub.8 *M)+(C.sub.7 *C.sub.4 *N)+(C.sub.0 *P))*T.sub.3 !(82)
A.sub.3 (C.sub.3 *T.sub.1)+(C.sub.3 *T.sub.2)+ ((C.sub.5 *K)+(C.sub.2 *L)++(C.sub.3 *N))*T.sub.3 ! (83)
A.sub.2 =(C.sub.2 *T.sub.1)+(C.sub.2 *T.sub.2)+ ((C.sub.2 *M)+(C.sub.2 *N))*T.sub.3 !(84)
A.sub.1 =(C.sub.1 *T.sub.1)+(C.sub.1 *T.sub.2)+ ((C.sub.1 *M)+(C.sub.1 *N))*T.sub.3 ! (85)
A.sub.0 =(C.sub.0 *T.sub.1)+(C.sub.0 *T.sub.2)+ ((C.sub.0 *M)+(C.sub.0 *N)+P+Q)*T.sub.3 ! (86)
Claims (20)
Priority Applications (7)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US08/792,194 US5781133A (en) | 1996-08-05 | 1997-01-30 | Method and apparatus for implementing run length limited codes |
| GB9902529A GB2331213B (en) | 1996-08-05 | 1997-08-05 | System for implementing run length limited codes |
| DE19781914A DE19781914C2 (en) | 1996-08-05 | 1997-08-05 | System for implementing run length limited codes |
| PCT/US1997/013650 WO1998006181A1 (en) | 1996-08-05 | 1997-08-05 | System for implementing run length limited codes |
| JP10508132A JP2000515703A (en) | 1996-08-05 | 1997-08-05 | System to realize run-length limited code |
| DE19781914T DE19781914T1 (en) | 1996-08-05 | 1997-08-05 | System for implementing run length limited codes |
| KR1019997000971A KR100306425B1 (en) | 1996-08-05 | 1999-02-05 | System for implementing run length limited codes |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US2322596P | 1996-08-05 | 1996-08-05 | |
| US08/792,194 US5781133A (en) | 1996-08-05 | 1997-01-30 | Method and apparatus for implementing run length limited codes |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US5781133A true US5781133A (en) | 1998-07-14 |
Family
ID=26696872
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US08/792,194 Expired - Lifetime US5781133A (en) | 1996-08-05 | 1997-01-30 | Method and apparatus for implementing run length limited codes |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US5781133A (en) |
| JP (1) | JP2000515703A (en) |
| KR (1) | KR100306425B1 (en) |
| DE (2) | DE19781914C2 (en) |
| GB (1) | GB2331213B (en) |
| WO (1) | WO1998006181A1 (en) |
Cited By (28)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5892467A (en) * | 1996-07-23 | 1999-04-06 | Samsung Electronics Co., Ltd. | Signal modulation method employing multilevel run length limit coding scheme |
| US6046691A (en) * | 1998-04-13 | 2000-04-04 | Lucent Technologies Inc. | Rate 16/17 (0,5) modulation code apparatus and method for partial response magnetic recording channels |
| US6094316A (en) * | 1998-03-27 | 2000-07-25 | Samsung Electronics Co., Ltd. | Method and apparatus for providing thermal asperity compensation in a fixed delay tree search detector |
| US6259384B1 (en) * | 1999-07-09 | 2001-07-10 | Quantum Corporation | High rate runlength limited codes for 10-bit ECC symbols |
| US6288655B1 (en) | 1998-09-14 | 2001-09-11 | Seagate Technology Llc | Encoding and decoding techniques for data in 24 bit sequence |
| US6373407B1 (en) * | 1998-02-25 | 2002-04-16 | Hitachi, Ltd. | Data encoding method for digital data recording and data recording system using the same |
| US6373405B1 (en) * | 1998-10-19 | 2002-04-16 | Yazaki Corporation | Conversion method, restoration method, conversion device, and restoration device |
| US6417788B1 (en) | 1999-07-09 | 2002-07-09 | Maxtor Corporation | High rate runlength limited codes for 10-bit ECC symbols |
| US6437711B1 (en) * | 1999-04-16 | 2002-08-20 | Nokia Networks Oy | Segmentation mechanism for a block encoder and method for encoding with a block encoder |
| US6489762B2 (en) | 2001-04-26 | 2002-12-03 | Samsung Electronics Co., Ltd. | Method to detect junction induced signal instability from GMR/MR heads |
| US20030048567A1 (en) * | 2000-09-14 | 2003-03-13 | Tung Nguyen | Method and apparatus for providing positional information on a disk |
| US6549147B1 (en) * | 1999-05-21 | 2003-04-15 | Nippon Telegraph And Telephone Corporation | Methods, apparatuses and recorded medium for reversible encoding and decoding |
| US20030099055A1 (en) * | 2001-11-26 | 2003-05-29 | Weonwoo Kim | Installation of heater into hard disk drive to improve reliability and performance at low temperature |
| US20030227399A1 (en) * | 2002-06-07 | 2003-12-11 | Seagate Technology Llc | Run length limited coding with minimal error propagation |
| US6724553B2 (en) | 2001-03-26 | 2004-04-20 | Samsung Electronics Co., Ltd. | Method and apparatus for generating the optimum read timing for read and write offset of a magneto resistive head |
| US6791780B2 (en) | 2001-10-15 | 2004-09-14 | Samsung Electronics Co., Inc. | Method and apparatus for providing write current optimization |
| US6839004B2 (en) | 2001-11-27 | 2005-01-04 | Seagate Technology Llc | High rate run length limited code |
| US20050040976A1 (en) * | 2003-08-13 | 2005-02-24 | Seagate Technology Llc | DC-free code design with increased distance between code words |
| US20050076285A1 (en) * | 2002-03-04 | 2005-04-07 | Seagate Technology Llc | Error correction coding utilizing numerical base conversion for modulation coding |
| US20050104755A1 (en) * | 2003-11-17 | 2005-05-19 | Tsang Kinhing P. | System for encoding and transmitting data |
| US20060007024A1 (en) * | 2004-07-07 | 2006-01-12 | Seagate Technology Llc | High rate running digital sum-restricted code |
| US20060028755A1 (en) * | 2001-09-13 | 2006-02-09 | Tung Nguyen | Method and apparatus for providing positional information on a disk |
| US7432834B1 (en) * | 2007-07-05 | 2008-10-07 | International Business Machines Corporation | RLL encoding for LTO-5 tape |
| US20080284624A1 (en) * | 2007-05-16 | 2008-11-20 | Ibm Corporation | High-rate rll encoding |
| CN100477535C (en) * | 2002-08-26 | 2009-04-08 | 联发科技股份有限公司 | Minimum scan width protection circuit and method for RLL code |
| US9015165B1 (en) * | 2014-03-03 | 2015-04-21 | Michael L. Hamm | Text-SQL relational database |
| US9484949B1 (en) * | 2015-04-09 | 2016-11-01 | Oracle International Corporation | Variable run length encoding of a bit stream |
| US20160329990A1 (en) * | 2013-12-31 | 2016-11-10 | Zte Corporation | Rate dematching method, apparatus and receiving-side device |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6184806B1 (en) * | 1998-03-13 | 2001-02-06 | Quantum Corporation | Rate 32/33 (D=0, K=6) run length limited modulation code having optimized error propagation |
| US6236340B1 (en) * | 1999-01-04 | 2001-05-22 | Quantum Corporation | Modulation encoders and decoders |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4566105A (en) * | 1982-09-13 | 1986-01-21 | Cii Honeywell Bull (Societe Anonyme) | Coding, detecting or correcting transmission error system |
| US5537112A (en) * | 1994-01-12 | 1996-07-16 | Seagate Technology, Inc. | Method and apparatus for implementing run length limited codes in partial response channels |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| TW219416B (en) * | 1992-03-10 | 1994-01-21 | Sony Co Ltd |
-
1997
- 1997-01-30 US US08/792,194 patent/US5781133A/en not_active Expired - Lifetime
- 1997-08-05 WO PCT/US1997/013650 patent/WO1998006181A1/en not_active Ceased
- 1997-08-05 GB GB9902529A patent/GB2331213B/en not_active Expired - Fee Related
- 1997-08-05 JP JP10508132A patent/JP2000515703A/en active Pending
- 1997-08-05 DE DE19781914A patent/DE19781914C2/en not_active Expired - Fee Related
- 1997-08-05 DE DE19781914T patent/DE19781914T1/en active Pending
-
1999
- 1999-02-05 KR KR1019997000971A patent/KR100306425B1/en not_active Expired - Fee Related
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4566105A (en) * | 1982-09-13 | 1986-01-21 | Cii Honeywell Bull (Societe Anonyme) | Coding, detecting or correcting transmission error system |
| US5537112A (en) * | 1994-01-12 | 1996-07-16 | Seagate Technology, Inc. | Method and apparatus for implementing run length limited codes in partial response channels |
Non-Patent Citations (4)
| Title |
|---|
| Karabed, Razmik, et al., Matched Spectral Null Codes for Partial Responser Channels, May 1991, vol. 37, No. 3, pp. 818 855. * |
| Karabed, Razmik, et al., Matched Spectral-Null Codes for Partial-Responser Channels, May 1991, vol. 37, No. 3, pp. 818-855. |
| Siegel, Paul H., et al., Modulation and Coding for Information Storage, Dec. 1991, pp. 68 86. * |
| Siegel, Paul H., et al., Modulation and Coding for Information Storage, Dec. 1991, pp. 68-86. |
Cited By (38)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5892467A (en) * | 1996-07-23 | 1999-04-06 | Samsung Electronics Co., Ltd. | Signal modulation method employing multilevel run length limit coding scheme |
| US6373407B1 (en) * | 1998-02-25 | 2002-04-16 | Hitachi, Ltd. | Data encoding method for digital data recording and data recording system using the same |
| US6094316A (en) * | 1998-03-27 | 2000-07-25 | Samsung Electronics Co., Ltd. | Method and apparatus for providing thermal asperity compensation in a fixed delay tree search detector |
| US6046691A (en) * | 1998-04-13 | 2000-04-04 | Lucent Technologies Inc. | Rate 16/17 (0,5) modulation code apparatus and method for partial response magnetic recording channels |
| US6288655B1 (en) | 1998-09-14 | 2001-09-11 | Seagate Technology Llc | Encoding and decoding techniques for data in 24 bit sequence |
| US6373405B1 (en) * | 1998-10-19 | 2002-04-16 | Yazaki Corporation | Conversion method, restoration method, conversion device, and restoration device |
| US6437711B1 (en) * | 1999-04-16 | 2002-08-20 | Nokia Networks Oy | Segmentation mechanism for a block encoder and method for encoding with a block encoder |
| US6549147B1 (en) * | 1999-05-21 | 2003-04-15 | Nippon Telegraph And Telephone Corporation | Methods, apparatuses and recorded medium for reversible encoding and decoding |
| US6417788B1 (en) | 1999-07-09 | 2002-07-09 | Maxtor Corporation | High rate runlength limited codes for 10-bit ECC symbols |
| US6259384B1 (en) * | 1999-07-09 | 2001-07-10 | Quantum Corporation | High rate runlength limited codes for 10-bit ECC symbols |
| US20030048567A1 (en) * | 2000-09-14 | 2003-03-13 | Tung Nguyen | Method and apparatus for providing positional information on a disk |
| US6982849B2 (en) | 2000-09-14 | 2006-01-03 | Samsung Electronics Co., Ltd. | Method and apparatus for providing positional information on a disk |
| US6724553B2 (en) | 2001-03-26 | 2004-04-20 | Samsung Electronics Co., Ltd. | Method and apparatus for generating the optimum read timing for read and write offset of a magneto resistive head |
| US6489762B2 (en) | 2001-04-26 | 2002-12-03 | Samsung Electronics Co., Ltd. | Method to detect junction induced signal instability from GMR/MR heads |
| US7158337B2 (en) | 2001-09-13 | 2007-01-02 | Samsung Electronics Co., Ltd. | Method and apparatus for providing positional information on a disk |
| US20060028755A1 (en) * | 2001-09-13 | 2006-02-09 | Tung Nguyen | Method and apparatus for providing positional information on a disk |
| US6791780B2 (en) | 2001-10-15 | 2004-09-14 | Samsung Electronics Co., Inc. | Method and apparatus for providing write current optimization |
| US20030099055A1 (en) * | 2001-11-26 | 2003-05-29 | Weonwoo Kim | Installation of heater into hard disk drive to improve reliability and performance at low temperature |
| US7035031B2 (en) | 2001-11-26 | 2006-04-25 | Samsung Electronics Co., Ltd. | Installation of heater into hard disk drive to improve reliability and performance at low temperature |
| US6839004B2 (en) | 2001-11-27 | 2005-01-04 | Seagate Technology Llc | High rate run length limited code |
| US20050076285A1 (en) * | 2002-03-04 | 2005-04-07 | Seagate Technology Llc | Error correction coding utilizing numerical base conversion for modulation coding |
| US6959412B2 (en) | 2002-03-04 | 2005-10-25 | Seagate Technology Llc | Error correction coding utilizing numerical base conversion for modulation coding |
| US6674375B2 (en) * | 2002-06-07 | 2004-01-06 | Seagate Technology Llc | Run length limited coding with minimal error propagation |
| US20030227399A1 (en) * | 2002-06-07 | 2003-12-11 | Seagate Technology Llc | Run length limited coding with minimal error propagation |
| CN100477535C (en) * | 2002-08-26 | 2009-04-08 | 联发科技股份有限公司 | Minimum scan width protection circuit and method for RLL code |
| US20050040976A1 (en) * | 2003-08-13 | 2005-02-24 | Seagate Technology Llc | DC-free code design with increased distance between code words |
| US6961010B2 (en) | 2003-08-13 | 2005-11-01 | Seagate Technology Llc | DC-free code design with increased distance between code words |
| US6989776B2 (en) | 2003-11-17 | 2006-01-24 | Seagate Technology Llc | Generation of interleaved parity code words having limited running digital sum values |
| US20050104755A1 (en) * | 2003-11-17 | 2005-05-19 | Tsang Kinhing P. | System for encoding and transmitting data |
| US7002492B2 (en) | 2004-07-07 | 2006-02-21 | Seagate Technology Llc | High rate running digital sum-restricted code |
| US20060007024A1 (en) * | 2004-07-07 | 2006-01-12 | Seagate Technology Llc | High rate running digital sum-restricted code |
| US20080284624A1 (en) * | 2007-05-16 | 2008-11-20 | Ibm Corporation | High-rate rll encoding |
| US7486208B2 (en) * | 2007-05-16 | 2009-02-03 | International Business Machines Corporation | High-rate RLL encoding |
| US7432834B1 (en) * | 2007-07-05 | 2008-10-07 | International Business Machines Corporation | RLL encoding for LTO-5 tape |
| US20160329990A1 (en) * | 2013-12-31 | 2016-11-10 | Zte Corporation | Rate dematching method, apparatus and receiving-side device |
| US10110349B2 (en) * | 2013-12-31 | 2018-10-23 | Zte Corporation | Rate dematching method, apparatus and receiving-side device |
| US9015165B1 (en) * | 2014-03-03 | 2015-04-21 | Michael L. Hamm | Text-SQL relational database |
| US9484949B1 (en) * | 2015-04-09 | 2016-11-01 | Oracle International Corporation | Variable run length encoding of a bit stream |
Also Published As
| Publication number | Publication date |
|---|---|
| KR20000029826A (en) | 2000-05-25 |
| WO1998006181A1 (en) | 1998-02-12 |
| JP2000515703A (en) | 2000-11-21 |
| KR100306425B1 (en) | 2001-09-29 |
| DE19781914C2 (en) | 2001-11-08 |
| DE19781914T1 (en) | 1999-06-17 |
| GB9902529D0 (en) | 1999-03-24 |
| GB2331213B (en) | 2001-03-14 |
| GB2331213A (en) | 1999-05-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5781133A (en) | Method and apparatus for implementing run length limited codes | |
| KR101114057B1 (en) | Rll encoding | |
| US4707681A (en) | Method and apparatus for implementing optimum PRML codes | |
| US4786890A (en) | Method and apparatus for implementing a PRML code | |
| EP0543070A1 (en) | Coding system and method using quaternary codes | |
| EP0333322B1 (en) | Input coding for partial response channels | |
| EP0758825B1 (en) | Method and apparatus for generating dc-free sequences with conveying partial information by the sequence of codeword digital sums of successive codewords | |
| EP0333324A2 (en) | Matched spectral null trellis codes for partial response channels | |
| US4882583A (en) | Modified sliding block code for limiting error propagation | |
| US6052072A (en) | System and scheme for maximum transition run length codes with location dependent constraints | |
| US6127951A (en) | Modulating device, modulating device, demodulating device, demodulating device, and transmission medium run length limited coder/decoder with restricted repetition of minimum run of bit sequence | |
| JPH11162113A (en) | Encoding / decoding method for recording / reproducing high-density data | |
| US5208834A (en) | Lexicographical encoding and decoding of state-dependent codes | |
| KR100809970B1 (en) | Apparatus and method for encoding / decoding an n-bit source language into a corresponding M-bit channel language and vice versa such that the transformation is parity inversion | |
| KR100231379B1 (en) | Code transe/ decoder apparatus and method | |
| KR20040033022A (en) | Modulation code system and methods of encoding and decoding a signal by multiple integration | |
| CN1996480B (en) | Multi-level run length data conversion method and device, and Blu-ray multi-level optical storage device | |
| Immink | Error detecting runlength-limited sequences | |
| Uchôa Filho et al. | Good convolutional codes for the precoded (1-D)(1+ D)/sup n/partial-response channels | |
| JPH02265329A (en) | Code inversion device | |
| WO1998044633A2 (en) | Maximum transition run length code | |
| CN100541638C (en) | Multi-level run length data conversion method and device, and red light multi-level optical storage device | |
| JP2007533053A (en) | Modulation code system and signal encoding and decoding method | |
| Simić et al. | Coding for (5, 13) channel constraints | |
| Aygolu et al. | Multilevel Ternary Line Codes with Trellis |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: SEAGATE TECHNOLOGY, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TSANG, KINHING PAUL;REEL/FRAME:008436/0827 Effective date: 19970125 |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| CC | Certificate of correction | ||
| FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| AS | Assignment |
Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SEAGATE TECHNOLOGY, INC.;REEL/FRAME:011077/0319 Effective date: 20000728 |
|
| AS | Assignment |
Owner name: THE CHASE MANHATTAN BANK, AS COLLATERAL AGENT, NEW Free format text: SECURITY AGREEMENT;ASSIGNOR:SEAGATE TECHNOLOGY LLC;REEL/FRAME:011461/0001 Effective date: 20001122 |
|
| FPAY | Fee payment |
Year of fee payment: 4 |
|
| AS | Assignment |
Owner name: JPMORGAN CHASE BANK, AS COLLATERAL AGENT, NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNOR:SEAGATE TECHNOLOGY LLC;REEL/FRAME:013177/0001 Effective date: 20020513 Owner name: JPMORGAN CHASE BANK, AS COLLATERAL AGENT,NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNOR:SEAGATE TECHNOLOGY LLC;REEL/FRAME:013177/0001 Effective date: 20020513 |
|
| FPAY | Fee payment |
Year of fee payment: 8 |
|
| AS | Assignment |
Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTERESTS IN PATENT RIGHTS;ASSIGNOR:JPMORGAN CHASE BANK, N.A. (FORMERLY KNOWN AS THE CHASE MANHATTAN BANK AND JPMORGAN CHASE BANK), AS ADMINISTRATIVE AGENT;REEL/FRAME:016945/0679 Effective date: 20051130 |
|
| AS | Assignment |
Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE, CALIFORNIA Free format text: SECURITY AGREEMENT;ASSIGNORS:MAXTOR CORPORATION;SEAGATE TECHNOLOGY LLC;SEAGATE TECHNOLOGY INTERNATIONAL;REEL/FRAME:022757/0017 Effective date: 20090507 Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT AND FIRST PRIORITY REPRESENTATIVE, NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNORS:MAXTOR CORPORATION;SEAGATE TECHNOLOGY LLC;SEAGATE TECHNOLOGY INTERNATIONAL;REEL/FRAME:022757/0017 Effective date: 20090507 Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT Free format text: SECURITY AGREEMENT;ASSIGNORS:MAXTOR CORPORATION;SEAGATE TECHNOLOGY LLC;SEAGATE TECHNOLOGY INTERNATIONAL;REEL/FRAME:022757/0017 Effective date: 20090507 Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATE Free format text: SECURITY AGREEMENT;ASSIGNORS:MAXTOR CORPORATION;SEAGATE TECHNOLOGY LLC;SEAGATE TECHNOLOGY INTERNATIONAL;REEL/FRAME:022757/0017 Effective date: 20090507 |
|
| FPAY | Fee payment |
Year of fee payment: 12 |
|
| AS | Assignment |
Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: SEAGATE TECHNOLOGY HDD HOLDINGS, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: SEAGATE TECHNOLOGY INTERNATIONAL, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 Owner name: MAXTOR CORPORATION, CALIFORNIA Free format text: RELEASE;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:025662/0001 Effective date: 20110114 |
|
| AS | Assignment |
Owner name: THE BANK OF NOVA SCOTIA, AS ADMINISTRATIVE AGENT, CANADA Free format text: SECURITY AGREEMENT;ASSIGNOR:SEAGATE TECHNOLOGY LLC;REEL/FRAME:026010/0350 Effective date: 20110118 Owner name: THE BANK OF NOVA SCOTIA, AS ADMINISTRATIVE AGENT, Free format text: SECURITY AGREEMENT;ASSIGNOR:SEAGATE TECHNOLOGY LLC;REEL/FRAME:026010/0350 Effective date: 20110118 |
|
| AS | Assignment |
Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: SEAGATE TECHNOLOGY INTERNATIONAL, CAYMAN ISLANDS Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: EVAULT INC. (F/K/A I365 INC.), CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 Owner name: SEAGATE TECHNOLOGY US HOLDINGS, INC., CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS COLLATERAL AGENT AND SECOND PRIORITY REPRESENTATIVE;REEL/FRAME:030833/0001 Effective date: 20130312 |
|
| AS | Assignment |
Owner name: SEAGATE TECHNOLOGY PUBLIC LIMITED COMPANY, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY HDD HOLDINGS, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: I365 INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY INTERNATIONAL, CAYMAN ISLANDS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE HDD CAYMAN, CAYMAN ISLANDS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY (US) HOLDINGS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY PUBLIC LIMITED COMPANY, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY HDD HOLDINGS, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: I365 INC., CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY INTERNATIONAL, CAYMAN ISLANDS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE HDD CAYMAN, CAYMAN ISLANDS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 Owner name: SEAGATE TECHNOLOGY (US) HOLDINGS, INC., CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:THE BANK OF NOVA SCOTIA;REEL/FRAME:072193/0001 Effective date: 20250303 |