JPH0897730A - Error correction device and method thereof - Google Patents
Error correction device and method thereofInfo
- Publication number
- JPH0897730A JPH0897730A JP6235221A JP23522194A JPH0897730A JP H0897730 A JPH0897730 A JP H0897730A JP 6235221 A JP6235221 A JP 6235221A JP 23522194 A JP23522194 A JP 23522194A JP H0897730 A JPH0897730 A JP H0897730A
- Authority
- JP
- Japan
- Prior art keywords
- error
- flag
- correction
- code
- data
- 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.)
- Pending
Links
Landscapes
- Error Detection And Correction (AREA)
- Detection And Correction Of Errors (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本願発明は誤り符号を訂正する誤
り訂正装置及び方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error correction device and method for correcting an error code.
【0002】[0002]
【従来の技術】デジタルVTRやコーディックなどデジ
タルデータを記録/再生或は伝送する装置ではデータを
記録或は伝送するにあたり、データに誤り訂正符号を付
加していることが一般的である。2. Description of the Related Art In an apparatus for recording / reproducing or transmitting digital data such as a digital VTR or a codec, it is common to add an error correction code to the data when recording or transmitting the data.
【0003】そして、この誤り訂正符号を復号すること
により記録再生時、或は伝送時の誤りを訂正することが
できる。By decoding this error correction code, it is possible to correct an error during recording / reproduction or transmission.
【0004】ここで、一般的な誤り訂正処理を説明す
る。Here, a general error correction process will be described.
【0005】ここでは、リード・ソロモン積符号構成で
内符号パリティ、外符号パリティ共に4ビット符号構成
において、内符号、外符号共に2訂正を行う場合を例に
とって説明する。Here, a case will be described as an example in which two corrections are performed for both the inner code and the outer code in the 4-bit code configuration for both the inner code parity and the outer code parity in the Reed-Solomon product code configuration.
【0006】誤り位置がiとjで、その誤り値で各々e
i ,ej とした場合、シンドロームは、 s0 =ei +ej s1 =ei αi +ej αj s2 =ei α2i+ej α2j s3 =ei α3i+ej α3j となる。The error positions are i and j, and their error values are e respectively.
If i and e j , the syndrome is s 0 = e i + e j s 1 = e i α i + e j α j s 2 = e i α 2i + e j α 2j s 3 = e i α 3i + e j α It will be 3j .
【0007】ここで、s0 =s1 =s2 =s3 =0であ
れば、この符号内に誤り無しと判断する。If s 0 = s 1 = s 2 = s 3 = 0, it is determined that there is no error in this code.
【0008】次に、s0 =s1 =s2 =s3 =0でない
場合は、2重誤りと考えて、誤り位置多項式 σ(z)=1+σ1 z+σ2 z2 を求める。ただし、σ1 、σ2 は次の連立方程式を解
くことで得られる。Next, when s 0 = s 1 = s 2 = s 3 = 0 is not satisfied, the error locator polynomial σ (z) = 1 + σ 1 z + σ 2 z 2 is obtained by considering double error. However, σ 1 and σ 2 can be obtained by solving the following simultaneous equations.
【0009】[0009]
【外1】 この得られた誤り位置多項式σ(z)の根をチェンサー
チ等で求める。そして、この求められた根の逆数が誤り
ロケータαi ,αj であるから、これをシンドロームの
式にいれて誤り値ei ,ej を求める。[Outer 1] The root of the obtained error locator polynomial σ (z) is obtained by Chien search or the like. Then, since the reciprocals of the obtained roots are the error locators α i and α j , they are put in the syndrome equation to obtain the error values e i and e j .
【0010】例えば、s0 とs1 の連立方程式を求め
る。For example, simultaneous equations of s 0 and s 1 are obtained.
【0011】得られた誤りロケータより、iとjの位置
に各々誤り値ei ,ej を差し引いて訂正を行う。From the obtained error locator, the error values e i and e j are subtracted from the positions of i and j, respectively, for correction.
【0012】なお、誤りが単一バイトの場合は、If the error is a single byte,
【0013】[0013]
【外2】 の係数行列式が0となり、σ1 ,σ2 が定まらない。こ
の場合は1重誤りと判断しσ2 =0とおいた、誤り位置
多項式σ(z)=1−σ1 zの係数σ1 をs1 σ1 =s
2 より求め、上記と同様の手順によって訂正を行う。[Outside 2] The coefficient determinant of 0 becomes 0, and σ 1 and σ 2 cannot be determined. In this case, it is judged as a single error and σ 2 = 0, and the coefficient σ 1 of the error locator polynomial σ (z) = 1-σ 1 z is s 1 σ 1 = s
Obtain from step 2 and make corrections using the same procedure as above.
【0014】ここで、誤り無し、2重誤り、1重誤りと
して訂正できなかったものは、3つ以上の誤りがあると
し、訂正を行わず、誤り訂正不能フラグを立てる。Here, if no error, double error, and single error could not be corrected, it is assumed that there are three or more errors, no correction is made, and an error correction impossible flag is set.
【0015】以上が、内符号方向の訂正処理である。次
に外符号により処理を内符号と同様に行う。The above is the correction processing in the inner code direction. Next, the outer code is processed in the same manner as the inner code.
【0016】内符号及び外符号の訂正処理が終了したデ
ータは、内符号フラグをイレージャーフラグとして、外
符号方向にイレージャー訂正を行う。The data for which the correction processing of the inner code and the outer code has been completed is subjected to erasure correction in the outer code direction using the inner code flag as the erasure flag.
【0017】まず、内符号のフラグ数をチェックする。
内符号フラグの数が0であれば、すべてのデータに対し
て誤り無しと判断し、誤り訂正終了となる。First, the number of flags of the inner code is checked.
If the number of inner code flags is 0, it is determined that there is no error in all data, and error correction ends.
【0018】内符号フラグの数が5以上であれば、パリ
ティ数が4のため、イレージャー訂正できないため、誤
りフラグをそのままにして、誤り訂正終了とする。If the number of inner code flags is 5 or more, erasure correction cannot be performed because the number of parity is 4, so the error flag is left as it is and the error correction is completed.
【0019】内符号フラグの数が1〜4の場合はイレー
ジャー訂正を実行する。When the number of inner code flags is 1 to 4, erasure correction is executed.
【0020】ここで、イレージャー訂正処理を説明す
る。Here, the erasure correction process will be described.
【0021】内符号フラグ及び外符号フラグより、誤り
位置を決定する。The error position is determined from the inner code flag and the outer code flag.
【0022】ただし、イレージャー訂正は外符号方向の
ため、誤り位置を外符号方向とする。However, since the erasure correction is in the outer code direction, the error position is in the outer code direction.
【0023】この誤り位置を、k,l,m,nとし、各
々誤り値をek ,el ,em ,enとする。[0023] The error position, and k, l, m, and n, respectively to the error value e k, e l, e m , and e n.
【0024】外符号方向のシンドロームは以下のように
なっている。The syndrome in the outer code direction is as follows.
【0025】s0 =ek +el +em +en s1 =αk ek +αl el +αm em +αn en s2 =α2kek +α2lel +α2mem +α2nen s3 =α3kek +α3lel +α3mem +α3nen このシンドロームは、ek ,el ,em ,en の4つの
誤り値が未知数であり、4つの連立方程式を解くことに
よって誤り値が求められる。S 0 = e k + e l + e m + e n s 1 = α k e k + α l e l + α m e m + α n e n s 2 = α 2k e k + α 2l e l + α 2m e m + α 2n e n s 3 = α 3k e k + α 3l e l + α 3m e m + α 3n e n This syndrome has four error values of e k , e l , e m , and e n that are unknowns and four simultaneous equations. The error value is obtained by solving
【0026】そして、各々の誤り位置に、各々誤り値を
差引データを訂正して誤り訂正を終了する。Then, the subtraction data is corrected by adding an error value to each error position, and the error correction is completed.
【0027】[0027]
【発明が解決しようとする課題】しかしながら、上記従
来例ではイレージャー訂正の訂正能力以上に誤りフラグ
が立つと、イレージャー訂正を行わなかった。However, in the above conventional example, when an error flag is set beyond the correction capability of erasure correction, erasure correction is not performed.
【0028】本願発明は斯かる背景下に於て、誤り訂正
能力を超えた誤りフラグが生じたとしても、従来と同じ
誤り訂正能力を持つ誤り訂正回路を用いて、誤り訂正処
理を行い、従来よりも誤り訂正能力を向上させる誤り訂
正装置及び方法を提供することを目的とする。Under the above circumstances, the present invention performs error correction processing using an error correction circuit having the same error correction capability as the conventional one, even if an error flag exceeding the error correction capability occurs. It is an object of the present invention to provide an error correction device and method that further improves the error correction capability.
【0029】また、本発明は他の目的及び特徴は以下の
明細書及び図面より明らかとなるであろう。Other objects and features of the present invention will be apparent from the following specification and drawings.
【0030】[0030]
【課題を解決するための手段】上記目的を達成するた
め、請求項1記載の発明では、符号化されたデータの誤
り符号を検出し、誤りフラグを発生する検出手段と、前
記誤りフラグの数をカウントするカウント手段と、前記
カウント手段の出力に応じて、前記誤りフラグの組合せ
を発生する発生手段と、前記発生手段に基づいて誤り符
号の訂正を行う訂正手段とを有することを特徴とする誤
り訂正装置を提示する。In order to achieve the above object, according to the invention of claim 1, a detecting means for detecting an error code of encoded data and generating an error flag, and the number of the error flags. And counting means, counting means for generating a combination of the error flags according to the output of the counting means, and correction means for correcting the error code based on the generating means. An error correction device is presented.
【0031】上記目的を達成するため、請求項2記載の
発明では、請求項1において前記訂正手段は誤りフラグ
が所定数以下の時、誤り符号を訂正することができ、前
記発生手段は誤りフラグが前記所定数より多い時、前記
所定数の誤りフラグの組み合わせを発生することを特徴
とする誤り訂正装置を提示する。In order to achieve the above object, in the invention according to claim 2, in claim 1, the correcting means can correct the error code when the error flag is less than a predetermined number, and the generating means includes the error flag. When the number is larger than the predetermined number, a predetermined number of error flag combinations are generated.
【0032】上記目的を達成するため、請求項3記載の
発明では、請求項1において前記訂正手段により訂正結
果の同じものが少なくとも2つ以上ある場合に、前記訂
正手段の訂正結果が正しいと判断する判断手段を有する
ことを特徴とする誤り訂正装置を提示する。To achieve the above object, in the invention according to claim 3, it is determined that the correction result of the correction means is correct when there are at least two or more same correction results by the correction means in claim 1. An error correction device characterized by having a determination means for
【0033】上記目的を達成するため、請求項4記載の
発明では、符号化されたデータの誤り符号を検出し、検
出結果に応じて誤りフラグを発生し、発生した誤りフラ
グの数をカウントし、カウント結果に応じて前記誤りフ
ラグの組合せを発生し、発生した誤りフラグの組合せに
基づいて誤り符号の訂正を行うことを特徴とする誤り訂
正方法を提示する。In order to achieve the above object, in the invention according to claim 4, an error code of encoded data is detected, an error flag is generated according to the detection result, and the number of generated error flags is counted. An error correction method is characterized in that a combination of the error flags is generated according to the count result, and the error code is corrected based on the generated combination of the error flags.
【0034】[0034]
【作用】上記発明によれば、誤り訂正能力を超えた誤り
フラグが生じたとしても、誤りフラグを訂正能力内とな
る組み合わせを作ることにより、誤り符号を訂正処理
し、従来よりも訂正能力を向上させることができる。According to the above invention, even if an error flag that exceeds the error correction capability occurs, the error code is corrected by making a combination that makes the error flag within the correction capability, and the correction capability is improved as compared with the conventional case. Can be improved.
【0035】[0035]
【実施例】以下、本発明にかかる実施例の誤り訂正復号
化装置を説明する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An error correction decoding device according to an embodiment of the present invention will be described below.
【0036】図1は本発明にかかる実施例の誤り訂正復
号化装置のブロック図である。FIG. 1 is a block diagram of an error correction decoding apparatus according to an embodiment of the present invention.
【0037】図1において、1は例えば画像データ等の
データの入力端子、2はシンドローム計算回路、3はデ
ータメモリ、4はシンドロームメモリ、5はフラグメモ
リ、6は組み合わせ回路、7は訂正処理回路、8はシス
テム制御回路、9はデータバス、10はフラグ判定回路
である。In FIG. 1, 1 is an input terminal for data such as image data, 2 is a syndrome calculation circuit, 3 is a data memory, 4 is a syndrome memory, 5 is a flag memory, 6 is a combinational circuit, and 7 is a correction processing circuit. , 8 is a system control circuit, 9 is a data bus, and 10 is a flag determination circuit.
【0038】尚、本実施例ではリードソロモン積符号構
成の内符号パリティ、外符号パリティ共に4の符号構成
(図2参照)において、内符号、外符号共に2訂正の場
合を例にとって説明する。In this embodiment, the case where the inner code parity and the outer code parity of the Reed-Solomon product code structure are 4 (see FIG. 2) and both the inner code and the outer code are corrected will be described as an example.
【0039】以下、図3のフローチャートを参照しなが
ら本実施例の誤り訂正処理動作を説明していく。The error correction processing operation of this embodiment will be described below with reference to the flowchart of FIG.
【0040】外符号及び内符号付加され、図2の符号構
成となったデータを入力端子1より入力する。Data having the code structure shown in FIG. 2 to which the outer code and the inner code are added is input from the input terminal 1.
【0041】入力端子1から入力されたデータはシンド
ローム計算回路2とデータメモリ3に入力される。The data input from the input terminal 1 is input to the syndrome calculation circuit 2 and the data memory 3.
【0042】シンドローム計算回路2で内符号方向、外
符号方向のシンドロームが並列に計算され、シンドロー
ム(s0 〜s3 )の値が、シンドロームメモリ4に書き
込まれる。更に、各々シンドロームが0でなかった場
合、その符号語内に誤りがあったと判断し、フラグメモ
リ5にフラグデータが書き込まれる。The syndromes in the inner code direction and the outer code direction are calculated in parallel by the syndrome calculation circuit 2, and the values of the syndromes (s 0 to s 3 ) are written in the syndrome memory 4. Further, when the syndromes are not 0, it is judged that there is an error in the code word, and the flag data is written in the flag memory 5.
【0043】フラグメモリ5内にフラグデータがある場
合、入力されたデータに誤りがあると判断し、システム
制御回路8はフラグメモリ5に記憶された内符号フラグ
を読み出し、その内符号フラグに対応したシンドローム
をシンドロームメモリ4から読み出し、内符号方向のシ
ンドロームをデータバス9を介して訂正処理回路7に入
力させる。When the flag data is stored in the flag memory 5, it is determined that the input data has an error, and the system control circuit 8 reads the inner code flag stored in the flag memory 5 and corresponds to the inner code flag. The syndrome is read from the syndrome memory 4, and the syndrome in the inner code direction is input to the correction processing circuit 7 via the data bus 9.
【0044】この内符号方向のシンドロームによって訂
正処理回路7は内符号訂正を行う(S101)。The correction processing circuit 7 performs inner code correction according to the syndrome in the inner code direction (S101).
【0045】この訂正処理計算を説明する。This correction processing calculation will be described.
【0046】誤り位置がiとjで、その誤り値で各々e
i ,ej とした場合、シンドロームは、 s0 =ei +ej s1 =ei αi +ej αj s2 =ei α2i+ej α2j s3 =ei α3i+ej α3j となる。The error positions are i and j, and their error values are e respectively.
If i and e j , the syndrome is s 0 = e i + e j s 1 = e i α i + e j α j s 2 = e i α 2i + e j α 2j s 3 = e i α 3i + e j α It will be 3j .
【0047】ここで、s0 =s1 =s2 =s3 =0であ
れば、この符号内に誤り無しと判断する(S102)。If s 0 = s 1 = s 2 = s 3 = 0, it is determined that there is no error in this code (S 102).
【0048】次に、s0 =s1 =s2 =s3 =0でない
場合は、2重誤りと考えて、誤り位置多項式 σ(z)=1+σ1 z+σ2 z2 を求める。ただし、σ1 、σ2 は次の連立方程式を解く
ことで得られる。Next, when s 0 = s 1 = s 2 = s 3 = 0 is not satisfied, the error locator polynomial σ (z) = 1 + σ 1 z + σ 2 z 2 is obtained by considering double error. However, σ 1 and σ 2 can be obtained by solving the following simultaneous equations.
【0049】[0049]
【外3】 この得られた誤り位置多項式σ(z)の根をチェンサー
チ等で求める。そして、この求められた根の逆数が誤り
ロケータαi ,αj であるから、これをシンドロームの
式にいれて誤り値ei ,ej を求める。[Outside 3] The root of the obtained error locator polynomial σ (z) is obtained by Chien search or the like. Then, since the reciprocals of the obtained roots are the error locators α i and α j , they are put in the syndrome equation to obtain the error values e i and e j .
【0050】例えば、s0 とs1 の連立方程式を求め
る。For example, simultaneous equations of s 0 and s 1 are obtained.
【0051】得られた誤りロケータより、iとjの位置
に各々誤り値ei ,ej を差し引いて訂正を行う(S1
03)。From the obtained error locator, the error values e i and e j are subtracted from the positions of i and j for correction (S1).
03).
【0052】なお、誤りが単一バイトの場合は(S10
2)、If the error is a single byte (S10
2),
【0053】[0053]
【外4】 の係数行列式が0となり、σ1 ,σ2 が定まらない。こ
の場合は1重誤りと判断しσ2 =0とおいた、誤り位置
多項式σ(z)=1−σ1 zの係数σ1 をs1 σ1 =s
2 より求め、上記と同様の手順によって訂正を行う(S
103)。[Outside 4] The coefficient determinant of 0 becomes 0, and σ 1 and σ 2 cannot be determined. In this case, it is judged as a single error and σ 2 = 0, and the coefficient σ 1 of the error locator polynomial σ (z) = 1-σ 1 z is s 1 σ 1 = s
Obtained from 2 and correct it by the same procedure as above (S
103).
【0054】ここで、誤り無し、2重誤り、1重誤りと
して訂正できなかったものは、3つ以上の誤りがあると
し、訂正を行わず、内符号方向のフラグを立てる(S1
06)。Here, if no error, double error, or single error could not be corrected, it is assumed that there are three or more errors, and correction is not performed, and a flag in the inner code direction is set (S1).
06).
【0055】以上のように内符号方向の訂正処理をおこ
なう。The correction process in the inner code direction is performed as described above.
【0056】尚、訂正処理で計算したが答が出てこなか
った時は(S104)、フラグを立てる処理を行う(S
106)。If the answer is not calculated after the correction processing is performed (S104), a flag is set (S).
106).
【0057】この訂正処理が成功した場合は(S10
4)、フラグメモリ5の訂正した部分の内符号フラグ、
シンドロームメモリ4内の内符号方向のシンドローム、
データメモリ3内のデータを書き換える(S105)。If this correction process is successful (S10
4), the inner code flag of the corrected portion of the flag memory 5,
The syndrome in the inner code direction in the syndrome memory 4,
The data in the data memory 3 is rewritten (S105).
【0058】更に、訂正処理を行ったデータに対して、
外符号方向のアドレスを算出し、シンドロームメモリ4
内の外符号方向のシンドロームの書き換えを行う(S1
05)。Further, with respect to the corrected data,
The address in the outer code direction is calculated, and the syndrome memory 4
The syndrome of the inner outer code direction is rewritten (S1).
05).
【0059】次に、システム制御回路8はフラグメモリ
5内の外符号フラグを読み出し、その外符号フラグに対
応したシンドロームをシンドロームメモリ4から読み出
し、外符号シンドロームをデータバス9を介して訂正処
理回路7へ入力させる(S107)。Next, the system control circuit 8 reads the outer code flag in the flag memory 5, reads the syndrome corresponding to the outer code flag from the syndrome memory 4, and corrects the outer code syndrome via the data bus 9. 7 is input (S107).
【0060】この外符号方向のシンドロームによって、
訂正処理回路7は内符号訂正と同様に外符号訂正の処理
を行う(S108,S109)。By this syndrome in the outer code direction,
The correction processing circuit 7 performs the outer code correction processing similarly to the inner code correction (S108, S109).
【0061】尚、内符号と同様に外符号の場合も、訂正
処理が計算上で答が出てこなかった時はイレージャー訂
正処理を行う。In the case of the outer code as well as the inner code, the erasure correction process is performed when the correction process does not give a correct answer.
【0062】訂正処理が成功した場合は、フラグメモリ
405の訂正した部分の外符号フラグ、シンドロームメ
モリ4内の外符号方向のシンドローム、データメモリ3
内のデータを書き換える(S111)。When the correction process is successful, the outer code flag of the corrected portion of the flag memory 405, the syndrome in the outer code direction in the syndrome memory 4, and the data memory 3
The data inside is rewritten (S111).
【0063】更に、訂正処理を行ったデータに対し、内
符号方向のアドレスを算出し、シンドロームメモリ4内
の外符号方向のシンドロームを書き換え、シンドローム
0となった内符号フラグを書き換える(S111)。Further, for the corrected data, the address in the inner code direction is calculated, the syndrome in the outer code direction in the syndrome memory 4 is rewritten, and the inner code flag which has become syndrome 0 is rewritten (S111).
【0064】以上により、内符号、外符号の訂正が終了
する。With the above, correction of the inner code and the outer code is completed.
【0065】次に、内符号及び外符号訂正が終了したデ
ータは、内符号フラグをイレージャーフラグとして、外
符号方向にイレージャー訂正を行う(S112)。Next, the data for which the inner code and the outer code have been corrected is subjected to erasure correction in the outer code direction using the inner code flag as the erasure flag (S112).
【0066】システム制御回路8はフラグメモリ5内の
内符号フラグの数をチェックする(S113)。内符号
フラグの数が0であれば、すべてのデータに対して誤り
なしと判断し、誤り訂正終了とする(S113)。The system control circuit 8 checks the number of inner code flags in the flag memory 5 (S113). If the number of inner code flags is 0, it is determined that there is no error in all data, and error correction is completed (S113).
【0067】内符号フラグの数が1〜4の場合はイレー
ジャー訂正を実行する(S113)。If the number of inner code flags is 1 to 4, erasure correction is executed (S113).
【0068】ここで、イレージャー訂正処理を説明す
る。Here, the erasure correction process will be described.
【0069】フラグメモリ5から内符号フラグ及び外符
号フラグを出力し、誤り位置を決定する。The inner code flag and the outer code flag are output from the flag memory 5 to determine the error position.
【0070】ただし、イレージャー訂正は外符号方向の
ため、誤り位置を外符号方向とする。However, since erasure correction is in the outer code direction, the error position is in the outer code direction.
【0071】この誤り位置を、k,l,m,nとし、各
々誤り値をek ,el ,em ,enとする。The error positions are k, l, m and n, and the error values are e k , e l , e m and e n , respectively.
【0072】外符号方向のシンドロームは以下のように
なっている。The syndrome in the outer code direction is as follows.
【0073】s0 =ek +el +em +en s1 =αk ek +αl el +αm em +αn en s2 =α2kek +α2lel +α2mem +α2nen s3 =α3kek +α3lel +α3mem +α3nen このシンドロームは、ek ,el ,em ,en の4つの
誤り値が未知数であり、4つの連立方程式を解くことに
よって誤り値が求められる。S 0 = e k + e l + e m + e n s 1 = α k e k + α l e l + α m e m + α n e n s 2 = α 2k e k + α 2l e l + α 2m e m + α 2n e n s 3 = α 3k e k + α 3l e l + α 3m e m + α 3n e n This syndrome has four error values of e k , e l , e m , and e n that are unknowns and four simultaneous equations. The error value is obtained by solving
【0074】そして、データメモリ3内のデータを各々
の誤り位置に、各々の誤り値を差引データを訂正する。Then, the data in the data memory 3 is corrected to each error position, and each error value is corrected to the subtracted data.
【0075】また、フラグメモリ5の誤りフラグを誤り
無しと書き換える。そして、誤り訂正終了となる。Further, the error flag in the flag memory 5 is rewritten as no error. Then, the error correction ends.
【0076】誤り訂正を終了したデータはデータバス9
によって出力される。The data whose error correction has been completed is the data bus 9
Output by.
【0077】次に、内符号フラグの数が5以上について
説明する(S113)。Next, the case where the number of inner code flags is 5 or more will be described (S113).
【0078】図4は本実施例において、内符号・外符号
誤り訂正を行っても誤りが残り、内符号フラグの数が5
である積符号構成のデータブロックを示した図である。In FIG. 4, in the present embodiment, the error remains even after the inner code / outer code error correction, and the number of inner code flags is 5.
FIG. 3 is a diagram showing a data block having a product code configuration that is
【0079】システム制御回路8によって、フラグメモ
リ5内の内符号フラグデータをデータバス9を介して組
合せ回路6に入力する。The system control circuit 8 inputs the inner code flag data in the flag memory 5 to the combination circuit 6 via the data bus 9.
【0080】組合せ回路6は、フラグデータを組合せ制
御する。The combination circuit 6 controls combination of flag data.
【0081】ここで、組合せ回路6の具体的な構成を図
5に示す。Here, a concrete configuration of the combinational circuit 6 is shown in FIG.
【0082】図5において、101は組合せ発生回路、
102はフラグメモリ、103は組合せメモリ、304
は位置/値メモリである。In FIG. 5, 101 is a combination generating circuit,
102 is a flag memory, 103 is a combination memory, 304
Is a position / value memory.
【0083】イレージャー訂正は、本実施例の場合、4
個の誤りまでを訂正するものであるから(パリティ数が
4であるから)、1つの符号語につき、5つの誤りフラ
グのうち、4つを選ぶ。すなわち、図4において、(Fl
ag 1,Flag 2,Flag 3,Flag 5)、(Flag 1,Flag 2,Flag 3,
Flag 4) 、・・・といったようにFlag 1〜Flag 5のうち
4つの誤りフラグを選ぶ(S115)。In the case of this embodiment, the erasure correction is 4
Since up to 4 errors are corrected (the number of parity is 4), 4 out of 5 error flags are selected for each codeword. That is, in FIG. 4, (Fl
ag 1, Flag 2, Flag 3, Flag 5), (Flag 1, Flag 2, Flag 3,
Flag 4), ..., And 4 error flags among Flag 1 to Flag 5 are selected (S115).
【0084】この処理を図5の構成の組合せ発生回路1
01によって行う。This processing is performed by the combination generating circuit 1 having the configuration of FIG.
01.
【0085】これは1つの外符号語につき、各々 5C4
(=5)通りの組合せが求められる。This is 5 C 4 for each outer codeword.
(= 5) combinations are required.
【0086】この求めた組合せと外符号フラグをそれぞ
れ図5中の組合せメモリ103、フラグメモリ102に
書き込む。The obtained combination and outer code flag are written in the combination memory 103 and the flag memory 102 in FIG. 5, respectively.
【0087】そして、組合せメモリ303内の組合せに
より5通りの組合せを、各々の外符号毎にイレージャー
訂正を行う(S116)。Then, erasure correction is performed for each of the outer codes of the five combinations by the combination in the combination memory 303 (S116).
【0088】このイレージャー訂正は、通常と同様に、
4つの誤り位置を決定し、4つの誤り値を4つの連立方
程式を解くことによって求める。This erasure correction is performed as usual.
Four error positions are determined and four error values are obtained by solving four simultaneous equations.
【0089】次に、誤り位置の組合せによるイレージャ
ー訂正では、誤訂正を多く伴う可能性があるため、訂正
した符号の検査を行う必要がある(S117)。Next, in the erasure correction by the combination of the error positions, there is a possibility that many erroneous corrections are involved, so it is necessary to check the corrected code (S117).
【0090】ここでは、誤訂正確率を抑制するために、
組合せによるイレージャー訂正において、複数の組合せ
の結果が同じ誤り位置でかつ、同じ誤り値となるものだ
けを訂正できると判断する検査方式を一例にとって説明
する。Here, in order to suppress the error correction probability,
An erasure correction by combination will be described by taking an example of a check method for determining that only the results of a plurality of combinations having the same error position and the same error value can be corrected.
【0091】組合せによる各符号語のイレージャー訂正
の結果、各符号語の組合せ毎に求められた誤り位置、誤
り値を図5中の位置/値メモリ104に書き込む。As a result of the erasure correction of each code word by the combination, the error position and the error value obtained for each code word combination are written in the position / value memory 104 in FIG.
【0092】図4では、内符号フラグ5つに対し、各外
符号語に3つの誤りが存在しているとする。その場合、
3つの誤りを含む内符号フラグの組合せは2つある。例
えば、図4の左端の外符号語では5通りの組合せの内、
(Flag 1,Flag 2,Flag 3,Flag4) と(Flag 1, Flag 2,Fla
g 3,Flag 5)の誤り位置、誤り値は同値となる。In FIG. 4, it is assumed that there are three errors in each outer code word for five inner code flags. In that case,
There are two combinations of inner code flags that include three errors. For example, in the leftmost outer codeword in FIG.
(Flag 1, Flag 2, Flag 3, Flag 4) and (Flag 1, Flag 2, Fla
The error position and error value of g 3, Flag 5) are the same.
【0093】他の外符号語でも同様に、誤り位置、誤り
値が同値となる2つの組合せがあるはずである。Similarly, in other outer codewords, there should be two combinations in which the error position and the error value are the same value.
【0094】従って、位置/値メモリ104内の同一外
符号内に同じ誤り位置でかつ、同じ誤り値となるものが
存在した場合、この値が正しいと判断し、これをイレー
ジャー訂正結果とする。Therefore, if there is the same error position and the same error value in the same outer code in the position / value memory 104, this value is judged to be correct and this is taken as the erasure correction result.
【0095】また、位置/値メモリ304内の、同一外
符号内に、同じ誤り位置、同じ誤り値が存在しない場
合、イレージャー訂正できないと判断する(S11
7)。Further, if the same error position and the same error value do not exist in the same outer code in the position / value memory 304, it is judged that the erasure cannot be corrected (S11).
7).
【0096】イレージャー訂正ができる場合は、データ
メモリ3内のデータと、フラグメモリ5内の誤りフラグ
を夫々書き換え(S118)、バス9によって出力され
る。When erasure correction is possible, the data in the data memory 3 and the error flag in the flag memory 5 are rewritten (S118) and output by the bus 9.
【0097】尚、上述したイレージャー訂正の符号の検
査手段は他の方法も考えられる。Other methods are also conceivable as the above-mentioned erasure correction code checking means.
【0098】例えば、各外符号語の誤りフラグを各々決
定し、内符号フラグの立っていた符号全てのシンドロー
ムがオールゼロとなるものだけを訂正できたと判断する
方法でも良い。For example, a method may be used in which the error flags of the outer codewords are determined and it is determined that only the syndromes of all the codes for which the inner code flag was set are all zero.
【0099】尚、前述の実施例はあらゆる点で単なる例
示に過ぎず、限定的に解釈してはならない。The above-described embodiments are merely examples in all respects and should not be construed as limiting.
【0100】例えば、本実施例はパリティ数を4とした
が、それに限るものではない。For example, although the number of parities is 4 in this embodiment, the number of parities is not limited to this.
【0101】パリティ数をn(n:自然数)とした時の
処理を図6に示す。ここでは、パリティ数をnとした時
の処理の特徴的な部分のみ説明する。FIG. 6 shows the processing when the number of parities is n (n: natural number). Here, only the characteristic part of the process when the number of parity is n will be described.
【0102】パリティ数をnとした場合、誤り訂正でき
る数はn/2の小数点切り捨ての数だけ可能である。When the number of parities is n, the number of error-correctable numbers is n / 2, which is the number of decimal points truncated.
【0103】また、イレージャー訂正は内符号方向の誤
りフラグがn以下であればイレージャー訂正可能であ
る。Erasure can be corrected if the error flag in the inner code direction is n or less.
【0104】従って、内符号方向の誤りフラグ数がm
(m≧n+1,m:自然数)の時は、mCn 通りの組合
せを夫々、イレージャー訂正を実行し(S201,S2
02)、それにより算出された誤り位置、誤り値が同一
外符号語内に2以上存在するかを判断し、2以上存在す
る場合は訂正が正しいと判断し、存在しない場合は、イ
レージャー訂正の訂正結果は誤りであったと判断すれば
良い(S203)。Therefore, the number of error flags in the inner code direction is m.
When (m ≧ n + 1, m: natural number), erasure correction is executed for each of m C n combinations (S201, S2).
02), it is determined whether or not the error position and the error value calculated by the above are two or more in the same outer codeword. If two or more are present, it is determined that the correction is correct, and if they are not present, erasure correction is performed. It may be determined that the correction result is incorrect (S203).
【0105】[0105]
【発明の効果】以上説明したように本願発明によれば、
符号化されたデータの誤り符号を検出し、誤りフラグを
発生し、前記誤りフラグの数をカウントし、前記カウン
ト数に応じて、前記誤りフラグの組み合わせを発生し、
前記発生した前記誤りフラグの組み合わせに基づいて誤
り符号の訂正を行うので、誤り訂正能力を超えた誤りフ
ラグが生じたとしても、誤りフラグを訂正能力内となる
組合せを作ることにより、誤り訂正処理を実行して、従
来よりも誤り訂正能力を向上させることができる。As described above, according to the present invention,
An error code of encoded data is detected, an error flag is generated, the number of the error flags is counted, and a combination of the error flags is generated according to the count number.
Since the error code is corrected based on the generated combination of the error flags, even if an error flag exceeding the error correction capability occurs, an error correction process is performed by creating a combination that puts the error flag within the correction capability. The error correction capability can be improved by executing the above.
【0106】また、本願発明は誤り訂正結果の同じもの
が少なくとも2つ以上ある場合に、前記訂正処理が正し
いと判断するので、誤り訂正処理の信頼性も高い。Further, according to the present invention, the reliability of the error correction processing is high because the correction processing is judged to be correct when there are at least two same error correction results.
【図1】本発明にかかる実施例の誤り訂正装置のブロッ
ク図である。FIG. 1 is a block diagram of an error correction device according to an embodiment of the present invention.
【図2】誤り符号構成を示す図である。FIG. 2 is a diagram showing an error code configuration.
【図3】本実施例の誤り訂正処理を説明するフローチャ
ートである。FIG. 3 is a flowchart illustrating an error correction process of this embodiment.
【図4】誤りフラグの立ったデータブロックの例を示す
図である。FIG. 4 is a diagram showing an example of a data block in which an error flag is set.
【図5】図1中の組合せ回路6のブロック図である。5 is a block diagram of a combinational circuit 6 in FIG.
【図6】パリティ数をnとした時の誤り訂正処理を説明
するフローチャートである。FIG. 6 is a flowchart illustrating an error correction process when the number of parity is n.
Claims (4)
し、誤りフラグを発生する検出手段と、 前記誤りフラグの数をカウントするカウント手段と、 前記カウント手段の出力に応じて、前記誤りフラグの組
合せを発生する発生手段と、 前記発生手段に基づいて誤り符号の訂正を行う訂正手段
とを有することを特徴とする誤り訂正装置。1. A detection means for detecting an error code of encoded data and generating an error flag, a counting means for counting the number of the error flags, and the error flag according to the output of the counting means. An error correction apparatus comprising: a generating unit that generates a combination of the above and a correcting unit that corrects an error code based on the generating unit.
の時、誤り符号を訂正することができ、前記発生手段は
誤りフラグが前記所定数より多い時、前記所定数の誤り
フラグの組合せを発生することを特徴とする請求項1の
誤り訂正装置。2. The correction means is capable of correcting an error code when the number of error flags is less than or equal to a predetermined number, and the generation means generates a combination of the predetermined number of error flags when the number of error flags is greater than the predetermined number. The error correction device according to claim 1, wherein the error correction device is generated.
が少なくとも2つ以上ある場合に、前記訂正手段の訂正
結果が正しいと判断する判断手段を有することを特徴と
する請求項2の誤り訂正装置。3. The error correction apparatus according to claim 2, further comprising a judgment means for judging that the correction result of the correction means is correct when there are at least two same correction results by the correction means. .
し、 検出結果に応じて誤りフラグを発生し、 発生した誤りフラグの数をカウントし、 カウント結果に応じて、前記誤りフラグの組合せを発生
し、 発生した誤りフラグの組合せに基づいて誤り符号の訂正
を行うことを特徴とする誤り訂正方法。4. An error code of encoded data is detected, an error flag is generated according to the detection result, the number of generated error flags is counted, and a combination of the error flags is calculated according to the count result. An error correction method characterized in that an error code is corrected based on a combination of error flags that have occurred.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6235221A JPH0897730A (en) | 1994-09-29 | 1994-09-29 | Error correction device and method thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6235221A JPH0897730A (en) | 1994-09-29 | 1994-09-29 | Error correction device and method thereof |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0897730A true JPH0897730A (en) | 1996-04-12 |
Family
ID=16982884
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6235221A Pending JPH0897730A (en) | 1994-09-29 | 1994-09-29 | Error correction device and method thereof |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0897730A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013080481A1 (en) * | 2011-12-01 | 2013-06-06 | パナソニック株式会社 | Communication device, communication method, and communication program |
-
1994
- 1994-09-29 JP JP6235221A patent/JPH0897730A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013080481A1 (en) * | 2011-12-01 | 2013-06-06 | パナソニック株式会社 | Communication device, communication method, and communication program |
JP2013118445A (en) * | 2011-12-01 | 2013-06-13 | Panasonic Corp | Communication device, communication method and communication program |
US9319074B2 (en) | 2011-12-01 | 2016-04-19 | Panasonic Intellectual Property Management Co., Ltd. | Communication device, communication method, and communication program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0198702B1 (en) | Methods of correcting errors in digital data | |
JPH0812612B2 (en) | Error correction method and apparatus | |
US4897839A (en) | Coding and decoding method | |
JPS632370B2 (en) | ||
EP0296828A2 (en) | Method and apparatus for decoding reed-solomon code | |
KR100330642B1 (en) | Error Correction Method and Error Correction Device | |
JPH0897730A (en) | Error correction device and method thereof | |
JPH048974B2 (en) | ||
JP2768723B2 (en) | Decryption device | |
JP3583905B2 (en) | Error correction device | |
JP2691973B2 (en) | Decoding device for single error correction and multiple error detection BCH code | |
JP2567598B2 (en) | Error count determination method | |
JP2578740B2 (en) | Error correction method | |
JPH06244741A (en) | Error correcting method | |
JPH0636286B2 (en) | Error correction method and apparatus | |
JPS62117424A (en) | Correcting system for combined code error | |
JP2518827B2 (en) | Encoding / decoding device | |
KR100234419B1 (en) | 2 error correction method by c1/c2 code | |
JPH07114373B2 (en) | Error correction execution method in lead solomon coding / decoding | |
JP3583903B2 (en) | Error correction device and error correction method | |
JP2599001B2 (en) | Error correction processing circuit | |
JP2948026B2 (en) | Decoding method of Reed-Solomon code | |
JP2500141B2 (en) | Error correction method and apparatus | |
JP2532258B2 (en) | Error detection method | |
JPH05260021A (en) | Communication control system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20020409 |