JPH10126280A - Parallel process error correcting and decoding device - Google Patents

Parallel process error correcting and decoding device

Info

Publication number
JPH10126280A
JPH10126280A JP8275915A JP27591596A JPH10126280A JP H10126280 A JPH10126280 A JP H10126280A JP 8275915 A JP8275915 A JP 8275915A JP 27591596 A JP27591596 A JP 27591596A JP H10126280 A JPH10126280 A JP H10126280A
Authority
JP
Japan
Prior art keywords
circuit
error
parallel
error position
syndrome
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
Application number
JP8275915A
Other languages
Japanese (ja)
Inventor
博幸 ▲吉▼川
Hiroyuki Yoshikawa
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP8275915A priority Critical patent/JPH10126280A/en
Publication of JPH10126280A publication Critical patent/JPH10126280A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To correct an error with a low-speed clock, without increasing the circuit scale by inputting a (p)-bit receive signal (p: integer larger than 2) in parallel, correcting the error of the reception signal by a syndrome-calculating circuit, an error position detecting circuit, etc., and outputting a (p)-bit decoding result in parallel. SOLUTION: An input terminal 10 inputs the (p)-bit reception signal (p: integer larger than 2) in parallel, and a delay circuit 11 delays the reception signal. The syndrome-calculating circuit 12 inputs the reception signal inputted from the input terminal 10 sequentially and outputs an element of a Galois expansion body GF(2<m> ). An error position coefficient calculating circuit 12 calculates the coefficient of an error position polynomial from the output of the syndrome- calculating circuit 12. An error position detecting circuit 14 detects an error position from the coefficient, outputted from the error position coefficient calculating circuit 13. An error position detecting circuit 15 corrects the error of the reception signal outputted from the delay circuit 11. An output terminal 16 outputs the (p)-bit decoding result in parallel.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、誤り訂正復号装
置、特にBCH符号やリード・ソロモン符号などブロッ
ク符号の復号を行う並列処理誤り訂正復号装置に関する
ものである。
The present invention relates to an error correction decoding device, and more particularly to a parallel processing error correction decoding device for decoding a block code such as a BCH code or a Reed-Solomon code.

【0002】[0002]

【従来の技術】従来この種のBCH符号やリード・ソロ
モン符号等のブロック符号の復号化を行う復号化装置と
して、例えば、
2. Description of the Related Art Conventionally, as a decoding apparatus for decoding a block code such as a BCH code or a Reed-Solomon code of this type, for example,

【0003】[0003]

【外4】 [Outside 4]

【0004】の元をシンボルとするBCH符号の誤り訂
正復号装置は、図5に示したように構成されている。図
5において、1はシリアルデータ(受信信号)を入力す
る入力端子、2は受信信号をnクロック遅延させる遅延
回路、3はシンドロームを計算するシンドローム計算回
路、4は誤り位置多項式の係数を計算する誤り位置係数
計算回路と、5は誤り位置を検出する誤り位置検出回路
と、6は誤りを訂正する誤り位置訂正回路、7は出力端
子である。
[0004] An error correction decoding apparatus for a BCH code using a symbol as a symbol is configured as shown in FIG. In FIG. 5, 1 is an input terminal for inputting serial data (received signal), 2 is a delay circuit for delaying the received signal by n clocks, 3 is a syndrome calculation circuit for calculating a syndrome, and 4 is a coefficient for calculating an error locator polynomial. An error position coefficient calculation circuit, 5 is an error position detection circuit for detecting an error position, 6 is an error position correction circuit for correcting an error, and 7 is an output terminal.

【0005】ここで、入力データを順次処理する復号装
置を構成する回路では、各ビット単位に処理をしなけれ
ばならないため、復号装置を構成する回路のクロック周
波数は入力データの速度と同じ周波数で構成しなければ
ならない。一例として、80MbpsのBCH符号の復号装
置のクロック周波数は80MHzで構成しなければなら
ず、LSIを構成するプロセスによってはLSI化が困
難であるという問題がある。そこで、これらを8ビット
毎に並列に処理することにより復号装置のクロック周波
数を1/8の10MHzまで落とすことができる(もしも、
80MHzでも動作するプロセスを用いた場合には、並列
処理することにより8倍の高速化を図ることができ
る)。
Here, in a circuit constituting a decoding device for sequentially processing input data, it is necessary to perform processing in units of bits. Therefore, the clock frequency of the circuit constituting the decoding device is the same as the speed of the input data. Must be configured. As an example, there is a problem that the clock frequency of the decoding device for the 80 Mbps BCH code must be set to 80 MHz, and it is difficult to implement the LSI depending on the process of configuring the LSI. Therefore, by processing these in parallel every 8 bits, the clock frequency of the decoding apparatus can be reduced to 1/8 of 10 MHz (if any,
If a process that operates even at 80 MHz is used, the speed can be increased eight times by parallel processing.)

【0006】従来、並列処理による高速化誤り訂正復号
装置は幾つか提案されている。例えば、1991年電気情報
通信学会春季全国大会、A−283「高速BCH−LSI
の開発」では、受信語のシンドロームと、受信語を
8ビット毎に区切り、それぞれのビットに1ビットの誤
りを疑似的に発生させた符号のシンドロームを計算し、
の誤りビット数よりの誤りビット数の方が1ビット
減少したとき、疑似的に誤りを付加した位置に誤りが生
じたものと判定している。このアルゴリズムは疑似シン
ドローム発生回路が必要であるため処理が複雑であり回
路規模が大きくなるという問題がある。さらに、電子情
報通信学会、技術報告CS89−54「代数的誤り訂正符号
の並列復号法」では、一度に並列的に復号するビット数
だけの復号器を持っているため回路規模が大きくなると
いう問題がある。
Heretofore, several high-speed error correction decoding devices using parallel processing have been proposed. For example, 1991 IEICE Spring National Convention, A-283 "High-speed BCH-LSI
In "Development of", the syndrome of the received word and the syndrome of the code that divides the received word into 8 bits and generates a 1-bit error in each bit in a pseudo manner are calculated,
When the number of error bits is smaller by one bit than the number of error bits of, it is determined that an error has occurred at the position where the error has been artificially added. Since this algorithm requires a pseudo syndrome generation circuit, there is a problem that the processing is complicated and the circuit scale becomes large. Furthermore, the IEICE Technical Report CS89-54, "Parallel Decoding of Algebraic Error Correcting Codes", has a problem that the circuit scale becomes large because it has a decoder with the number of bits that can be decoded in parallel at a time. There is.

【0007】また、特開平6−276106号公報の「誤り訂
正復号装置」では、p個(pは2以上の整数)の入力端子
を設けて入力される受信信号をそれぞれ並列に処理し、
部分シンドロームを求め最後にすべて加算することによ
ってシンドロームを算出している。そのためにp個の入
出力端子と加算器を必要とするため回路規模が大きくな
るという問題がある。
In the "error correction decoding apparatus" disclosed in Japanese Patent Application Laid-Open No. 6-276106, p (p is an integer of 2 or more) input terminals are provided and input signals are processed in parallel.
The syndrome is calculated by obtaining partial syndromes and adding them all at the end. This requires p input / output terminals and an adder, which causes a problem that the circuit scale becomes large.

【0008】[0008]

【発明が解決しようとする課題】以上のように、このよ
うな構成の誤り訂正復号装置は、いずれもその回路構成
の規模が大きくなるという問題があった。
As described above, each of the error correction decoding devices having such a configuration has a problem that the scale of the circuit configuration becomes large.

【0009】本発明は、前記従来技術の問題を解決する
ものであり、回路規模を大きくすることなく、低速のク
ロックで誤り訂正を実現する並列処理誤り訂正復号装置
を提供することを目的とする。
An object of the present invention is to solve the above-mentioned problems of the prior art, and to provide a parallel processing error correction decoding device which realizes error correction with a low-speed clock without increasing the circuit scale. .

【0010】[0010]

【課題を解決するための手段】この目的を達成するため
に、本発明に係る並列処理誤り訂正復号装置は、並列に
pビットの受信信号を入力する入力端子と、受信信号を
遅延させる遅延回路と、入力端子から入力される受信信
号を順次入力し、
In order to achieve this object, a parallel processing error correction decoding apparatus according to the present invention comprises an input terminal for inputting a p-bit received signal in parallel, and a delay circuit for delaying the received signal. And, sequentially input the reception signal input from the input terminal,

【0011】[0011]

【外5】 [Outside 5]

【0012】の元を出力するシンドローム計算回路と、
シンドローム計算回路の出力から誤り位置多項式の係数
を計算する誤り位置係数計算回路と、誤り位置係数計算
回路から出力された係数より誤り位置を検出する誤り位
置検出回路と、遅延回路から出力される受信信号の誤り
を訂正する誤り位置訂正回路と、並列にpビットの復号
結果を出力する出力端子とを備えるように構成したもの
である。
A syndrome calculation circuit for outputting an element of
An error location coefficient calculation circuit that calculates the coefficients of the error location polynomial from the output of the syndrome calculation circuit; an error location detection circuit that detects the error location from the coefficients output from the error location coefficient calculation circuit; and a reception output from the delay circuit An error position correcting circuit for correcting a signal error and an output terminal for outputting a p-bit decoding result in parallel are provided.

【0013】前記構成によれば、回路の動作周波数を約
1/pに低減できる。
According to the above configuration, the operating frequency of the circuit can be reduced to about 1 / p.

【0014】[0014]

【発明の実施の形態】以下、図面を参照して本発明にお
ける一実施の形態を詳細に説明する。図1は本発明の一
実施の形態における並列処理誤り訂正復号装置の構成を
示すブロック図である。図1において、10はパラレルデ
ータを入力する入力端子、11は遅延回路、12はシンドロ
ーム計算回路、13は誤り位置係数計算回路、14は誤り位
置検出回路、15は誤り位置訂正回路、16はパラレルデー
タを出力する出力端子である。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a parallel processing error correction decoding device according to an embodiment of the present invention. In FIG. 1, reference numeral 10 denotes an input terminal for inputting parallel data, 11 denotes a delay circuit, 12 denotes a syndrome calculation circuit, 13 denotes an error position coefficient calculation circuit, 14 denotes an error position detection circuit, 15 denotes an error position correction circuit, and 16 denotes a parallel position. Output terminal for outputting data.

【0015】例えば、生成多項式がFor example, if the generator polynomial is

【0016】[0016]

【数3】 G(x)=X10+X9+X8+X6+X5+X3+X0 =(X5+X2+1)(X5+X4+X3+X2+1) で与えられるGF(25)上の誤り訂正BCH(31,21)符
号の復号器として、5ビットのパラレル入力としp=5
について以下にその動作を説明する。なお、ここで示す
演算はmod2の演算であり、以下に示す演算も全てmod2
の演算で行われる。また、31ビットの入力信号を|
0,R1,R2,………,R28,R29,R30|で表現す
るものとする。
Equation 3] G (x) = X 10 + X 9 + X 8 + X 6 + X 5 + X 3 + X 0 = (X 5 + X 2 +1) (X 5 + X 4 + X 3 + X 2 +1) at given GF (2 5) As a decoder for the above error-correcting BCH (31,21) code, a 5-bit parallel input and p = 5
The operation will be described below. Note that the operation shown here is an operation of mod2, and all the operations shown below are mod2.
Is performed by the following calculation. Also, if the 31-bit input signal is |
R 0 , R 1 , R 2 ,..., R 28 , R 29 , R 30 |

【0017】図1において、入力端子10からはそれぞれ 受信信号 (R0, 0, 0, 0, 0 ) (R5, R4, R3, R2, R1 ) (R10,R9, R8, R7, R6 ) ・ ・ ・ (R30,R29,R28,R27,R26) が順次入力される。ここで、各受信信号はGF(25)の
元であり、1シンボルが5ビットで表現されるため初め
に0を付加する必要がある。
In FIG. 1, received signals (R 0 , 0, 0, 0, 0) (R 5 , R 4 , R 3 , R 2 , R 1 ) (R 10 , R 9 , R 8, R 7, R 6 ) · · · (R 30, R 29, R 28, R 27, R 26) are sequentially inputted. Here, each received signal is an element of GF (2 5 ), and since one symbol is represented by 5 bits, it is necessary to add 0 first.

【0018】入力端子10から入力される5ビット毎の受
信信号は、それぞれ遅延回路11へ供給されると共に、シ
ンドローム計算回路12へ供給される。
The 5-bit received signal input from the input terminal 10 is supplied to the delay circuit 11 and also to the syndrome calculation circuit 12, respectively.

【0019】遅延回路11では、入力信号|R0,R1,R
2,………,R28,R29,R30|を一定時間だけ遅延し
て出力する。
In the delay circuit 11, the input signals | R 0 , R 1 , R
2 ,..., R 28 , R 29 , R 30 |

【0020】また、シンドローム計算回路12では入力さ
れる受信信号からシンドロームS1,S2,S3を計算
する。さらに、図2は本実施の形態におけるシンドロー
ム計算回路の一例である構成を示す回路図で、20は入力
端子、21,21′は繰り返しの積和演算回路、22,22′は
遅延機能を有する回路であり5ビットのDフリップフロ
ップ、23はシンドロームS1の出力端子、24は2乗回
路、25はシンドロームS2の出力端子、26は3乗回路、
27はシンドロームS3の出力端子である。
The syndrome calculation circuit 12 calculates syndromes S1, S2 and S3 from the input received signal. FIG. 2 is a circuit diagram showing an example of a syndrome calculation circuit according to the present embodiment. Reference numeral 20 denotes an input terminal, reference numerals 21 and 21 'denote a repetitive product-sum operation circuit, and reference numerals 22 and 22' have a delay function. The circuit is a 5-bit D flip-flop, 23 is an output terminal of the syndrome S1, 24 is a square circuit, 25 is an output terminal of the syndrome S2, 26 is a cubic circuit,
27 is an output terminal of the syndrome S3.

【0021】シンドロームS1は、X5+X2+1の割算
演算回路の剰余であり、表1に示すようにシリアル入力
の場合は、1クロック毎に1〜5まで演算された結果を
得る。5ビットのパラレル入力の場合は、5クロック目
の計算式を用いることにより1クロック以内に演算結果
を得ることができる。
The syndrome S1 is the remainder of the division operation circuit of X 5 + X 2 +1. As shown in Table 1, in the case of a serial input, the operation result is obtained from 1 to 5 every clock. In the case of a 5-bit parallel input, the calculation result can be obtained within one clock by using the calculation formula at the fifth clock.

【0022】[0022]

【表1】 [Table 1]

【0023】ここに、その計算式を示す。Here, the calculation formula is shown.

【0024】[0024]

【数4】S1## EQU4 ## S1

〔0〕=x[0] = x

〔0〕+x〔3〕+a4 S1〔1〕=x〔1〕+x〔4〕+a3 S1〔2〕=x[0] + x [3] + a4 S1 [1] = x [1] + x [4] + a3 S1 [2] = x

〔0〕+x〔2〕+x〔3〕+a2 S1〔3〕=x〔1〕+x〔3〕+x〔4〕+a1 S1〔4〕=x〔2〕+x〔4〕+a0 xは1つ前のS1の値でありDフリップフロップ22の出
力Qに相当し、初期値は0である。a0〜a4は5ビッ
トの入力データを示す。
[0] + x [2] + x [3] + a2 S1 [3] = x [1] + x [3] + x [4] + a1 S1 [4] = x [2] + x [4] + a0 x is the previous one The value of S1 corresponds to the output Q of the D flip-flop 22, and the initial value is 0. a0 to a4 indicate 5-bit input data.

【0025】シンドロームS2((S1)2)については、
シンドロームS1のαにα2を代入して得られるシンド
ロームである。ここで、生成多項式がある仮想的な根α
をもちα5+α2+1=0を満たすものと仮定すると、mo
d2の演算よりα5=α2+1となりS2は以下のように
もとめられる。
For the syndrome S2 ((S1) 2 ),
This is a syndrome obtained by substituting α 2 for α of the syndrome S1. Here, a virtual root α having a generator polynomial
Assuming that α 5 + α 2 + 1 = 0 is satisfied, mo
α 5 = α 2 +1 next S2 from operations d2 are determined as follows.

【0026】[0026]

【数5】 S1## EQU5 ## S1

〔0〕α0のαにα2を代入=1 S1〔1〕α1のαにα2を代入=α2 S1〔2〕α2のαにα2を代入=α4 S1〔3〕α3のαにα2を代入=α6=α・α5=α(α2+1)=α3+α S1〔4〕α4のαにα2を代入=α8=α3・α5=α32+1) =α5+α3=α3+α2+1 となることから[0] Substituting α 2 for α of α 0 = 1 S1 [1] Substituting α 2 for α of α 1 = α 2 S1 [2] Substituting α 2 for α of α 2 = α 4 S1 [3] Substituting α 2 for α 3 = α 6 = α · α 5 = α (α 2 +1) = α 3 + α S1 [4] Substituting α 2 for α 4 = α 8 = α 3 · α 5 = Α 32 +1) = α 5 + α 3 = α 3 + α 2 +1

【0027】[0027]

【数6】 S2=S1S2 = S1

〔0〕α0+S1〔1〕α2+S1〔2〕α4 +S1〔3〕α6+S1〔4〕α8 =S1[0] alpha 0 + S1 (1) alpha 2 + S1 (2) alpha 4 + S1 (3) alpha 6 + S1 [4] alpha 8 = S1

〔0〕+S1〔1〕α2+S1〔2〕α4 +S1〔3〕(α3+α)+S1〔4〕(α3+α2+1) =S1[0] + S1 [1] alpha 2 + S1 (2) alpha 4 + S1 (3) (α 3 + α) + S1 (4) (α 3 + α 2 +1) = S1

〔0〕+S1〔1〕α2+S1〔2〕α4+S1〔3〕α3 +S1〔3〕α+S1〔4〕α3+S1〔4〕α2 +S1〔4〕 =(S1[0] + S1 [1] alpha 2 + S1 (2) alpha 4 + S1 [3] alpha 3 + S1 [3] alpha + S1 [4] alpha 3 + S1 (4) alpha 2 + S1 [4] = (S1

〔0〕+S1〔4〕)+S1〔3〕α +(S1〔1〕+S1〔4〕)α2 +(S1〔3〕+S1〔4〕)α3+S1〔2〕α4 となる。すなわちα2を代入した結果のS1をS2とす
ると
[0] + S1 [4]) + S1 [3] alpha + (made by S1 [1] + S1 [4]) alpha 2 + (S1 (3) + S1 (4)) alpha 3 + S1 (2) alpha 4. That is, if S1 obtained by substituting α 2 is S2,

【0028】[0028]

【数7】S2## EQU7 ## S2

〔0〕=S1[0] = S1

〔0〕+S1〔4〕 S2〔1〕=S1〔3〕 S2〔2〕=S1〔1〕+S1〔4〕 S2〔3〕=S1〔3〕+S1〔4〕 S2〔4〕=S1〔2〕 となる。[0] + S1 [4] S2 [1] = S1 [3] S2 [2] = S1 [1] + S1 [4] S2 [3] = S1 [3] + S1 [4] S2 [4] = S1 [2 ].

【0029】シンドロームS3については、X5+X4
3+X2+1の割算演算回路の剰余であるシンドローム
S1´のαにα3を代入して得られるシンドロームであ
り、S1´はS1と同様にして表2のように求めること
ができる。
For syndrome S3, X 5 + X 4 +
A syndrome obtained by substituting α 3 for α of the syndrome S1 ′ which is the remainder of the division operation circuit of X 3 + X 2 +1. S1 ′ can be obtained as shown in Table 2 in the same manner as S1.

【0030】[0030]

【表2】 [Table 2]

【0031】ここに、その計算式を示すHere, the calculation formula is shown.

【0032】[0032]

【数8】S1′## EQU8 ## S1 '

〔0〕=x[0] = x

〔0〕+x〔3〕+a4 S1′〔1〕=x〔1〕+x〔2〕+a3 S1′〔2〕=x[0] + x [3] + a4 S1 '[1] = x [1] + x [2] + a3 S1' [2] = x

〔0〕+x〔1〕+x〔2〕+x
〔3〕+x〔4〕+a2 S1′〔3〕=x
[0] + x [1] + x [2] + x
[3] + x [4] + a2 S1 '[3] = x

〔0〕+x〔2〕+x〔3〕+a1 S1′〔4〕=x[0] + x [2] + x [3] + a1 S1 '[4] = x

〔0〕+x〔3〕+a0 xは1つ前のS1′の値でありDフリップフロップ22′
の出力Qであり、初期値は0である。a0〜a4は5ビ
ットの入力データを示す。
[0] + x [3] + a0 x is the value of the previous S1 'and is the D flip-flop 22'
And the initial value is 0. a0 to a4 indicate 5-bit input data.

【0033】シンドロームS3については、シンドロー
ムS1′のαにα3を代入して得られるシンドロームで
ありS2と同様に求められる結果を以下に示す。
The syndrome S3 is a syndrome obtained by substituting α 3 for α of the syndrome S1 ′, and the result obtained in the same manner as S2 is shown below.

【0034】[0034]

【数9】 S3(Equation 9) S3

〔0〕=S1′[0] = S1 '

〔0〕 S3〔1〕=S1′〔2〕+S1′〔3〕+S1′〔4〕 S3〔2〕=S1′〔4〕 S3〔3〕=S1′〔1〕+S1′〔2〕+S1′〔3〕+S1′〔4〕 S3〔4〕=S1′〔3〕 ここで、シンドロームS1,S2,S3がGF(25)の
元である。
[0] S3 [1] = S1 '[2] + S1' [3] + S1 '[4] S3 [2] = S1' [4] S3 [3] = S1 '[1] + S1' [2] + S1 ' [3] + S1 '[4] S3 [4] = S1' [3] Here, the syndromes S1, S2 and S3 are elements of GF (2 5 ).

【0035】誤り位置係数計算回路13ではシンドローム
計算回路12の出力S1,S2,S3が入力され、誤り位
置検出多項式
The error position coefficient calculation circuit 13 receives the outputs S1, S2, and S3 of the syndrome calculation circuit 12 and generates an error position detection polynomial.

【0036】[0036]

【数10】σ(x)=S1+S2α+((S1)3+S3)α2 の係数(S1)3+S3が計算される。誤りがない場合S
1=S2=S3=0であり、1ビット誤りの場合は
Equation 10] σ (x) = S1 + S2α + ((S1) 3 + S3) α 2 coefficient (S1) 3 + S3 is calculated. If there is no error S
1 = S2 = S3 = 0, and in the case of a 1-bit error,

【0037】[0037]

【数11】(S1)3=S3((S1)3+S3=0,(S1)3
=S3≠0) であり、2ビット誤りの場合は(S1)3≠S3となる。
(S1) 3 = S3 ((S1) 3 + S3 = 0, (S1) 3
= S3 ≠ 0), and in the case of a 2-bit error, (S1) 3 ≠ S3.

【0038】また、図3は本実施の形態における誤り位
置検出回路の一例である構成を示す回路図で、30,31,
32は入力端子、33,33′は積和演算回路、34はα乗算回
路、35はα2乗算回路、36は加算回路、37は出力端子で
ある。
FIG. 3 is a circuit diagram showing a configuration as an example of an error position detection circuit according to the present embodiment.
32 is an input terminal, 33 and 33 'are product-sum operation circuits, 34 is an α multiplication circuit, 35 is an α 2 multiplication circuit, 36 is an addition circuit, and 37 is an output terminal.

【0039】誤り位置検出回路14では、誤り位置係数計
算回路13の出力である係数(S1)3+S3を入力端子32
へ、シンドローム計算回路12の出力のシンドロームS
1,S2を入力端子30,31へ入力するように設定し、
In the error position detection circuit 14, the coefficient (S1) 3 + S3 output from the error position coefficient calculation circuit 13 is input to an input terminal 32.
To the syndrome S of the output of the syndrome calculation circuit 12.
1 and S2 are set to be input to the input terminals 30 and 31,

【0040】[0040]

【数12】σ(x)=S1+S2α+((S1)3+S3)α2 の計算を並列処理して誤りのあるところが0となって出
力される。
The calculation of σ (x) = S1 + S2α + ((S1) 3 + S3) α 2 is parallel-processed, and an error is output as 0.

【0041】さらに、図4は本実施の形態における誤り
位置訂正回路の一例である構成を示す回路図で、40は誤
り位置検出回路14の出力を入力する入力端子、41は遅延
回路11の出力を入力する入力端子、42は否定(NOT)回
路、43は各ビット毎に設けた排他的論理和(EXOR)回
路、44は出力端子である。
FIG. 4 is a circuit diagram showing a configuration as an example of the error position correction circuit according to the present embodiment. Reference numeral 40 denotes an input terminal for inputting the output of the error position detection circuit 14, and reference numeral 41 denotes the output of the delay circuit 11. , An NOT (NOT) circuit, 43 an exclusive OR (EXOR) circuit provided for each bit, and 44 an output terminal.

【0042】誤り位置訂正回路15では、遅延回路11の出
力と誤り位置検出回路14の出力とを排他的論理和をとる
ことにより誤りを訂正し出力する。
The error position correction circuit 15 corrects the error by taking the exclusive OR of the output of the delay circuit 11 and the output of the error position detection circuit 14, and outputs the result.

【0043】この構成の誤り訂正復号処理は、符号長が
31ビットであり5で割り切れないため、従来の復号装置
と比較して1/4のクロック(4倍の処理速度)にするこ
としかできない。しかし、符号長nがpで割り切れる数
であれば1/pまでクロックを低速にすることができ
る。
In the error correction decoding processing of this configuration, the code length is
Since it is 31 bits and cannot be divided by 5, the clock can only be set to 1/4 clock (four times the processing speed) as compared with the conventional decoding device. However, if the code length n is a number divisible by p, the clock speed can be reduced to 1 / p.

【0044】なお、以上の説明は本発明の一例を示すも
のであり、本発明はこれに限定されるものではない。
The above description is an example of the present invention, and the present invention is not limited to this.

【0045】[0045]

【発明の効果】以上説明したように、本発明によれば、
シンドローム計算回路,誤り位置検出回路を並列処理と
しているため回路規模をそれほど大きくすることなく、
回路の動作周波数を約1/pに低減できるという有利な
効果を奏する。
As described above, according to the present invention,
Since the syndrome calculation circuit and error position detection circuit are processed in parallel, the circuit scale does not increase so much.
There is an advantageous effect that the operating frequency of the circuit can be reduced to about 1 / p.

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

【図1】本発明の一実施の形態における並列処理誤り訂
正復号装置の構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a parallel processing error correction decoding device according to an embodiment of the present invention.

【図2】本実施の形態におけるシンドローム計算回路の
一例である構成を示す回路図である。
FIG. 2 is a circuit diagram illustrating a configuration that is an example of a syndrome calculation circuit according to the present embodiment;

【図3】本実施の形態における誤り位置検出回路の一例
である構成を示す回路図である。
FIG. 3 is a circuit diagram illustrating a configuration that is an example of an error position detection circuit according to the present embodiment;

【図4】本実施の形態における誤り位置訂正回路の一例
である構成を示す回路図である。
FIG. 4 is a circuit diagram illustrating a configuration that is an example of an error position correction circuit according to the present embodiment;

【図5】従来の誤り訂正復号装置の構成を示すブロック
図である。
FIG. 5 is a block diagram illustrating a configuration of a conventional error correction decoding device.

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

1,10,20,30,31,32,40,41…入力端子、 2,11
…遅延回路、 3,12…シンドローム計算回路、 4,
13…誤り位置係数計算回路、 5,14…誤り位置検出回
路、 6,15…誤り位置訂正回路、 7,16,23,25,
27,37,44…出力端子、 21,21′,33,33′…積和演
算回路、 22,22′…Dフリップフロップ、 24…2乗
回路、 26…3乗回路、 34…α乗算回路、 35…α2
乗算回路、36…加算回路、 42…否定(NOT)回路、
43…排他的論理和(EXOR)回路。
1, 10, 20, 30, 31, 32, 40, 41 ... input terminals, 2, 11
... delay circuit, 3,12 ... syndrome calculation circuit, 4,
13 ... Error position coefficient calculation circuit, 5,14 ... Error position detection circuit, 6,15 ... Error position correction circuit, 7,16,23,25,
27, 37, 44 ... output terminal, 21, 21 ', 33, 33' ... product-sum operation circuit, 22, 22 '... D flip-flop, 24 ... square circuit, 26 ... cube circuit, 34 ... alpha multiplier circuit , 35… α 2
Multiplication circuit, 36 addition circuit, 42 negation (NOT) circuit,
43 ... Exclusive OR (EXOR) circuit.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 【外1】 (mは正整数)の元をシンボルとする(n,k)誤り訂正復
号装置であって、 並列にpビット(pは2以上の整数)の受信信号を入力す
る入力端子と、前記受信信号を遅延させる遅延回路と、
前記入力端子から入力される受信信号を順次入力し、 【外2】 の元を出力するシンドローム計算回路と、該シンドロー
ム計算回路の出力から誤り位置多項式の係数を計算する
誤り位置係数計算回路と、該誤り位置係数計算回路から
出力された係数より誤り位置を検出する誤り位置検出回
路と、前記遅延回路から出力される受信信号の誤りを訂
正する誤り位置訂正回路と、並列にpビットの復号結果
を出力する出力端子とを備えることを特徴とする並列処
理誤り訂正復号装置。
(1) An (n, k) error correction decoding device that uses an element of (m is a positive integer) as a symbol, comprising: an input terminal for inputting a p-bit (p is an integer of 2 or more) reception signal in parallel; A delay circuit for delaying
Receiving signals sequentially input from the input terminals, , An error position coefficient calculation circuit for calculating a coefficient of an error locator polynomial from the output of the syndrome calculation circuit, and an error for detecting an error position from the coefficient output from the error position coefficient calculation circuit. Parallel processing error correction decoding comprising: a position detection circuit; an error position correction circuit for correcting an error of a received signal output from the delay circuit; and an output terminal for outputting a p-bit decoding result in parallel. apparatus.
【請求項2】 前記入力端子は受信信号が 【数1】 で多項式で表現をされる受信信号|R0,R1,………,
n-2,Rn-1|のうち、 【数2】 P0=(Rp-1, ………,R1, R0 ) P1=(R2p-1,………,Rp+1, Rp ) ・ ・ ・ Pm=(Rn-1,………,Rmp+1,Rmp ) をpビットずつ並列に順次入力し、前記シンドローム計
算回路は前記入力端子から入力される受信信号を順次積
和演算し、 【外3】 の元を出力することを特徴とする請求項1記載の並列処
理誤り訂正復号装置。
2. The input terminal receives a received signal as The received signal | R 0 , R 1 ,...
R n−2 , R n−1 | P 0 = (R p−1 ,..., R 1 , R 0 ) P 1 = (R 2p−1 ,..., R p + 1, R p) · · · P m = (R n-1, ........., sequentially inputs the R mp + 1, R mp) in parallel by p bits, the syndrome calculation circuit from the input terminal The product-sum operation is sequentially performed on the input received signals. 2. The parallel processing error correction decoding device according to claim 1, wherein an element of?
JP8275915A 1996-10-18 1996-10-18 Parallel process error correcting and decoding device Pending JPH10126280A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8275915A JPH10126280A (en) 1996-10-18 1996-10-18 Parallel process error correcting and decoding device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8275915A JPH10126280A (en) 1996-10-18 1996-10-18 Parallel process error correcting and decoding device

Publications (1)

Publication Number Publication Date
JPH10126280A true JPH10126280A (en) 1998-05-15

Family

ID=17562204

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8275915A Pending JPH10126280A (en) 1996-10-18 1996-10-18 Parallel process error correcting and decoding device

Country Status (1)

Country Link
JP (1) JPH10126280A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7644342B2 (en) 2001-11-21 2010-01-05 Kabushiki Kaisha Toshiba Semiconductor memory device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7644342B2 (en) 2001-11-21 2010-01-05 Kabushiki Kaisha Toshiba Semiconductor memory device

Similar Documents

Publication Publication Date Title
US5440570A (en) Real-time binary BCH decoder
US5170399A (en) Reed-Solomon Euclid algorithm decoder having a process configurable Euclid stack
US5715262A (en) Errors and erasures correcting reed-solomon decoder
US5517509A (en) Decoder for decoding ECC using Euclid&#39;s algorithm
Blahut A universal Reed-Solomon decoder
US6119262A (en) Method and apparatus for solving key equation polynomials in decoding error correction codes
WO2000057561A1 (en) Pipelined high speed reed-solomon error/erasure decoder
EP0233075B1 (en) Method and apparatus for generating error detection check bytes for a data record
EP0112988A2 (en) Syndrome processing for multibyte error correcting systems
US5805617A (en) Apparatus for computing error correction syndromes
US7162679B2 (en) Methods and apparatus for coding and decoding data using Reed-Solomon codes
EP0621698B1 (en) Error correction method including erasure correction, and apparatus therefore
KR19980033277A (en) Galois field multiplier for Reed-Solomon decoder
EP0204576A2 (en) Apparatus for and methods of decoding a BCH code
KR100260415B1 (en) High speed serial error position polynomual calculation circuit
EP1502356B1 (en) A method of soft-decision decoding of reed-solomon codes
EP0660535B1 (en) Apparatus for uniformly correcting erasure and error of received word by using a common polynomial
US20100174970A1 (en) Efficient implementation of a key-equation solver for bch codes
KR19990026630A (en) Reed-Solomon decoder and its decoding method
US6915478B2 (en) Method and apparatus for computing Reed-Solomon error magnitudes
JP3241851B2 (en) Error correction decoding device
JP3614978B2 (en) Galois field division method and division apparatus
JPH10126280A (en) Parallel process error correcting and decoding device
JP3233502B2 (en) Decryption device
EP0793352B1 (en) Apparatus for determining the error evaluator polynomial for use in a Reed-Solomon decoder