KR100259140B1 - Incorder and decorder satisfying with mtr condition - Google Patents

Incorder and decorder satisfying with mtr condition Download PDF

Info

Publication number
KR100259140B1
KR100259140B1 KR1019960072295A KR19960072295A KR100259140B1 KR 100259140 B1 KR100259140 B1 KR 100259140B1 KR 1019960072295 A KR1019960072295 A KR 1019960072295A KR 19960072295 A KR19960072295 A KR 19960072295A KR 100259140 B1 KR100259140 B1 KR 100259140B1
Authority
KR
South Korea
Prior art keywords
data
bit
mtr
condition
satisfying
Prior art date
Application number
KR1019960072295A
Other languages
Korean (ko)
Other versions
KR19980053224A (en
Inventor
이재진
Original Assignee
김영환
현대전자산업주식회사
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 김영환, 현대전자산업주식회사 filed Critical 김영환
Priority to KR1019960072295A priority Critical patent/KR100259140B1/en
Publication of KR19980053224A publication Critical patent/KR19980053224A/en
Application granted granted Critical
Publication of KR100259140B1 publication Critical patent/KR100259140B1/en

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/18Error detection or correction; Testing, e.g. of drop-outs

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Error Detection And Correction (AREA)

Abstract

PURPOSE: An encoder and decoder satisfying a maximum transition run(MTR) condition is provided to remove an error caused by the structure of a bit by satisfying a maximum transition run(MTR) condition when data are stored or read. CONSTITUTION: The relation of output data(C1-C5) and input data(M1-M4) using the Karnaugh map is described as follows. C1 = M2M3 + M2M4, C2 = M3M4 + M1M2M3, C3 = M1, C4 = M3M4 + M1M2M4, and C5 = M3M4 + M2M4. A logical gate constructed by using an OR gate, an AND gate, and a NOT gate codes data inputted by an inherent logical and outputs 5-bit coded data. For example, if M1=0, M2=1, M3=1, and M4=0, the coded output is C1=0, C2=0, C3=0, C4=1, and C5=0. Thus, 4-bit input data(M1-M4) are coded for making 5-bit output data satisfy a maximum transition run(MTR) condition. The process for obtaining coded output data(C1-C5) from 4-bit input data(M1-M4) conversely using the karnaugh map is described as follows. M1 = C3, M2 = C1 + C2C5, M3 = C2 + C1C4 + C3C4, and M4 = C5 + C2C4.

Description

MTR 조건을 만족하는 인코더 및 디코더Encoder and Decoder Meet MTR Conditions

제 1 도는 본 발명 "MTR 조건을 만족하는 인코더 및 디코더"의 4비트 입력 데이타와, MTR 조건을 만족하는 5비트 코드화된 데이타와의 관계를 나타낸 도면,1 is a diagram showing the relationship between 4-bit input data of an "encoder and decoder satisfying an MTR condition" and 5-bit coded data satisfying an MTR condition;

제 2 도는 본 발명 "MTR 조건을 만족하는 인코더" 설계를 위한 카르노 맵을 나타낸 도면,2 shows a Carnot map for the design of the present invention " encoder that satisfies the MTR condition "

제 3 도는 본 발명 "MTR 조건을 만족하는 인코더"의 실시예를 나타낸 논리 회로도,3 is a logic circuit diagram showing an embodiment of the present invention " encoder that satisfies an MTR condition "

제 4 도는 본 발명 "MTR 조건을 만족하는 디코더"의 실시예를 나타낸 논리 회로도,4 is a logic circuit diagram showing an embodiment of a "decoder satisfying an MTR condition" of the present invention;

제 5 도는 본 발명 "MTR 조건을 만족하는 인코더 및 디코더"의 인코딩과정과 디코딩과정을 나타낸 도면.5 is a diagram illustrating an encoding process and a decoding process of an "encoder and decoder satisfying an MTR condition" of the present invention.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

C1∼C5 : 출력 데이타 M1∼M4 : 입력 데이타C1 to C5: output data M1 to M4: input data

본 발명은 인코더(ENCODER) 및 디코더(DECODER)에 관한 것으로, 특히, 자기기록매체에 디지탈 데이타를 저장하거나, 저장된 데이타를 독출할 경우, MTR(MAXIMUM TRANSITION RUN) 조건을 만족시키도록 하므로 인해, 비트 트랜지션(BIT TRANSITION)이 연속하여 3회이상 발생하지 않도록 하기 위한 것이다.The present invention relates to an encoder (ENCODER) and a decoder (DECODER), in particular, when storing digital data on the magnetic recording medium, or read the stored data, because the bit to meet the MTR (MAXIMUM TRANSITION RUN) conditions, This is to ensure that no transition occurs more than three times in succession.

주지하다시피, 디지탈 데이타를 저장하는 고밀도의 자기기록매체에서 저장된 데이타를 읽을 때 발생하는 에러 중의 하나는, 상기 자기기록매체에 저장되는 비트들의 구조에 기인한다.As is well known, one of the errors that occur when reading stored data in a high density magnetic recording medium storing digital data is due to the structure of bits stored in the magnetic recording medium.

즉, 비트가 "0"에서 "1", 또는 "1"에서 "0"으로 천이하는 비트 트랜지션이 3회 이상 연속될 경우에는 데이타 독출시 에러가 발생할 확률이 매우 높은 것으로 이것은, 많은 연구 결과 밝혀진 사실이다.In other words, when a bit transition in which a bit transitions from "0" to "1" or "1" to "0" is three or more consecutive times, there is a high probability that an error occurs when data is read. It is true.

또한, MTR 조건이란, 비트 트랜지션이 연속하여 3회 이상 발생되지 않도록 하는 조건을 말하는 것으로, 예를 들어 "101010", 또는 "10101"과 같은 비트열이 생성되지 않도록 하는 조건을 말한다.The MTR condition refers to a condition that prevents bit transitions from occurring three or more times in succession. For example, the MTR condition refers to a condition such that a bit string such as "101010" or "10101" is not generated.

그러나, 종래의 데이타 저장방식에 있어서는 각각의 프로그램 언어, 또는 사용자 프로그램에 의해 지정된 비트열로 데이타를 저장/독출하므로 인해, 상기 MTR 조건을 만족하지 못하는 경우가 발생해 에러가 발생된다는 문제점이 있었다.However, in the conventional data storage system, data is stored / read in a bit string designated by each programming language or a user program, which causes a problem that the MTR condition is not satisfied and an error occurs.

본 발명의 목적은, 상기와 같은 종래의 문제점을 해소하기 위한 것으로, 특히 데이타를 저장하거나 독출할 경우, 상기 MTR 조건을 만족하도록 하므로써 비트의 구조에 의한 에러를 제거할 수 있는 "MTR 조건을 만족하는 인코더 및 디코더"를 제공하는 데 있다.SUMMARY OF THE INVENTION An object of the present invention is to solve the above-mentioned conventional problems. Particularly, when storing or reading data, the present invention satisfies the " MTR condition, " which can eliminate an error due to the bit structure by satisfying the MTR condition. Encoder and decoder ".

상기와 같은 목적을 달성하기 위하여 본 발명 "MTR 조건을 만족하는 인코더"는, 인코딩된 데이타의 출력이 C1, C2, C3, C4, C5라 하고, 그 입력이 M1, M2, M3, M4이라 할때,In order to achieve the above object, the present invention " encoder that satisfies the MTR condition " means that the output of encoded data is C1, C2, C3, C4, C5, and the input is M1, M2, M3, M4. time,

의 논리를 만족하도록 구성됨을 그 기술적 구성상의 특징으로 한다.It is configured to satisfy the logic of the technical configuration features.

한편, 본 발명 "MTR 조건을 만족하는 디코더"는, 디코딩된 데이타의 출력이 M1, M2, M3, M4라 하고, 그 입력이 C1, C2, C3, C4, C5라 할때,On the other hand, the present invention "decoder that satisfies the MTR condition", when the output of the decoded data is M1, M2, M3, M4, the input is C1, C2, C3, C4, C5,

의 논리를 만족하도록 구성됨을 그 기술적 구성상의 특징으로 한다.It is configured to satisfy the logic of the technical configuration features.

이러한 본 발명 "MTR 조건을 만족하는 인코더 및 디코더"는, 데이타를 저장할 경우에는 상기 인코더를 통해 저장하고, 저장된 데이타를 독출할 경우에는 상기 디코더를 통해 독출하므로써, MTR 조건을 만족시킬 수 있는 것으로, 이로인해, 연속되는 3회 이상의 비트 트랜지션으로 인한 에러를 방지할 수 있게 되는 것이다.The present invention " encoder and decoder satisfying the MTR condition " is capable of satisfying the MTR condition by storing the data through the encoder and reading the stored data through the decoder. This prevents errors due to three or more consecutive bit transitions.

이하, 상기와 같이 구성된 본 발명 "MTR 조건을 만족하는 인코더 및 디코더"의 기술적 사상에 따른 실시예를 들어 그 구성 및 동작을 첨부된 도면에 의거 상세히 설명하면 다음과 같다.Hereinafter, with reference to the accompanying drawings, the configuration and operation of the embodiment according to the technical idea of the present invention "encoder and decoder satisfying the MTR condition" configured as described above in detail as follows.

주지하다시피, 16개의 코드워드(CODEWORD)를 갖는 4비트의 입력을 처리할 수 있으며, MTR 조건을 만족하는 코드워드의 최소출력비트는 5비트이다.As is well known, a 4-bit input having 16 codewords can be processed, and the minimum output bit of the codeword that satisfies the MTR condition is 5 bits.

그러므로 본 실시예에서는 4비트의 입력, 5비트의 출력을 갖는 인코더와, 5비트의 입력, 4비트의 출력을 갖는 디코더를 그 예로 하여 설명한다.Therefore, in the present embodiment, an encoder having a 4-bit input and a 5-bit output, and a decoder having a 5-bit input and a 4-bit output will be described as an example.

[실시예 1]Example 1

실시예1은 본 발명 "MTR 조건을 만족하는 인코더"의 기술적 사상에 따른 실시예를 나타낸 것이다.Embodiment 1 shows an embodiment according to the technical spirit of the present invention "encoder that satisfies the MTR condition".

제 1도는, 4비트의 입력 데이타(M1∼M4)와, 상기 입력 데이타(M1∼M4)에 MTR 조건을 대입한 5비트의 코드화된 출력 데이타(C1∼C5)를 나타낸 것이다.FIG. 1 shows 4-bit input data M1 to M4 and 5-bit coded output data C1 to C5 in which the MTR condition is substituted for the input data M1 to M4.

따라서, 상기 출력 데이타(C1∼C5)와 입력 데이타(M1∼M4)와의 관계를, 제 2도에서 나타낸 바와 같이, 카르노 맵(KARNAUGH MAP)을 사용하여 정리하면 다음 식[1] ∼ 식[5]와 같다.Therefore, as shown in FIG. 2, the relationship between the output data C1 to C5 and the input data M1 to M4 is summarized using the CARRNAUGH MAP as shown in FIG. Is the same as

한편, 제 3도는 OR게이트와 AND게이트 및 NOT게이트를 사용하여 상기 식[1] ∼ 식[5]의 논리를 만족하도록 구성한 것이다.On the other hand, in FIG. 3, the OR gate, AND gate, and NOT gate are used to satisfy the logic of Formulas [1] to [5].

이와 같이 구성된 각각의 논리게이트는 그 고유의 논리에 의해 입력된 데이타를 코드화 시켜 5비트의 코드화된 데이타를 출력하게 된다.Each logical gate configured as described above encodes data input by its own logic and outputs 5-bit coded data.

예를 들어, M1 = 0, M2 = 1, M3 = 1, M4 = 0 이라고 하였을 경우 코드화된 출력은 C1 = 1, C2 = 0, C3 = 0, C4 = 1, C5 = 0 이 되는 것이다.For example, if M1 = 0, M2 = 1, M3 = 1, M4 = 0, the coded output would be C1 = 1, C2 = 0, C3 = 0, C4 = 1, C5 = 0.

따라서, 제 1 도에서와 같이, 5비트의 출력 데이타(C1∼C5)가 MTR 조건을 만족시키도록 4비트의 입력 데이타(M1∼M4)를 코드화 하게 되는 것이다.Therefore, as shown in FIG. 1, the 4-bit input data M1 to M4 are coded so that the 5-bit output data C1 to C5 satisfy the MTR condition.

[실시예 2]Example 2

실시예2는 본 발명 "MTR 조건을 만족하는 디코더"의 기술적 사상에 따른 실시예를 나타낸 것이다.Embodiment 2 shows an embodiment according to the technical spirit of the present invention "decoder that satisfies the MTR condition".

먼저, 제 1도에서, 4비트의 입력 데이타(M1∼M4)로 부터 코드화된 출력 데이타(C1∼C5)를 얻는 과정을 역으로 카르노 맵을 적용하여 식[6] ∼ 식[9]를 구한다.First, in Fig. 1, equations [6] to [9] are obtained by applying a carno map to the process of obtaining coded output data C1 to C5 from four bits of input data M1 to M4. .

또한, OR게이트와 AND게이트 및 NOT게이트를 사용하여, 제 4도에서 도시되는 바와 같이, 상기 식[6] ∼ 식[9]의 논리를 만족하도록 회로를 구성한다.In addition, by using an OR gate, an AND gate, and a NOT gate, as shown in FIG. 4, a circuit is configured to satisfy the logic of the above formulas [6] to [9].

이와 같이 구성된 본 발명 "MTR 조건을 만족하는 디코더"는, 논리게이트 고유의 논리에 의해, 입력된 5비트의 데이타를 디코딩 시켜 4비트의 데이타를 출력하게 되는 것이다.The present invention " decoder that satisfies the MTR condition " is configured to decode input 5-bit data and output 4-bit data by logic unique to the logic gate.

예를 들어, C1 = 1, C2 = 0, C3 = 0, C4 = 1, C5 = 1 이라고 하였을 경우 코드화된 출력은 M1 = 0, M2 = 1, M3 = 1, M4 = 0 이다.For example, if C1 = 1, C2 = 0, C3 = 0, C4 = 1, C5 = 1, the coded output is M1 = 0, M2 = 1, M3 = 1, M4 = 0.

따라서, 제 1 도에서와 같이, MTR 조건을 만족시키는 5비트의 인코딩된 데이타(C1∼C5)를 4비트의 원래 데이타(M1∼M4)로 디코딩시키게 되는 것이다.Therefore, as shown in FIG. 1, the 5-bit encoded data C1 to C5 satisfying the MTR condition are decoded into the 4-bit original data M1 to M4.

다시말해, 제 5도에서 도시되는 바와 같이, 데이타를 저장할 경우에는 상기 실시예1에서 설명한 인코더를 통해 그 입력 데이타가 MTR 조건을 만족하도록 코드화하여 저장하는 것이며, 상기 저장된 데이타를 독출할 경우에는 상기 실시예2에서 설명한 디코더를 통해 인코딩된 데이타를 원래의 데이타로 디코딩시키게 되는 것으로, 이로인해 연속되는 3회 이상의 비트 트랜지션에 의한 에러를 방지할 수 있게 되는 것이다.In other words, as shown in FIG. 5, when data is stored, the input data is encoded and stored by using the encoder described in the first embodiment so as to satisfy the MTR condition, and when the stored data is read, By decoding the encoded data into the original data through the decoder described in the second embodiment, it is possible to prevent errors due to three or more consecutive bit transitions.

이상에서 살펴본 바와 같이, 본 발명 "MTR 조건을 만족하는 인코더 및 디코더"는, 특히, 데이타를 저장할 경우에는, 인코더를 통해 저장할 데이타가 MTR 조건을 만족하도록 하고, 저장된 데이타를 독출할 경우에는, 디코더를 통해 인코딩된 데이타를 복원시키는 것으로, 연속되는 3회 이상의 비트 트랜지션으로 인한 에러를 방지할 수 있는 효과가 있는 것이다.As described above, the present invention "encoder and decoder that satisfies the MTR condition", especially when storing the data, if the data to be stored through the encoder to satisfy the MTR condition, and the decoder to read the stored data, By restoring the encoded data through, it is possible to prevent an error due to three or more consecutive bit transitions.

Claims (2)

인코딩된 데이타의 출력이 C1, C2, C3, C4, C5라 하고, 그 입력이 M1, M2, M3, M4이라 할때,When the output of encoded data is C1, C2, C3, C4, C5, and its input is M1, M2, M3, M4, 의 논리를 만족하도록 구성됨을 특징으로 하는 MTR 조건을 만족하는 인코더.Encoder satisfying the MTR condition, characterized in that configured to satisfy the logic of. 디코딩된 데이타의 출력이 M1, M2, M3, M4라 하고, 그 입력이 C1, C2, C3, C4, C5라 할때,When the output of the decoded data is M1, M2, M3, M4, and its input is C1, C2, C3, C4, C5, 의 논리를 만족하도록 구성됨을 특징으로 하는 MTR 조건을 만족하는 디코더.And a decoder that satisfies the MTR condition.
KR1019960072295A 1996-12-26 1996-12-26 Incorder and decorder satisfying with mtr condition KR100259140B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019960072295A KR100259140B1 (en) 1996-12-26 1996-12-26 Incorder and decorder satisfying with mtr condition

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019960072295A KR100259140B1 (en) 1996-12-26 1996-12-26 Incorder and decorder satisfying with mtr condition

Publications (2)

Publication Number Publication Date
KR19980053224A KR19980053224A (en) 1998-09-25
KR100259140B1 true KR100259140B1 (en) 2000-06-15

Family

ID=19491036

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960072295A KR100259140B1 (en) 1996-12-26 1996-12-26 Incorder and decorder satisfying with mtr condition

Country Status (1)

Country Link
KR (1) KR100259140B1 (en)

Also Published As

Publication number Publication date
KR19980053224A (en) 1998-09-25

Similar Documents

Publication Publication Date Title
US5475388A (en) Method and apparatus for using finite state machines to perform channel modulation and error correction and entropy coding
Immink A practical method for approaching the channel capacity of constrained channels
US5363099A (en) Method and apparatus for entropy coding
US5436626A (en) Variable-length codeword encoder
JP3590209B2 (en) Modulation coding method
US5225832A (en) High speed variable length decoder
Beenker et al. A generalized method for encoding and decoding run-length-limited binary sequences (Corresp.)
EP0771078B1 (en) Method and apparatus for generating runlength-limited coding with DC control
JPH02203476A (en) Code converter, recording medium, and data-converting method
KR20010015164A (en) Data encoding method and apparatus
EP0823787A3 (en) A rate 16/17 ENDEC with independent high/low byte decoding
Subbalakshmi et al. On the joint source-channel decoding of variable-length encoded sources: The BSC case
US6188335B1 (en) Method and apparatus having cascaded decoding for multiple runlength-limited channel codes
JP2811651B2 (en) Encoding / decoding method and apparatus
US5175545A (en) Data coding system in a magnetic recording apparatus
KR100259140B1 (en) Incorder and decorder satisfying with mtr condition
Hollmann On the construction of bounded-delay encodable codes for constrained systems
JPH10503355A (en) Method and apparatus for encoding data with variable block length
US6574773B1 (en) Cost-effective high-throughput enumerative ENDEC employing a plurality of segmented compare tables
KR100282846B1 (en) Encoder and Decoder Meet MTR Conditions
Hollmann Bounded-delay-encodable, block-decodable codes for constrained systems
Roth On runlength-limited coding with DC control
Otu et al. A joint source/channel coder with block constraints
JPH02119434A (en) Coding circuit and decoding circuit
Hollmann Modulation codes

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20030218

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee