JP3524806B2 - Code error correction method - Google Patents

Code error correction method

Info

Publication number
JP3524806B2
JP3524806B2 JP08926199A JP8926199A JP3524806B2 JP 3524806 B2 JP3524806 B2 JP 3524806B2 JP 08926199 A JP08926199 A JP 08926199A JP 8926199 A JP8926199 A JP 8926199A JP 3524806 B2 JP3524806 B2 JP 3524806B2
Authority
JP
Japan
Prior art keywords
frame
error
data
code
code error
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 - Fee Related
Application number
JP08926199A
Other languages
Japanese (ja)
Other versions
JP2000286718A (en
Inventor
知慶 神谷
昭 ▲吉▼田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co Ltd
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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP08926199A priority Critical patent/JP3524806B2/en
Publication of JP2000286718A publication Critical patent/JP2000286718A/en
Application granted granted Critical
Publication of JP3524806B2 publication Critical patent/JP3524806B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Error Detection And Correction (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、CD(Compact Dis
k)やMD(Mini Disk)等の記録媒体から読み出されるデ
ジタルデータの符号誤りを検出して訂正する符号誤り訂
正方法及びこの訂正方法を実行する符号誤り訂正装置に
関する。
TECHNICAL FIELD The present invention relates to a CD (Compact Discharge).
The present invention relates to a code error correction method for detecting and correcting a code error of digital data read from a recording medium such as k) or MD (Mini Disk), and a code error correction device for executing this correction method.

【0002】[0002]

【従来の技術】音声情報などのデジタルデータが記録さ
れたCDを再生するCDプレーヤでは、CDに生じた傷
や装置の機械的な不具合によって符号誤りが発生する場
合がある。このため、通常のCDプレーヤでは、CDか
ら読み出されるデジタルデータに対し、リードソロモン
符号を用いたCIRC(Cross-Interleave Reed-Solomon
Code)方式の訂正処理が施される。
2. Description of the Related Art In a CD player for reproducing a CD on which digital data such as voice information is recorded, a code error may occur due to a scratch on the CD or a mechanical defect of the device. Therefore, in a normal CD player, CIRC (Cross-Interleave Reed-Solomon) using the Reed-Solomon code is applied to the digital data read from the CD.
Code) correction processing is performed.

【0003】CIRC方式では、CDにデータを記録す
る際、16ビットで構成される音声データが2分割され
て8ビットのシンボルデータが生成される。このシンボ
ルデータは、左右の各チャンネルの音声データ各々6個
から生成される合計24シンボルが1つのデータ群(1
フレーム)として取り扱われる。この24シンボルを1
フレームとするシンボルデータに対しては、リードソロ
モン符号法に基づく8ビットのC1符号及びC2符号か
らなる2系列の各パリティデータがそれぞれ4個ずつ付
加される。これにより、1フレームが合計32シンボル
で構成される記録用のシンボルデータが生成される。こ
のようにして生成される記録用のシンボルデータは、8
ビットのサブコードデータが付された後、EFM(Eight
to Fourteen Modulation)変調によって14ビットのエ
ンコードデータに変換され、さらに、同期信号及び接続
ビットが付加されて、EFM信号としてCDに書き込ま
れる。
In the CIRC system, when recording data on a CD, 16-bit audio data is divided into two to generate 8-bit symbol data. In this symbol data, a total of 24 symbols generated from 6 pieces of audio data of each of the left and right channels is one data group (1
Frame). 1 of these 24 symbols
Four pieces of each 2-series parity data consisting of an 8-bit C1 code and a C2 code based on the Reed-Solomon coding method are added to the symbol data to be a frame. As a result, symbol data for recording, in which one frame is composed of 32 symbols in total, is generated. The recording symbol data thus generated is 8
After the bit subcode data is attached, EFM (Eight
It is converted to 14-bit encoded data by to fourteen modulation (modulation), a sync signal and a connection bit are further added, and the data is written to a CD as an EFM signal.

【0004】CDから読み出されるEFM信号は、図3
に示すように、1フレームが588ビットで構成され、
各フレームの始まりに24ビットの同期信号が配置さ
れ、続いて14ビットのデータが3ビットの接続ビット
を挟んで33個連続して配置される。実際にCDからデ
ータが読み出されるときには、EFM信号が1フレーム
毎に読み出され、このEFM信号に対してEFM復調が
施される。EFM復調では、図3に示すように、同期信
号に続く最初の14ビットのデータから8ビットのサブ
コードデータが生成され、次に32個連続する14ビッ
トのデータから8ビットのシンボルデータがそれぞれ生
成される。32個のシンボルデータは、先ずC1符号に
基づいてデコード処理され、続いてC2符号に基づいて
デコード処理される。各デコード処理では、各シンボル
データがC1符号またはC2符号に従う配列規則で演算
処理されてシンドロームが算出され、このシンドローム
から各シンボルに対してリードソロモン符号法に基づく
符号誤りの検出及び訂正が行われる。この結果、C1符
号に基づくデコード処理では28個のシンボルデータが
取り出され、C2符号に基づくデコード処理では24個
のシンボルデータが取り出される。以上のCIRC方式
による符号誤りの訂正処理は、例えば、特公平5−18
487号公報に開示されている。
The EFM signal read from the CD is shown in FIG.
As shown in, one frame consists of 588 bits,
A 24-bit synchronization signal is placed at the beginning of each frame, and subsequently, 14-bit data is placed 33 times in succession with a 3-bit connection bit in between. When data is actually read from the CD, the EFM signal is read for each frame, and the EFM signal is subjected to EFM demodulation. In the EFM demodulation, as shown in FIG. 3, 8-bit subcode data is generated from the first 14-bit data following the sync signal, and then 8-bit symbol data is generated from 32 consecutive 14-bit data. Is generated. The 32 pieces of symbol data are first decoded based on the C1 code and then decoded based on the C2 code. In each decoding process, each symbol data is arithmetically processed according to the arrangement rule according to the C1 code or the C2 code to calculate a syndrome, and a code error is detected and corrected for each symbol from this syndrome based on the Reed-Solomon coding method. . As a result, in the decoding process based on the C1 code, 28 symbol data are extracted, and in the decoding process based on the C2 code, 24 symbol data are extracted. The code error correction processing by the CIRC method described above is performed, for example, in Japanese Patent Publication No. 5-18.
It is disclosed in Japanese Patent No. 487.

【0005】符号誤りの訂正処理が施された24個のシ
ンボルデータは、図3に示すように、2個ずつ組み合わ
せられ、左右の各チャンネルに対応する16ビットの音
声データが6個ずつ復元される。このように復元された
音声データは、左右の各チャンネル毎にD/A変換処理
され、オーディオアンプへ送られる。
As shown in FIG. 3, the 24 symbol data which have been subjected to the code error correction processing are combined two by two to restore six 16-bit audio data corresponding to the left and right channels respectively. It The audio data thus restored is subjected to D / A conversion processing for each of the left and right channels and sent to the audio amplifier.

【0006】図4は、CIRC復号の演算処理動作を行
う符号誤り訂正回路の構成を示すブロック図であり、図
5は、その動作を説明するタイミング図である。
FIG. 4 is a block diagram showing a configuration of a code error correction circuit for performing a calculation processing operation of CIRC decoding, and FIG. 5 is a timing chart for explaining the operation.

【0007】符号誤り訂正回路10は、I/O部1、レ
ジスタ2、シンドローム演算器3、ガロア体演算器4よ
り構成される。また、符号誤り訂正回路10には、シン
ボルデータを誤り訂正処理において必要なるフレーム数
だけ記憶するバッファRAM20が接続される。
The code error correction circuit 10 comprises an I / O unit 1, a register 2, a syndrome calculator 3, and a Galois field calculator 4. Further, the code error correction circuit 10 is connected to a buffer RAM 20 that stores the symbol data in the number of frames required for the error correction processing.

【0008】I/O部1は、外部とのシンボルデータの
入出力を行うと共に、バッファRAM20に対してシン
ボルデータの書き込み及び読み出しを行う。このI/O
部1には、レジスタ2、シンドローム演算器3及びガロ
ア体演算器4が接続される。レジスタ2は、符号誤りの
訂正処理のための演算処理で算出される演算結果や、符
号誤りの位置を表すデータ、符号誤りによって生じる誤
差を表すデータをそれぞれ記憶する。このレジスタ2
は、各データを1フレーム分のシンボルデータに対する
符号誤りの訂正処理が行われる間保持する。
The I / O unit 1 inputs and outputs symbol data to and from the outside, and also writes and reads symbol data to and from the buffer RAM 20. This I / O
A register 2, a syndrome calculator 3, and a Galois field calculator 4 are connected to the unit 1. The register 2 stores a calculation result calculated by a calculation process for correcting a code error, data indicating a position of the code error, and data indicating an error caused by the code error. This register 2
Holds each data while the code error correction process is performed on the symbol data for one frame.

【0009】シンドローム演算器3は、バッファRAM
20からI/O部1を介してシンボルデータを取り込
み、8次の原始多項式の根に基づいて4つのシンドロー
ムを順次計算する。このシンドローム演算器3は、はじ
めにシンドロームの演算を実行した後、1フレーム分の
シンボルデータに対する符号誤りの訂正処理が行われる
間、算出したシンドロームを保持する。ガロア体演算器
4は、ガロア体の演算を実行し、シンドローム演算器3
によって算出されたシンドロームとデータレジスタに一
時的に格納されたデータとを所定の規則に従って演算す
る。これにより、符号誤りの位置を表すデータ及び符号
誤りによって生じた誤差を表すデータが生成される。ま
た、ガロア体演算器3は、符号誤りの位置を表すデータ
に基づいて符号誤りを含むシンボルデータをバッファR
AM20から取り込む。そして、そのシンボルデータ
に、符号誤りによって生じた誤差を表すデータを加算す
ることによって符号誤りを訂正した後、シンボルデータ
を再びバッファRAM20に格納する。
The syndrome calculator 3 is a buffer RAM
Symbol data is fetched from 20 through the I / O unit 1, and four syndromes are sequentially calculated based on the roots of the primitive polynomial of degree 8. The syndrome calculator 3 holds the calculated syndrome while the calculation of the syndrome is first performed and then the correction process of the code error is performed on the symbol data for one frame. The Galois field arithmetic unit 4 executes the Galois field arithmetic, and the syndrome arithmetic unit 3
The syndrome calculated by and the data temporarily stored in the data register are calculated according to a predetermined rule. As a result, data representing the position of the code error and data representing the error caused by the code error are generated. Further, the Galois field arithmetic unit 3 buffers the symbol data including the code error in the buffer R based on the data indicating the position of the code error.
Take in from AM20. Then, the symbol error is corrected by adding data representing an error caused by the code error to the symbol data, and then the symbol data is stored in the buffer RAM 20 again.

【0010】n番目のフレームのシンボルデータに対す
る訂正処理においては、まず、第1のフレーム期間f1
に、C1符号に基づく第1のシンドローム算出処理SC
1(n)が実行される。続いて、第1のシンドローム算出
処理SC1(n)において得られた第1のシンドローム群
に基づいて、第1の訂正処理DC1(n)が実行される。
そして、第1の訂正処理DC1(n)が完了した後、C2
符号に基づく第2のシンドローム算出処理SC2(n)が
実行される。この第2のシンドローム算出処理SC2
(n)までが第1のフレーム期間f1に完了する。
In the correction process for the symbol data of the nth frame, first, the first frame period f1
To the first syndrome calculation process SC based on the C1 code
1 (n) is executed. Then, the first correction process DC1 (n) is executed based on the first syndrome group obtained in the first syndrome calculation process SC1 (n).
Then, after the completion of the first correction process DC1 (n), C2
The second syndrome calculation process SC2 (n) based on the code is executed. This second syndrome calculation process SC2
Up to (n) is completed in the first frame period f1.

【0011】第2のフレーム期間f2の始まりでは、最
初に、誤り位置検出EC(n)が実行される。この誤り位
置検出EC(n)では、第1の訂正処理DC1(n)において
訂正されなかった符号誤りを含むシンボルデータの位置
が、エラーフラグに基づいて検出される。そして、第2
のフレーム期間f2の終わりに、誤り位置検出EC(n)
における検出結果と第2のシンドローム算出処理SC2
(n )において算出された第2のシンドローム群とに基づ
いて、第2の訂正処理DC2(n)が実行される。この第
2のフレーム期間f2においては、n+1番目のフレー
ムのシンボルデータに対する訂正処理のため、第1のシ
ンドローム算出処理SC1(n+1)、第1の訂正処理DC
1(n+1)及び第2のシンドローム算出処理SC2(n+1)が
並列して実行される。
At the beginning of the second frame period f2, the error position detection EC (n) is first executed. In this error position detection EC (n), the position of the symbol data including a code error that has not been corrected in the first correction processing DC1 (n) is detected based on the error flag. And the second
Error detection EC (n) at the end of the frame period f2 of
Detection result and second syndrome calculation processing SC2
The second correction process DC2 (n) is executed based on the second syndrome group calculated at (n). During the second frame period f2, the first syndrome calculation process SC1 (n + 1) and the first correction process DC are performed because the correction process is performed on the symbol data of the (n + 1) th frame.
1 (n + 1) and the second syndrome calculation process SC2 (n + 1) are executed in parallel.

【0012】以上のような訂正処理においては、シンド
ローム演算器3及びガロア体演算器4を時分割に動作さ
せ、1フレームのシンボルデータに対して2フレーム期
間で処理を完了させるようにしている。
In the above correction processing, the syndrome calculator 3 and the Galois field calculator 4 are operated in a time division manner so that the processing is completed in two frame periods for one frame of symbol data.

【0013】[0013]

【発明が解決しようとする課題】CD等の記録媒体の再
生速度の高速化に伴い、符号誤りの訂正処理の高速化が
望まれている。この訂正処理を高速化するためには、1
フレームのシンボルデータに対する訂正処理において必
要な演算が訂正方式によって決定されているため、シン
ドローム演算器3やガロア体演算器4の処理速度を速く
するか、シンドローム演算器3及びガロア体演算器4を
2組設けて並列処理を行うようにしなければならない。
With the increase in reproduction speed of recording media such as CDs, there has been a demand for speeding up of code error correction processing. To speed up this correction process, 1
Since the calculation required in the correction processing for the symbol data of the frame is determined by the correction method, the processing speed of the syndrome calculator 3 and the Galois field calculator 4 may be increased, or the syndrome calculator 3 and the Galois field calculator 4 may be changed. Two sets must be provided for parallel processing.

【0014】しかしながら、シンドローム演算器3やガ
ロア体演算器4では、回路動作の速度に限界があるた
め、その限界を超えて高速化することはできない。ま
た、シンドローム演算器3及びガロア体演算器4を2組
設けると、回路規模が増大すると共に、消費電力が大き
くなるという問題が生じる。
However, since the syndrome computing unit 3 and the Galois field computing unit 4 have a limit in the speed of circuit operation, the speed cannot be exceeded beyond that limit. Further, if two sets of the syndrome calculator 3 and the Galois field calculator 4 are provided, there arises a problem that the circuit scale increases and the power consumption increases.

【0015】そこで本発明は、演算処理の効率化を図
り、回路規模を増大させることなく高速動作に対応させ
ることを目的とする。
Therefore, an object of the present invention is to improve the efficiency of arithmetic processing and to cope with high-speed operation without increasing the circuit scale.

【0016】[0016]

【課題を解決するための手段】本発明は、上述の課題を
解決するために成されたもので、その特徴とするところ
は、2系列のパリティデータを含むデジタルデータの符
号誤りを1フレーム毎に検出して訂正する符号誤り訂正
方法において、第1の系列のパリティデータに従って第
1のシンドローム群を算出する第1のステップと、上記
第1のシンドローム群に基づいて第1の訂正処理を施す
第2のステップと、第2の系列のパリティデータに従っ
て第2のシンドローム群を算出する第3のステップと、
上記第2のシンドローム群に基づいて第2の訂正処理を
施す第4のステップと、を有し、上記第1のステップを
第1のフレーム期間の間に実行した後、上記第2及び第
3のステップを上記第1のフレーム期間に連続する第2
のフレーム期間の間に実行し、上記第4のステップを上
記第2のフレーム期間に連続する第3のフレーム期間の
間に実行することにある。
The present invention has been made to solve the above-mentioned problems, and is characterized in that a code error of digital data including two series of parity data is frame by frame. In a code error correction method for detecting and correcting a first syndrome group, a first step of calculating a first syndrome group according to parity data of a first series, and a first correction process based on the first syndrome group A second step, and a third step of calculating a second syndrome group according to the parity data of the second series,
A fourth step of performing a second correction process based on the second syndrome group, and performing the first step during the first frame period, and then performing the second and third steps. Step of the second frame that continues in the first frame period
And the fourth step is performed during a third frame period that follows the second frame period.

【0017】本発明によれば、デジタルデータの訂正処
理を3フレーム期間で行うようにしたことで、シンドロ
ーム演算と訂正処理とを空き時間なく実行できるように
なる。複数フレームのデジタルデータに対して連続して
訂正処理を行う場合には、同一フレーム期間内で、3フ
レーム分のデジタルデータの訂正処理を並列に行うこと
ができる。
According to the present invention, since the correction process of the digital data is performed in the period of 3 frames, the syndrome calculation and the correction process can be executed without any idle time. When the correction processing is continuously performed on the digital data of a plurality of frames, the correction processing of the digital data of three frames can be performed in parallel within the same frame period.

【0018】[0018]

【発明の実施の形態】図1は、本発明の符号誤りの訂正
方法を説明するタイミング図であり、図2は、特定フレ
ームのシンボルに対する処理順序を説明する図である。
図1において、処理Aは、主にガロア体演算器によって
実行されるエラー訂正処理を示し、処理Bは、主にシン
ドローム演算器によって実行されるシンドローム演算処
理を示す。
1 is a timing diagram for explaining a code error correcting method of the present invention, and FIG. 2 is a diagram for explaining a processing order for symbols of a specific frame.
In FIG. 1, a process A mainly indicates an error correction process executed by a Galois field arithmetic unit, and a process B mainly indicates a syndrome arithmetic process executed by a syndrome arithmetic unit.

【0019】処理Aでは、i番目のフレームのシンボル
データに対する第1の訂正処理DC1(i)と、i−1番
目のフレームのシンボルデータに対する誤り位置検出E
C(i-1)と、i−1番目のフレームのシンボルデータに
対する第2の訂正処理DC2(i-1)と、が繰り返され
る。また、処理Bでは、j番目のフレームのシンボルデ
ータに対する第1のシンドローム演算処理SC1(j)
と、j−1番目のフレームのシンボルデータに対する第
2のシンドローム演算処理SC2(j-1)と、が繰り返さ
れる。ここで、処理Aの第1の訂正処理DC1(i)は、
処理Bの第1のシンドローム演算処理SC1(j)に対し
て1フレーム遅れ、処理Aの誤り位置検出EC(i-1)及
び第2の訂正処理DC2(i-1)は、処理Bの第2のシン
ドローム演算処理SC2(j)に対して1フレーム遅れ
る。即ち、図2に示すように、特定のフレーム期間で
は、n番目のフレームの32個のシンボルデータに対し
て第1の訂正処理DC1(n)が実行され、n+1番目の
フレームの32個のシンボルデータに対して第1のシン
ドローム算出処理SC1(n+1)が実行される。そして、
n番目のフレームを先頭にしてn+4k番目(k=1、
2、3・・・)のフレームから1シンボルずつ取り出さ
れる合計28個のシンボルデータに対して第2のシンド
ローム算出処理SC2(n)が行われる。さらに、n−1
番目のフレームを先頭にしてn−1+4k番目(k=
1、2、3・・・)のフレームから1シンボルずつ取り
出される合計28個のシンボルデータに対して第2の訂
正処理DC2(n-1)が行われることになる。
In the process A, the first correction process DC1 (i) for the symbol data of the i-th frame and the error position detection E for the symbol data of the i-1th frame E
C (i-1) and the second correction process DC2 (i-1) for the symbol data of the (i-1) th frame are repeated. In the process B, the first syndrome calculation process SC1 (j) for the symbol data of the j-th frame
And the second syndrome calculation processing SC2 (j-1) for the symbol data of the (j-1) th frame are repeated. Here, the first correction process DC1 (i) of the process A is
One frame is delayed with respect to the first syndrome calculation process SC1 (j) of the process B, and the error position detection EC (i-1) and the second correction process DC2 (i-1) of the process A are the same as those of the process B. It is delayed by one frame with respect to the syndrome calculation process SC2 (j) of 2. That is, as shown in FIG. 2, in the specific frame period, the first correction process DC1 (n) is executed on the 32 symbol data of the nth frame, and the 32 symbol of the n + 1th frame is executed. The first syndrome calculation process SC1 (n + 1) is executed on the data. And
The n + 4th k-th (k = 1,
The second syndrome calculation process SC2 (n) is performed on 28 symbol data in total, which is extracted one symbol at a time from frames 2, 3, ... Furthermore, n-1
The n-1 + 4kth frame (k =
The second correction processing DC2 (n-1) is performed on a total of 28 pieces of symbol data extracted from each of the 1st, 2nd, 3rd ...

【0020】ここで、処理Aと処理Bとは、それぞれ共
通の基準クロックに従って並列に処理が進められる。こ
のとき、処理Aにおける第1の訂正処理DC1(n)は、
処理Bにおける第1のシンドローム演算処理SC1(n+
1)よりも少ないクロック数で処理を完了するように設定
される。即ち、処理Aと処理Bとで並列に処理が進めら
れる課程で、第2のシンドローム算出処理SC2(n)
が、第1の訂正処理DC1(n)の完了後でなければ開始
できないため、第1の訂正処理DC1(n)を第1のシン
ドローム演算処理SC1(n+1)よりも先に完了させるよ
うにしている。
Here, the processes A and B are processed in parallel in accordance with a common reference clock. At this time, the first correction processing DC1 (n) in the processing A is
First syndrome calculation process SC1 (n +
It is set so that the processing is completed in a smaller number of clocks than 1). That is, the second syndrome calculation process SC2 (n) is performed in the process in which the process A and the process B proceed in parallel.
However, since it can be started only after the completion of the first correction processing DC1 (n), the first correction processing DC1 (n) should be completed before the first syndrome calculation processing SC1 (n + 1). I have to.

【0021】n番目のフレームのシンボルデータに対す
る符号誤りの訂正処理においては、まず、第1のフレー
ム期間f1の処理Bにおいて、C1符号に基づく第1の
シンドローム算出処理SC1(n)が実行される。フレー
ムを構成する32個のシンボルデータD0〜D31は、図
3に示すように、CDから読み出されたEFM信号をE
FM復調することによって得られるものであり、4個の
C1符号を含む。このシンドローム算出処理SC1(n)
では、32個のシンボルデータD0〜D31に対して、C
1符号が付された配列規則に対応した式1の演算によっ
て、4つのシンドロームS0、S1、S2、S3が算出され
る。
In the code error correction process for the symbol data of the nth frame, first, in the process B of the first frame period f1, the first syndrome calculation process SC1 (n) based on the C1 code is executed. . As shown in FIG. 3, the 32 pieces of symbol data D 0 to D 31 forming the frame are obtained by converting the EFM signal read from the CD into the E data.
It is obtained by FM demodulation and includes four C1 codes. This syndrome calculation process SC1 (n)
Then, for 32 pieces of symbol data D 0 to D 31 , C
Four syndromes S 0 , S 1 , S 2 , and S 3 are calculated by the operation of Expression 1 corresponding to the arrangement rule with the reference numeral 1.

【0022】[0022]

【数1】 [Equation 1]

【0023】尚、αは8次の原始多項式〔f(x)=x8
4+x3+x2+1〕の根である。また、各演算処理
は、ガロア体による演算処理であり、例えば、加算処理
は、排他的論理和を表している。(以下、各式の演算処
理は全てガロア体による演算である。) 続いて、第2のフレーム期間f2の処理Aにおいて、第
1のシンドローム算出処理SC1(n)で算出された第1
のシンドローム群に基づいて、第1の訂正処理DC1
(n)が実行される。この第1の訂正処理DC1(n)では、
算出された4つのシンドロームS0、S1、S2、S3から
1フレームのシンボルデータD0〜D31に含まれる誤り
の状態が判定される。即ち、C1符号は、1フレームの
シンボルデータD0〜D31に対して4つのシンドローム
0〜S3が全て「0」となるように付されるものであ
り、この4つのシンドロームS0〜S3が全て「0」とな
れば、シンボルデータD0〜D31に符号誤りはないもの
と判定される。そして、式2が成り立つ場合には、シン
ボルデータD0〜D31に1つの符号誤りがあると判定さ
れ、式3が成り立つ場合には、2つの符号誤りがあると
判定される。また、式2または式3の何れも満たされな
かった場合には、シンボルデータD0〜D31に3つ以上
の符号誤りがあると判定される。
Α is an 8th-order primitive polynomial [f (x) = x 8 +
x 4 + x 3 + x 2 +1]. Further, each arithmetic process is an arithmetic process by the Galois field, and, for example, the addition process represents an exclusive OR. (Hereinafter, all the calculation processes of the respective formulas are calculations by the Galois field.) Next, in the process A of the second frame period f2, the first syndrome calculated in the first syndrome calculation process SC1 (n)
First correction processing DC1 based on the syndrome group of
(n) is executed. In this first correction process DC1 (n),
From the calculated four syndromes S 0 , S 1 , S 2 , and S 3 , the error state included in the symbol data D 0 to D 31 of one frame is determined. That is, the C1 code is added so that all of the four syndromes S 0 to S 3 are “0” for the symbol data D 0 to D 31 of one frame, and the four syndromes S 0 to S 3 if the S 3 are all "0", it is determined that there is no bit error in the symbol data D 0 to D 31. Then, when Expression 2 is satisfied, it is determined that the symbol data D 0 to D 31 has one code error, and when Expression 3 is satisfied, it is determined that there are two code errors. Further, when neither Expression 2 nor Expression 3 is satisfied, it is determined that the symbol data D 0 to D 31 have three or more code errors.

【0024】[0024]

【数2】 [Equation 2]

【0025】[0025]

【数3】 [Equation 3]

【0026】そして、符号誤りの判定の結果、符号誤り
が1つであると判定されたとき、シンドロームS0、S1
から式4の演算を実行し、その演算結果によって与えら
れるαの指数iから符号誤りの位置が検出される。
When it is determined that the number of code errors is one, the syndromes S 0 and S 1 are determined.
From the above, the calculation of Expression 4 is executed, and the position of the code error is detected from the index i of α given by the calculation result.

【0027】[0027]

【数4】 [Equation 4]

【0028】このとき、符号誤りによって生じる誤差
は、式1によるシンドロームS0の演算結果に一致して
おり、この誤差を符号誤りが発生した位置のシンボルデ
ータに加算することにより符号誤りを訂正する。即ち、
符号誤りの位置をp(p=0〜31)とし、シンボルデ
ータDpが符号エラーによって誤差Yだけずれていると
すると、式1より、S0=Y、S1=α(31-p)・Yとな
る。従って、式4の演算結果から、符号誤りの位置pを
31−iとして検出でき、符号誤りによって生じる誤差
YをS0により得ることができる。例えば、式4の結果
がα29となった場合には、シンボルデータD2に符号誤
りがあり、そのシンボルデータD2にシンドロームS0
誤差として加算することで符号誤りを訂正する。
At this time, the error caused by the code error coincides with the calculation result of the syndrome S 0 according to the equation 1, and the code error is corrected by adding this error to the symbol data at the position where the code error occurs. . That is,
Assuming that the position of the code error is p (p = 0 to 31) and the symbol data D p is deviated by the error Y due to the code error, S 0 = Y and S 1 = α (31-p) It becomes Y. Therefore, from the calculation result of Expression 4, the position p of the code error can be detected as 31-i, and the error Y caused by the code error can be obtained by S 0 . For example, if the result of Equation 4 becomes alpha 29, there is a code error in the symbol data D 2, to correct the code error by adding the syndromes S 0 to the symbol data D 2 as an error.

【0029】また、符号誤りの判定の結果、符号誤りが
2つであると判定されたとき、以下のようにして訂正処
理が行われる。先ず、式1により算出されるシンドロー
ムS 0〜S3を用いて式3の演算を実行し、その演算結果
として得られる2次の連立方程式の解から符号誤りの位
置が検出される。そして、符号誤りによって生じるそれ
ぞれの誤差を式1によるシンドロームS0、S1の演算結
果から算出し、この誤差を符号誤りが発生した位置のシ
ンボルデータにそれぞれ加算することによって符号誤り
を訂正する。即ち、符号誤りの位置をp、q(p、q=
0〜31 p≠q)とし、シンボルデータDp、Dqが符
号エラーによってそれぞれ誤差Y0、Y1だけずれている
とすると、式1より、S0=Y0+Y1、S1=α(31-p)
0+α( 31-q)・Y1となる。そこで、式3の演算結果の
連立方程式の解として与えられるαの指数i、jから符
号誤りの位置p、qをそれぞれ31−i、31−jとし
て誤差Y0、Y1を算出し、その誤差Y0、Y1をシンボル
データDp、Dqに加算することで符号誤りを訂正する。
As a result of the judgment of the code error, the code error is
When it is determined that there are two, correction processing is performed as follows.
Is done. First, the Thin Draw calculated by Equation 1
Mu S 0~ S3The calculation result of Formula 3 is executed using
From the solution of the simultaneous equations of degree 2 obtained as
Position is detected. And that caused by code errors
Syndrome S according to equation 10, S1Calculation result of
This error is calculated from the result and the error at the position where the code error occurs is calculated.
Code error by adding to each symbol data
To correct. That is, the position of the code error is p, q (p, q =
0 to 31 p ≠ q) and symbol data Dp, DqIs a sign
Error Y depending on the number error0, Y1Just shifted
Then, from Equation 1, S0= Y0+ Y1, S1= Α(31-p)
Y0+ Α( 31-q)・ Y1Becomes Therefore, in the calculation result of Equation 3,
The sign from the index i, j of α given as the solution of the simultaneous equations
Positions p and q of the signal error are 31-i and 31-j, respectively.
Error Y0, Y1And the error Y0, Y1The symbol
Data Dp, DqThe code error is corrected by adding to.

【0030】符号誤りの判定の結果、符号誤りが3つ以
上であると判定されたときには、全てのシンボルデータ
に対してエラーフラグが設定される。即ち、1フレーム
内の符号誤りが3つ以上になると、C1符号による訂正
ができないため、符号誤りの有無にかかわらず、エラー
を含むおそれがあるものとして、全てのシンボルデータ
に対してエラーフラグが付加されて次段の処理へ移され
る。
When it is determined that the number of code errors is three or more as a result of the determination of the code error, the error flag is set for all the symbol data. That is, when the number of code errors in one frame is three or more, the correction cannot be performed by the C1 code. Therefore, regardless of whether or not there is a code error, it is considered that an error may be included and the error flag is set for all symbol data. It is added and moved to the next process.

【0031】第1の訂正処理DC1(n)が完了した後、
第2のフレーム期間f2内の処理Bにおいて、第2のシ
ンドローム算出処理SC2(n)が実行される。この第2
のシンドローム算出処理SC2(n)では、4つのC2符
号を含む28個のシンボルデータD0〜D27に対して、
式5の演算によって4つのシンドロームS0、S1
2、S3が算出される。
After the first correction processing DC1 (n) is completed,
In the process B within the second frame period f2, the second syndrome calculation process SC2 (n) is executed. This second
In the syndrome calculation processing SC2 (n) of, for 28 pieces of symbol data D 0 to D 27 including four C2 codes,
The four syndromes S 0 , S 1 , and
S 2 and S 3 are calculated.

【0032】[0032]

【数5】 [Equation 5]

【0033】ここで、28個のシンボルデータD0〜D
27は、第1の訂正処理DC1(n)を完了して得られるも
のであり、C2符号に対応した順序に並び替えられてい
る。即ち、C2符号は、図3に示すようなC1符号の配
列順序に対して、4フレーム毎にシンボル番号を1つず
つずらすようにして付されており、109フレームから
取り出される28個のシンボルデータに対して付されれ
ている。
Here, 28 pieces of symbol data D 0 to D
27 is obtained by completing the first correction process DC1 (n), and is rearranged in the order corresponding to the C2 code. That is, the C2 code is attached such that the symbol number is shifted by one every four frames with respect to the arrangement order of the C1 code as shown in FIG. 3, and 28 pieces of symbol data extracted from 109 frames are attached. It is attached to.

【0034】続いて、第3のフレーム期間f3の処理A
において、誤り位置検出EC(n)が実行される。この誤
り位置検出EC(n)では、第1の訂正処理DC1(n)で付
されたエラーフラグに基づいて符号誤りの数及び位置が
検出される。即ち、第1の訂正処理DC1(n)において
特定のフレームのシンボルデータに対してエラーフラグ
が設定されていると、そのフレームから取り出されるシ
ンボルデータにもエラーフラグが設定れていることにな
る。そこで、このエラーフラグを検出することで、第1
の訂正処理DC1(n)で訂正されなかった符号誤りの数
及び位置を確認できる。この検出結果に基づいて、続く
第2の訂正処理DC2(n)が行われる。
Subsequently, processing A in the third frame period f3
At, error position detection EC (n) is performed. In this error position detection EC (n), the number and position of code errors are detected based on the error flag added in the first correction processing DC1 (n). That is, when the error flag is set for the symbol data of a specific frame in the first correction processing DC1 (n), the error flag is also set for the symbol data extracted from that frame. Therefore, by detecting this error flag, the first
It is possible to confirm the number and position of code errors that have not been corrected by the correction process DC1 (n). Based on this detection result, the subsequent second correction process DC2 (n) is performed.

【0035】そして、第3のフレーム期間f3の処理A
において、第2のシンドローム算出処理SC2(n)で算
出された4つのシンドロームS0、S1、S2、S3と誤り
位置検出EC(n)の検出結果とに基づいて、第2の訂正
処理DC2(n)が実行される。ここで、誤り位置検出E
C(n)において、符号誤りが2つ以下であると検出され
た場合、第2のシンドローム算出処理SC2(n)で算出
された4つのシンドロームS0、S1、S2、S3に基づい
て第1の訂正処理DC1(n)と同一の訂正処理が施され
る。
Then, the process A of the third frame period f3
In the second correction, based on the four syndromes S 0 , S 1 , S 2 , S 3 calculated by the second syndrome calculation process SC2 (n) and the detection result of the error position detection EC (n), The process DC2 (n) is executed. Here, the error position detection E
When it is detected that the number of code errors is two or less in C (n), based on the four syndromes S 0 , S 1 , S 2 , and S 3 calculated in the second syndrome calculation process SC2 (n). Then, the same correction processing as the first correction processing DC1 (n) is performed.

【0036】誤り位置検出EC(n)において、符号誤り
が3つであると判定された場合、以下のようにして訂正
処理が行われる。この訂正処理の場合、各シンボルデー
タD 0〜D27に付されたエラーフラグによって符号誤り
の位置を予め特定できるため、その位置を基に4つのシ
ンドロームS0〜S2から符号誤りによって生じた誤差が
それぞれ算出される。ここで、予め分かっている符号誤
りの位置をp、q、rとし、それぞれの符号誤りによる
誤差をY0、Y1、Y2とすると、式5の演算結果は、 S0=Y0+Y1+Y21=α(27-p)・Y0+α(27-q)・Y1+α(27-r)・Y22=α(54-2p)・Y0+α(54-2q)・Y1+α(54-2r)・Y
2 となる。これらの演算結果と、シンドロームS0〜S2
関係から各誤差Y0、Y1、Y2の値を3次の連立方程式
の解として得ることができる。この結果、各誤差Y0
1、Y2をシンボルデータDp、Dq、Drに加算するこ
とで符号誤りを訂正できる。
Error position detection EC (n) has a code error
If it is determined that there are three, correct as follows
Processing is performed. In the case of this correction process, each symbol data
TA D 0~ D27Sign error due to error flag attached to
Since the position of the
Syndrome S0~ S2Error caused by code error from
Calculated respectively. Here, the sign error
Position is p, q, r, depending on each code error
The error is Y0, Y1, Y2Then, the calculation result of Equation 5 is S0= Y0+ Y1+ Y2 S1= Α(27-p)・ Y0+ Α(27-q)・ Y1+ Α(27-r)・ Y2 S2= Α(54-2p)・ Y0+ Α(54-2q)・ Y1+ Α(54-2r)・ Y
2 Becomes These calculation results and the syndrome S0~ S2of
Each error Y from the relationship0, Y1, Y2The value of is a system of three-dimensional equations
Can be obtained as the solution of. As a result, each error Y0,
Y1, Y2Symbol data Dp, Dq, DrCan be added to
You can correct the code error with and.

【0037】誤り位置検出EC(n)において、符号誤り
が4つであると判定された場合、以下のようにして訂正
処理が行われる。この場合の符号誤りの訂正処理につい
ても、4つの符号誤りの位置を予め特定できるため、3
つの場合と同様に、各符号誤りによって生じた誤差を算
出することができる。即ち、符号誤りの位置がp、q、
r、sであり、それぞれの位置の誤差がY0、Y1
2、Y3であれば、式5の演算結果が、 S0=Y0+Y1+Y2+Y31=α(27-p)・Y0+α(27-q)・Y1+α(27-r)・Y2
α(27-s)・Y32=α(54-2p)・Y0+α(54-2q)・Y1+α(54-2r)・Y
2+α(27-s)・Y33=α(81-3p)・Y0+α(81-3q)・Y1+α(81-3r)・Y
2+α(27-s)・Y3 となる。これらの演算結果と、シンドロームS0〜S3
関係から各誤差Y0、Y1、Y2、Y3の値を4次の連立方
程式の解として得ることができる。この結果、各誤差Y
0、Y1、Y2、Y3をシンボルデータDp、Dq、Dr、Ds
に加算することで符号誤りを訂正できる。
In the error position detection EC (n), when it is determined that there are four code errors, the correction process is performed as follows. Also in the correction process of the code error in this case, since the positions of the four code errors can be specified in advance,
As with the two cases, the error caused by each code error can be calculated. That is, the position of the code error is p, q,
r and s, and the error of each position is Y 0 , Y 1 ,
If Y 2 and Y 3 , the calculation result of Equation 5 is S 0 = Y 0 + Y 1 + Y 2 + Y 3 S 1 = α (27-p) · Y 0 + α (27-q) · Y 1 + α ( 27-r)・ Y 2
α (27-s)・ Y 3 S 2 = α (54-2p)・ Y 0 + α (54-2q)・ Y 1 + α (54-2r)・ Y
2 + α (27-s)・ Y 3 S 3 = α (81-3p)・ Y 0 + α (81-3q)・ Y 1 + α (81-3r)・ Y
It becomes 2 + α (27-s) · Y 3 . The values of the respective errors Y 0 , Y 1 , Y 2 , and Y 3 can be obtained as the solution of a quartic simultaneous equation from the relation between these calculation results and the syndromes S 0 to S 3 . As a result, each error Y
Symbols 0 , Y 1 , Y 2 and Y 3 are symbol data D p , D q , D r and D s.
A code error can be corrected by adding to.

【0038】なお、誤り位置検出EC(n)において、符
号誤りが5つ以上であると判定された場合には、C2符
号による訂正処理ができないため、第1の訂正処理DC
1(n)の場合と同様に、シンボルデータに対してエラー
フラグを設定する。
If it is determined in the error position detection EC (n) that there are five or more code errors, the first correction process DC cannot be performed because the correction process using the C2 code cannot be performed.
As in the case of 1 (n), an error flag is set for the symbol data.

【0039】以上の符号誤りの訂正処理では、1フレー
ム分のシンボルデータの訂正処理に3フレーム期間必要
となるが、1フレーム期間内で、3フレーム分のシンボ
ルデータに対する訂正処理が並列して行われている。従
って、nフレームのシンボルデータを連続して処理する
場合、全ての処理が完了するまでには、n+2フレーム
期間要することになる。実際の処理においては、数十フ
レームが連続して処理されるため、処理時間が2フレー
ム期間程度長くなっても問題はない。本発明の誤り訂正
方法においては、シンドローム演算処理と訂正処理とを
待ち時間なく実行できるため、1フレーム期間に必要な
基準クロックのクロック数を少なく設定できる。例え
ば、図6に示す従来の訂正方法では、全ての演算を19
2クロックで処理していたが、本願発明の訂正方法で
は、144クロックで全ての演算処理を完了できる。
In the above-mentioned code error correction processing, three frame periods are required to correct one frame of symbol data, but within one frame period, three frames of symbol data are corrected in parallel. It is being appreciated. Therefore, when n frames of symbol data are processed consecutively, it takes n + 2 frame periods until all the processing is completed. In the actual processing, several tens of frames are continuously processed, so that there is no problem even if the processing time is extended by about 2 frame periods. In the error correction method of the present invention, since the syndrome calculation process and the correction process can be executed without waiting time, the number of reference clocks required for one frame period can be set small. For example, in the conventional correction method shown in FIG.
Although processing was performed in 2 clocks, in the correction method of the present invention, all arithmetic processing can be completed in 144 clocks.

【0040】[0040]

【発明の効果】本発明によれば、1フレーム期間で訂正
処理に必要なクロック数を少なくすることができ、訂正
処理の高速化が可能になる。また、演算処理のアルゴリ
ズムにおいて、第1の訂正処理に要するクロック数を第
1のシンドローム算出処理に要するクロック数よりも短
く設定しているため、2系統の処理で互いの処理の完了
を確認する必要がなくなる。従って、動作の高速化と共
に、処理の簡略化が図れ、動作を制御するマイクロプロ
セッサの負担を低減できると共に、制御系回路の簡略化
が図れる。
According to the present invention, the number of clocks required for the correction processing can be reduced in one frame period, and the correction processing can be speeded up. Further, in the algorithm of the arithmetic processing, the number of clocks required for the first correction processing is set shorter than the number of clocks required for the first syndrome calculation processing, so that the completion of the mutual processing is confirmed by the processing of two systems. There is no need. Therefore, the operation can be speeded up, the processing can be simplified, the load on the microprocessor for controlling the operation can be reduced, and the control system circuit can be simplified.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の符号誤り訂正方法を説明するタイミン
グ図である。
FIG. 1 is a timing diagram illustrating a code error correction method of the present invention.

【図2】演算処理が行われるシンボルデータの配列順序
を示す図である。
FIG. 2 is a diagram showing an arrangement order of symbol data for which arithmetic processing is performed.

【図3】ディスクから読み出されるデータのフォーマッ
ト図である。
FIG. 3 is a format diagram of data read from a disc.

【図4】符号誤り訂正回路の構成を示すブロック図であ
る。
FIG. 4 is a block diagram showing a configuration of a code error correction circuit.

【図5】従来の符号誤り訂正方法を説明するタイミング
図である。
FIG. 5 is a timing diagram illustrating a conventional code error correction method.

【符号の説明】[Explanation of symbols]

1 I/O部 2 データレジスタ 3 シンドローム演算器 4 ガロア体演算器 5 演算制御部 6 エラーモニタ 10 符号誤り訂正回路 20 バッファRAM 1 I / O section 2 Data register 3 Syndrome calculator 4 Galois field arithmetic unit 5 Operation control section 6 Error monitor 10 Code error correction circuit 20 buffer RAM

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI G11B 20/18 G11B 20/18 572F H03M 13/15 H03M 13/15 H04L 1/00 H04L 1/00 A (58)調査した分野(Int.Cl.7,DB名) H03M 13/00 - 13/53 ─────────────────────────────────────────────────── ─── Continuation of front page (51) Int.Cl. 7 Identification code FI G11B 20/18 G11B 20/18 572F H03M 13/15 H03M 13/15 H04L 1/00 H04L 1/00 A (58) Fields investigated (Int.Cl. 7 , DB name) H03M 13/00-13/53

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 2系列のパリティデータを含むデジタル
データの符号誤りを1フレーム毎に検出して訂正する符
号誤り訂正方法において、 第1の系列のパリティデータに従って第1のシンドロー
ム群を算出する第1のステップと、上記第1のシンドロ
ーム群に基づいて第1の訂正処理を施す第2のステップ
と、第2の系列のパリティデータに従って第2のシンド
ローム群を算出する第3のステップと、上記第2のシン
ドローム群に基づいて第2の訂正処理を施す第4のステ
ップと、を有し、 上記第1のステップを第1のフレーム期間の前半に実行
上記第2のステップを上記第1のフレーム期間に連
続する第2のフレーム期間の前半に実行し、第3のステ
ップを上記第2のフレーム期間の後半に実行し、上記第
4のステップを上記第2のフレーム期間に連続する第3
のフレーム期間の後半に実行し、 上記第2のステップの処理クロック数を上記第1のステ
ップの処理クロック数よりも短く設定する ことを特徴と
する符号誤り訂正方法。
1. A code error correction method for detecting and correcting a code error of digital data including two series of parity data for each frame, wherein a first syndrome group is calculated according to the first series of parity data. 1 step, a second step of performing a first correction process based on the first syndrome group, a third step of calculating a second syndrome group according to parity data of a second series, and a fourth step of subjecting the second correction processing based on the second syndromes, the, the first step executed in the first half of the first frame period, the first and the second step 1 frame period
Perform the first half of the second frame period continue, the third step is performed in the second half of the second frame period, the third consecutive said fourth step to said second frame period
Is executed in the latter half of the frame period, and the number of processing clocks in the second step is changed to the first step.
The code error correction method is characterized in that it is set to be shorter than the number of processing clocks .
【請求項2】 n−1番目のフレームのシンボルデータ
に対する第2のステップ及びn番目のフレームのシンボ
ルデータに対する第1のステップを第1のフレーム期間
の前半に実行し、n−2番目のフレームのシンボルデー
タに対する第4のステップ及びn−1番目のフレームの
シンボルデータに対する第3のステップを第1のフレー
ム期間の後半に実行し、フレーム期間が1つ進むに従って、番号が1つ進んだフ
レームのシンボルデータに対する第1乃至第4のステッ
プを実行する ことを特徴とする請求項1に記載の符号誤
り訂正方法。
2. Symbol data of an (n-1) th frame
2nd step for and the symbol of the nth frame
1st step for the first data period is performed in the first half of the first frame period, and the symbol data of the (n-2) th frame is
For the fourth step and the ( n-1) th frame
The third step for the symbol data is executed in the latter half of the first frame period, and as the frame period advances by one , the frame number increases by one.
First to fourth steps for the symbol data of the frame
Code error correction method according to claim 1, characterized in that to perform the flop.
【請求項3】 上記第2のステップにおいて、上記第1
のシンドローム群に基づいて訂正不能な符号誤りを含む
データに対してエラーフラグを設定することを特徴とす
る請求項2に記載の符号誤り訂正方法。
3. The first step in the second step
3. The code error correction method according to claim 2, wherein an error flag is set for the data including the uncorrectable code error based on the syndrome group.
【請求項4】 上記第4のステップは、上記エラーフラ
グが設定されたデータの位置を検出した後に実行される
ことを特徴とする請求項3に記載の符号誤り訂正方法。
4. The code error correction method according to claim 3, wherein the fourth step is executed after detecting the position of the data in which the error flag is set.
JP08926199A 1999-03-30 1999-03-30 Code error correction method Expired - Fee Related JP3524806B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP08926199A JP3524806B2 (en) 1999-03-30 1999-03-30 Code error correction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP08926199A JP3524806B2 (en) 1999-03-30 1999-03-30 Code error correction method

Publications (2)

Publication Number Publication Date
JP2000286718A JP2000286718A (en) 2000-10-13
JP3524806B2 true JP3524806B2 (en) 2004-05-10

Family

ID=13965826

Family Applications (1)

Application Number Title Priority Date Filing Date
JP08926199A Expired - Fee Related JP3524806B2 (en) 1999-03-30 1999-03-30 Code error correction method

Country Status (1)

Country Link
JP (1) JP3524806B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008226300A (en) * 2007-03-09 2008-09-25 Nec Electronics Corp Method and circuit for decoding

Also Published As

Publication number Publication date
JP2000286718A (en) 2000-10-13

Similar Documents

Publication Publication Date Title
EP0093969B1 (en) Method, apparatus and recording medium for error correction
EP0554638A2 (en) Method and apparatus for implementing PRML codes with maximum ones
KR100236367B1 (en) Error correction method
JPS601669A (en) Recording method of digital information signal
JPH0697542B2 (en) Interleave circuit
JP2920065B2 (en) Data recording method, recording apparatus, reproducing apparatus and reproducing method
EP0592229A2 (en) Multiple error correcting method
EP0317197B1 (en) Error detection and correction method
JPH0471367B2 (en)
EP0169908A1 (en) Method and circuit for decoding error coded data
US6542452B1 (en) Method and system for computing digital sum variation of a stream of channel-bit symbols
JP3524806B2 (en) Code error correction method
JP2008146828A (en) Encode data coding circuit of optical disk device
EP0411835B1 (en) Decoder apparatus
JP2508471B2 (en) Address data processing device
JPH0828052B2 (en) Frame generation method for PCM data
JP3234493B2 (en) Code error correction method and code error correction device
JPH04365139A (en) Syndrome operation circuit for error correction processing
JP2605269B2 (en) Error correction method
KR19990049147A (en) Error correction method
JPH09139026A (en) Digital data reproducing device
US5838695A (en) Method and apparatus for performing Reed-Solomon Product-like decoding of data in CD-ROM format
JP3702694B2 (en) Digital signal processing circuit
CN1324602C (en) Disc decoding system and method
JPS62145934A (en) Error correction processing unit

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040203

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040213

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090220

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090220

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100220

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110220

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110220

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120220

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130220

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees