JP2848734B2 - Error detection and correction device - Google Patents

Error detection and correction device

Info

Publication number
JP2848734B2
JP2848734B2 JP4947792A JP4947792A JP2848734B2 JP 2848734 B2 JP2848734 B2 JP 2848734B2 JP 4947792 A JP4947792 A JP 4947792A JP 4947792 A JP4947792 A JP 4947792A JP 2848734 B2 JP2848734 B2 JP 2848734B2
Authority
JP
Japan
Prior art keywords
bit string
bit
error
remainder
bits
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
JP4947792A
Other languages
Japanese (ja)
Other versions
JPH05252054A (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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP4947792A priority Critical patent/JP2848734B2/en
Publication of JPH05252054A publication Critical patent/JPH05252054A/en
Application granted granted Critical
Publication of JP2848734B2 publication Critical patent/JP2848734B2/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]

【産業上の利用分野】本発明は受信データの情報ビット
列に対して誤り訂正を行なう誤り検出・訂正装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error detecting / correcting apparatus for performing error correction on an information bit string of received data.

【0002】[0002]

【従来の技術】従来、誤り検出・訂正方式として、送信
側において、送信情報ビット列に対する検査ビット列を
生成多項式を用いて求め、送信情報ビット列及び検査ビ
ット列でなる送信ビット列を受信側に送信し、受信側に
おいて、受信ビット列(エラーがなければ送信ビット列
に等しい)を上述の生成多項式で除算し、その除算結果
をアドレスとしてメモリテーブルを検索して誤りビット
情報を求めて訂正するものがある。
2. Description of the Related Art Conventionally, as an error detection / correction method, a transmission side obtains a check bit sequence for a transmission information bit sequence using a generator polynomial, transmits a transmission bit sequence including the transmission information bit sequence and the check bit sequence to a reception side, and performs reception. On the side, there is a method in which a received bit string (equal to a transmitted bit string if there is no error) is divided by the above-described generator polynomial, and the division result is used as an address to search a memory table to obtain and correct error bit information.

【0003】この従来の方式を図2を参照しながら一般
的に説明する。ここで、n次の生成多項式を用い、mビ
ットの情報列に対する(n−1)次の剰余を検査ビット
列として付与し、1ビット誤りのみを訂正する方式とす
る。なお、以下の説明において、ビット列という表現
は、場合によってはこのビット列を係数とした符号多項
式をも意味する。
[0003] This conventional system will be generally described with reference to FIG. Here, a (n−1) -order remainder for an m-bit information sequence is given as a check bit sequence using an n-th generation polynomial, and only one-bit errors are corrected. In the following description, the expression “bit string” also means a code polynomial using the bit string as a coefficient in some cases.

【0004】図2において、送信側における剰余演算部
1は、生成多項式G(X)及び送信情報ビット列D
(X)から、下記の(1) 式を満足させる検査ビット列E
(X)を求めるものである。 O(X)=Xn ・D(X)+E(X)=G(X)・Q(X) (1) すなわち、情報ビット列D(X)を生成多項式G(X)
で除算した剰余ビット列E(X)を求める。
[0004] In FIG. 2, the remainder operation unit 1 on the transmission side includes a generator polynomial G (X) and a transmission information bit sequence D
From (X), the check bit string E satisfying the following equation (1) is obtained.
(X). O (X) = X n · D (X) + E (X) = G (X) · Q (X) (1) That is, the information bit string D (X) is generated by the polynomial G (X)
To obtain a remainder bit string E (X).

【0005】多重部2は、送信情報ビット列D(X)の
下位側にこの検査ビット列E(X)を付与したビット列
n ・D(X)+E(X)を送信ビット列O(X)とし
て受信側に送信する。(1) 式に示すように、この送信ビ
ット列O(X)は、生成多項式G(X)で割り切れるも
のである。(1) 式におけるQ(X)は、送信ビット列O
(X)を生成多項式G(X)で割った商である。
[0005] The multiplexing section 2 receives a bit string X n · D (X) + E (X) obtained by adding the check bit string E (X) to the lower side of the transmission information bit string D (X) as a transmission bit string O (X). Send to the side. As shown in equation (1), this transmission bit string O (X) is divisible by the generator polynomial G (X). Q (X) in equation (1) is the transmission bit string O
The quotient obtained by dividing (X) by the generator polynomial G (X).

【0006】送信ビット列O(X)に伝送を通じてエラ
ーが入り込むことがある。ここで、エラー情報をER
(X)とすると、受信側で受信されたビット列I(X)
は、(2) 式によって表される。 I(X)=O(X)+ER(X)=G(X)・Q(X)+ER(X) (2) ここで、エラーがない場合には、受信ビット列I(X)
は送信ビット列O(X)に等しいので、生成多項式G
(X)で割り切れる。他方、エラーがあると生成多項式
G(X)で割り切れず、剰余ビット列R(X)が生じ
る。すなわち、(3)式を満たす剰余ビット列R(X)が
生じる。 I(X)=G(X)・Q´(X)+R(X) (3) 但し、Q´(X)は商である。(2) 式におけるG(X)
・Q(X)+ER(X)において、第1項は生成多項式
G(X)で割り切れるので、剰余ビット列R(X)はエ
ラー情報ER(X)を生成多項式G(X)で割った剰余
ビット列に等しく、剰余ビット列R(X)はエラー情報
ER(X)を反映したビット列となる。すなわち、誤り
ビット数や誤りビット位置が反映されたビット列とな
る。
An error may enter the transmission bit string O (X) through transmission. Here, the error information is
(X), the bit string I (X) received on the receiving side
Is represented by equation (2). I (X) = O (X) + ER (X) = G (X) · Q (X) + ER (X) (2) Here, if there is no error, the received bit string I (X)
Is equal to the transmission bit string O (X), the generator polynomial G
Divide by (X). On the other hand, if there is an error, it cannot be divided by the generator polynomial G (X), and a remainder bit string R (X) is generated. That is, a remainder bit string R (X) that satisfies Expression (3) is generated. I (X) = G (X) · Q ′ (X) + R (X) (3) where Q ′ (X) is a quotient. G (X) in equation (2)
In Q (X) + ER (X), since the first term is divisible by the generator polynomial G (X), the remainder bit string R (X) is the remainder bit string obtained by dividing the error information ER (X) by the generator polynomial G (X). And the remainder bit string R (X) is a bit string reflecting the error information ER (X). That is, the bit string reflects the number of error bits and the position of the error bit.

【0007】そこで、受信側に、予め剰余ビット列R
(X)と、誤りビット位置等の誤りパターンとを対応付
けたメモリテーブル4を設けておき、剰余演算部3が受
信ビット列I(X)を生成多項式G(X)で除算して求
めた剰余ビット列R(X)によってメモリテーブル4を
検索し、誤りがあるかないか、ある場合の誤りビット位
置を導き出し、誤り訂正が可能な場合に、訂正ビット列
C(X)を誤り訂正回路5に与えて、受信ビット列I
(X)の誤りビットを訂正させる。
[0007] Then, on the receiving side, the residual bit string R
A memory table 4 in which (X) is associated with an error pattern such as an error bit position is provided, and the remainder operation unit 3 divides the received bit string I (X) by a generator polynomial G (X) to obtain a remainder. The memory table 4 is searched by the bit string R (X) to derive the presence or absence of an error or an error bit position in a certain case. If error correction is possible, the correction bit string C (X) is given to the error correction circuit 5. , Received bit string I
The error bit of (X) is corrected.

【0008】図3は、8ビットパラレル処理を実施して
いる誤り訂正回路10(図2の回路5に相当)の従来の
具体的構成例を示したものである。この構成例は、8次
の生成多項式X8 +X2 +X+1を用い、32ビットの
情報ビット列に対して7次の検査ビット列(従ってビッ
ト数は8)を付与して送信ビット列を形成する方式にお
ける構成例である。この例の場合、受信されるビット列
は40ビットであるが、8ビットずつ誤り訂正回路10
に入力される。
FIG. 3 shows an example of a conventional specific configuration of an error correction circuit 10 (corresponding to the circuit 5 in FIG. 2) which implements 8-bit parallel processing. This configuration example employs an eighth-order generator polynomial X 8 + X 2 + X + 1, and adds a seventh-order check bit sequence (therefore, the number of bits is 8) to a 32-bit information bit sequence to form a transmission bit sequence. It is an example. In this example, the received bit string is 40 bits, but the error correction circuit 10
Is input to

【0009】なお、非同期転送モード(ATM)通信に
おける誤り検出・訂正方式には、このような方式が採用
されている。
[0009] Such a system is adopted as an error detection / correction system in asynchronous transfer mode (ATM) communication.

【0010】図3において、この誤り訂正回路10に
は、上述したように、8ビットずつの受信ビット列S
(X)と、メモリテーブル11(図2のテーブル4が該
当する)が剰余ビット列R(X)に応じて出力した40
ビットの訂正ビット列C(X)とが入力される。
Referring to FIG. 3, the error correction circuit 10 includes, as described above, a received bit string S of 8 bits each.
(X) and the memory table 11 (corresponding to Table 4 in FIG. 2) output 40 according to the remainder bit string R (X).
The bit correction bit sequence C (X) is input.

【0011】誤り訂正回路10は、メモリテーブル11
から出力された訂正ビット列C(X)をラッチする40
ビットのフリップフロップ回路12と、8ビットずつの
受信ビット列S(X)をラッチする5個の8ビットのフ
リップフロップ回路13〜17と、所定ビット訂正用の
5個の8ビットのイクスクルーシブオア回路18〜22
とから構成されている。5個のフリップフロップ回路1
3〜17及び5個のイクスクルーシブオア回路18〜2
2は、フリップフロップ回路13を受信側の先頭として
交互に縦続的に設けられており、各フリップフロップ回
路13、…、17にラッチされた8ビットがその次段の
イクスクルーシブオア回路18、…、22の一方の入力
端子に入力される。各イクスクルーシブオア回路18、
…、22の他方の入力端子には、フリップフロップ回路
12にラッチされた40ビットの訂正ビット列C(X)
の内、自己に関係する8ビットC(0)〜C(7)、
…、C32)〜C(39)が入力される。
The error correction circuit 10 includes a memory table 11
Latches the correction bit string C (X) output from
Bit flip-flop circuit 12, five 8-bit flip-flop circuits 13 to 17 for latching an 8-bit received bit string S (X), and five 8-bit exclusive ORs for correcting predetermined bits. Circuits 18-22
It is composed of Five flip-flop circuits 1
3 to 17 and 5 exclusive OR circuits 18 to 2
2 are provided alternately and cascaded with the flip-flop circuit 13 at the head of the receiving side, and the 8 bits latched in each of the flip-flop circuits 13,... ., 22 are input to one of the input terminals. Each exclusive OR circuit 18,
, 22 are connected to the 40-bit correction bit string C (X) latched by the flip-flop circuit 12.
8 bits C (0) to C (7) related to self,
.., C32) to C (39) are input.

【0012】図4は、受信ビット列S(X)と剰余ビッ
ト列R(X)との入力タイミングを示すものである。1
ブロックデータ(40ビット)を構成する最後(5番
目)の受信ビット列S(X)に同期して剰余ビット列R
(X)が入力される。従って、最後(5番目)の受信ビ
ット列S(X)に同期して訂正ビット列C(X)がメモ
リテーブル11から出力される。すなわち、各フリップ
フロップ回路13、…、17に1ブロックデータ(40
ビット)を構成する8ビットずつのデータがラッチされ
るときに、フリップフロップ回路12に訂正ビット列C
(X)がラッチされ、イクスクルーシブオア処理が行わ
れる。
FIG. 4 shows the input timing of the received bit string S (X) and the remainder bit string R (X). 1
The remainder bit string R is synchronized with the last (fifth) received bit string S (X) constituting the block data (40 bits).
(X) is input. Therefore, the corrected bit string C (X) is output from the memory table 11 in synchronization with the last (fifth) received bit string S (X). That is, each flip-flop circuit 13,...
) When the data of 8 bits each constituting the bit) is latched, the flip-flop circuit 12
(X) is latched, and an exclusive OR process is performed.

【0013】ここで、訂正ビット列C(X)は、訂正位
置のビットが「1」であり、他のビットが「0」のもの
である。イクスクルーシブオア処理は、一方の入力が
「1」の場合に他方の入力を反転して出力し、一方の入
力が「0」の場合に他方の入力をそのまま出力するもの
であるので、各イクスクルーシブオア回路18、…、2
2の処理によって、受信ビット列S(X)における誤り
ビットが訂正される。
Here, in the correction bit string C (X), the bit at the correction position is “1” and the other bits are “0”. Exclusive OR processing is to invert the other input when one input is "1" and output it, and to output the other input as it is when one input is "0". Exclusive or circuit 18, ..., 2
The error bit in the received bit string S (X) is corrected by the process of 2.

【0014】[0014]

【発明が解決しようとする課題】しかしながら、従来の
誤り検出・訂正装置の場合、メモリ規模が非常に大きい
という問題があった。上述の図3の例の場合であれば、
メモリテーブル11に8ビットの剰余ビット列R(X)
を入力して40ビットの誤り訂正ビット列C(X)を出
力するので、メモリテーブル11を28 ワード×40ビ
ットの構成とすることを要し、メモリ規模が非常に大き
いものであった。
However, the conventional error detection / correction device has a problem that the memory size is very large. In the case of the example of FIG. 3 described above,
An 8-bit remainder bit string R (X) is stored in the memory table 11.
Because Type outputs a 40-bit error correction bit string C (X), and be required to the memory table 11 and 2 8 words × 40 bits configuration, the memory scale was very large.

【0015】また、このようにメモリ規模が大きいた
め、メモリのアクセス等も高速にし難く、高速処理に適
用し難いという問題も生じていた。図3の例は、高速処
理のATM通信に適用されているので、高速処理に適し
ていないという問題は非常に大きいものである。
In addition, since the memory size is large, it is difficult to access the memory at high speed, and it is difficult to apply to high-speed processing. Since the example of FIG. 3 is applied to high-speed processing ATM communication, the problem that it is not suitable for high-speed processing is very large.

【0016】本発明は、以上の点を考慮してなされたも
のであり、誤り訂正ビット列を出力するメモリテーブル
の規模を小さくすることができ、誤り訂正処理を高速に
実行させることができる誤り訂正装置を提供しようとす
るものである。
The present invention has been made in view of the above points, and can reduce the size of a memory table for outputting an error correction bit string, and can perform error correction processing at high speed. It is intended to provide a device.

【0017】[0017]

【課題を解決するための手段】かかる課題を解決するた
め、本発明においては、mビットの情報ビット列をn
(mがnの整数倍という関係がある)次の生成多項式で
割った剰余を検査ビット列として上記情報ビット列に付
与したm+nビットのビット列が与えられる受信側に設
けられたものであって、誤りパターンの参照用メモリテ
ーブルを備えてその出力によって受信ビット列における
1ビットのみの誤りを訂正できる誤り検出・訂正装置に
おいて、メモリテーブルとして、nビットの訂正ビット
列を出力するものを適用すると共に、受信ビット列全体
を生成多項式で割った第1の剰余ビット列を出力する第
1の剰余演算手段と、第s(sは1〜(m+n)/n−
1)の剰余ビット列にXn を掛けた多項式を生成多項式
で割った剰余を第s+1の剰余ビット列として求める第
2の剰余演算手段とを設けた。そして、第t(tは1〜
(m+n)/n)の剰余ビット列をアドレスとして上記
メモリテーブルから出力させた訂正ビット列によって、
受信ビット列をnビットずつに分けたt番目のnビット
に対する誤り訂正処理を実行させて、受信ビット列にお
ける1ビットのみの誤りを訂正させる。
In order to solve the above-mentioned problem, according to the present invention, an m-bit information bit string is represented by n bits.
An error pattern provided on the receiving side to which a bit string of m + n bits given to the information bit string as a check bit string is a remainder obtained by dividing the remainder by the following generator polynomial (m is an integral multiple of n) In the error detection / correction device which has a reference memory table and which can correct an error of only one bit in the received bit string by its output, a memory table which outputs an n-bit corrected bit string is applied as the memory table, A first remainder calculating means for outputting a first remainder bit string obtained by dividing a s (s is 1 to (m + n) / n-
A second remainder operation means for obtaining a remainder obtained by dividing a polynomial obtained by multiplying the remainder bit sequence of X) by X n by a generator polynomial as an s + 1th remainder bit sequence is provided. And the t-th (t is 1 to
By using the corrected bit string output from the memory table with the remainder bit string of (m + n) / n as an address,
An error correction process is performed on the t-th n bits obtained by dividing the received bit string into n bits, and an error of only one bit in the received bit string is corrected.

【0018】[0018]

【作用】本発明では、メモリテーブルの小容量化及びメ
モリテーブルに対する処理によって生じる遅延時間の短
縮化を期して、受信ビット列がm+nビットであるが、
メモリテーブルとして、nビットの訂正ビット列を出力
するものを適用することとした。すなわち、受信ビット
列をnビットずつに分けて各nビットに対する誤り訂正
処理を実行させて、受信ビット列における1ビットのみ
の誤りを訂正させることとした。
In the present invention, the received bit string is m + n bits in order to reduce the capacity of the memory table and shorten the delay time caused by processing the memory table.
A memory table that outputs an n-bit corrected bit string is used as the memory table. That is, the received bit string is divided into n bits, and error correction processing is performed on each n bits to correct an error of only one bit in the received bit string.

【0019】受信ビット列をnビットずつに分けた第1
番目のnビット中にのみ1ビット誤りがある場合には、
第1の剰余演算手段が受信ビット列全体を生成多項式で
割って求めた第1の剰余ビット列に基づいて、メモリテ
ーブルが出力した訂正ビット列に従って訂正する。第2
番目のnビット中にのみ1ビット誤りがある場合には、
第2の剰余演算手段が第1の剰余ビット列にXn を掛け
た多項式を生成多項式で割って求めた第2の剰余ビット
列に基づいて、メモリテーブルが出力した訂正ビット列
に従って訂正する。以下、同様にして1ビット誤りを訂
正する。
A first division of the received bit string into n bits
If there is only one bit error in the nth bit,
Based on the first remainder bit string obtained by dividing the entire received bit string by the generator polynomial by the first remainder calculation means, the first remainder calculation means corrects the data according to the correction bit string output from the memory table. Second
If there is only one bit error in the nth bit,
Based on the second remainder bit string obtained by dividing the polynomial in which the first remainder bit string is multiplied by X n by the generator polynomial, the second remainder operation means corrects the data according to the correction bit string output by the memory table. Hereinafter, a one-bit error is similarly corrected.

【0020】受信ビット列に1ビットのみの誤りがある
場合、当然に、受信ビット列をnビットずつに分けたい
ずれか1個のnビットの中にのみ誤りが存在する。この
ことを考慮して、式による検討を行なうと、上述したよ
うに、第t番目のnビット中にのみ1ビット誤りがある
場合には、第2の剰余演算手段が第t−1の剰余ビット
列にXn を掛けた多項式を生成多項式で割って求めた第
tの剰余ビット列に基づいて、メモリテーブルが出力し
た訂正ビット列に従って訂正できることが分かった。
When there is only one bit error in the received bit string, the error naturally exists only in any one of n bits obtained by dividing the received bit string into n bits. In consideration of this, an examination by an equation shows that, as described above, when there is a 1-bit error only in the t-th n bits, the second remainder calculating means sets the t-1 It has been found that the correction can be made in accordance with the correction bit string output from the memory table, based on the t-th remainder bit string obtained by dividing the polynomial obtained by multiplying the bit string by X n by the generator polynomial.

【0021】[0021]

【実施例】以下、本発明の一実施例を図面を参照しなが
ら詳述する。この実施例は、上述した図2の送信側から
送信された送信ビット列O(X)を受信する受信側に設
けられたものである。すなわち、n次の生成多項式G
(X)を用い、mビットの情報ビット列D(X)に対す
る(n−1)次の剰余を検査ビット列E(X)として情
報ビット列D(X)に付与した送信ビット列O(X)が
与えられる受信側に設けられたものであり、1ビット誤
りのみの訂正を可能としているものである。なお、この
実施例の場合、mはnの整数倍とする。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below in detail with reference to the drawings. This embodiment is provided on the receiving side that receives the transmission bit string O (X) transmitted from the transmitting side in FIG. That is, an n-th order generator polynomial G
Using (X), a transmission bit string O (X) is given, in which the (n-1) -order remainder of the m-bit information bit string D (X) is added to the information bit string D (X) as a check bit string E (X). It is provided on the receiving side, and enables correction of only one bit error. In this embodiment, m is an integral multiple of n.

【0022】図1は、この実施例の受信側における誤り
検出・訂正装置の構成を示すものである。この実施例
も、予め剰余ビット列R(X)と、誤りビット位置等の
誤りパターンとを対応付けたメモリテーブル32を設け
ておき、このメモリテーブル32から訂正ビット列C
(X)を誤り訂正回路33に出力させて、受信ビット列
I(X)の誤りビットを訂正させるものである。
FIG. 1 shows the configuration of an error detection / correction device on the receiving side of this embodiment. Also in this embodiment, a memory table 32 in which a residual bit string R (X) is associated with an error pattern such as an error bit position is provided in advance.
(X) is output to the error correction circuit 33 to correct the error bit of the received bit string I (X).

【0023】しかしながら、この実施例の場合、m+n
ビットの受信ビット列I(X)全体に対する訂正ビット
列を出力して訂正させるのではなく、受信ビット列I
(X)をnビットずつに分けた各nビット単位に対して
訂正ビット列を出力させて誤り訂正を実行させるもので
ある。そのため、従来に比較して、メモリテーブル32
の構成、及び、そのアクセス構成が従来とは異なってい
る。すなわち、メモリテーブル32は、1個のアドレス
に対して、m+nビットの受信ビット列I(X)中のn
ビットに対する訂正ビット列を出力する構成となってい
る。また、メモリテーブル32に対するアドレスは、第
1の剰余演算部30又は第2の剰余演算部31が発生す
るようになされている。
However, in this embodiment, m + n
Instead of outputting and correcting a correction bit string for the entire reception bit string I (X), the reception bit string I (X)
The error correction is executed by outputting a correction bit string for each n-bit unit obtained by dividing (X) into n bits. Therefore, the memory table 32
And its access configuration is different from the conventional one. That is, the memory table 32 stores, for one address, n in the received bit string I (X) of m + n bits.
It is configured to output a correction bit string for bits. The address for the memory table 32 is generated by the first remainder operation unit 30 or the second remainder operation unit 31.

【0024】第1の剰余演算部30には、上述した(2)
式で表された受信ビット列I(X)が入力され、第1の
剰余演算部30は、この受信ビット列I(X)を生成多
項式G(X)で割った上述した(3) 式を満足する剰余ビ
ット列R(X)(以下、この剰余ビット列をR1 (X)
で表す)を求める。この剰余ビット列R1 (X)は、第
2の剰余演算部31及びメモリテーブル32に与えられ
る。メモリテーブル32は、第1の剰余演算部30から
剰余ビット列R1 (X)が与えられると、受信ビット列
I(X)中に誤りビットがあるか否か、1ビットの誤り
が受信ビット列I(X)の上位側のnビットの中にある
か否かを判定し、1ビットの誤りが受信ビット列I
(X)の上位側のnビットの中にある場合にnビットで
なる訂正ビット列C(X)を誤り訂正回路33に与えて
訂正させる。
The first remainder operation unit 30 has the above (2)
The received bit string I (X) represented by the equation is input, and the first remainder operation unit 30 satisfies the above equation (3) obtained by dividing the received bit string I (X) by the generator polynomial G (X). The remainder bit string R (X) (hereinafter, this remainder bit string is represented by R1 (X)
). The remainder bit string R1 (X) is provided to the second remainder operation unit 31 and the memory table 32. When receiving the remainder bit string R1 (X) from the first remainder operation unit 30, the memory table 32 determines whether or not there is an error bit in the reception bit string I (X) and determines whether a one-bit error occurs in the reception bit string I (X). ) Is determined in the upper n bits, and a 1-bit error is detected in the received bit string I.
When it is in the upper n bits of (X), a correction bit string C (X) consisting of n bits is given to the error correction circuit 33 and corrected.

【0025】このように、メモリテーブル32には、1
ビットの誤りが受信ビット列I(X)の上位側のnビッ
トの中にあるか否かを判定できる情報や、1ビットの誤
りが受信ビット列I(X)の上位nビットの中にある場
合の訂正ビット列C(X)が剰余ビット列R1 (X)を
アドレスとした領域に格納されている。
As described above, in the memory table 32, 1
Information that can be used to determine whether or not a bit error is present in the upper n bits of the received bit string I (X), and a case where a 1-bit error is present in the upper n bits of the received bit string I (X) The correction bit string C (X) is stored in an area using the remainder bit string R1 (X) as an address.

【0026】第2の剰余演算部31は、1ビットの誤り
が受信ビット列I(X)の上位nビットの中にはない場
合には、次の(4) 式を満足する剰余ビット列R2 (X)
を算出してメモリテーブル32及び自己の剰余ビット列
入力端子に与える。 Xn ・R1 (X)=G(X)・Q2 (X)+R2 (X) (4) 但し、Q2 (X)はXn ・R1 (X)を生成多項式G
(X)で割った商である。
When the 1-bit error is not present in the upper n bits of the received bit string I (X), the second remainder operation unit 31 calculates the remainder bit string R2 (X )
Is calculated and given to the memory table 32 and its own remainder bit string input terminal. X n · R 1 (X) = G (X) · Q 2 (X) + R 2 (X) (4) where Q 2 (X) is X n · R 1 (X) generating polynomial G
The quotient divided by (X).

【0027】メモリテーブル32は、第2の剰余演算部
31から剰余ビット列R2 (X)が与えられると、1ビ
ットの誤りが受信ビット列I(X)の上位n+1番目か
ら2n番目までのnビットの中にあるか否かを判定し、
1ビットの誤りがこのnビットの中にある場合にnビッ
トでなる訂正ビット列C(X)を誤り訂正回路33に与
えて訂正させる。
When the remainder bit sequence R 2 (X) is given from the second remainder operation unit 31, the memory table 32 determines that a 1-bit error has occurred in n bits of the upper n + 1st to 2nth bits of the received bit sequence I (X). Judge whether it is inside or not,
When a 1-bit error is present in the n bits, a correction bit sequence C (X) consisting of n bits is given to the error correction circuit 33 to be corrected.

【0028】以下、1ビットの誤りが受信ビット列I
(X)の上位側のnビットの中にあるか否かを判定でき
る情報や、1ビットの誤りが受信ビット列I(X)の上
位nビットの中にある場合の訂正ビット列C(X)等が
格納されているメモリテーブル32を用いて、1ビット
の誤りが受信ビット列I(X)の上位n+1番目から2
n番目までのnビットの中にある場合の誤り訂正を実行
できることを明らかにする。
Hereinafter, a one-bit error occurs when the received bit string I
Information that can determine whether or not it is in the upper n bits of (X), a corrected bit string C (X) when a 1-bit error is in the upper n bits of the received bit string I (X), etc. Is stored in the memory table 32 in which a one-bit error is detected from the upper n + 1-th of the received bit string I (X).
It demonstrates that error correction can be performed when it is within n bits up to n.

【0029】上述したように、受信ビット列I(X)
は、送信ビット列O(X)にエラー情報ER(X)が付
加されたものであり、送信ビット列O(X)は生成多項
式G(X)で得られるものであるので、受信ビット列I
(X)を生成多項式G(X)で割った剰余ビット列R1
(X)はエラー情報ER(X)を生成多項式G(X)で
割った剰余ビット列に等しい。すなわち、次の(5) 式が
成立する。 ER(X)=G(X)・Q1 (X)+R1 (X) (5) ここで、エラー情報ER(X)を(6) 式に示すように上
位側からnビットずつのp(=(m+n)/n)個の部
分ER1 (X)、ER2 (X)、…、ERp (X)に分
けて考える。 ER(X)=ER1 (X)+ER2 (X)+…+ERp (X) (6) 1ビットのみのエラーがある場合には、いずれか1個の
部分だけが0以外の値をとり、他の部分は0である。1
ビットのみのエラーが上位nビットの中にはない場合、
ER1 (X)は0である。そのため、ER(X)にXn
を乗算したものは、(7) 式に示すように、当初のエラー
情報ER(X)と同じ次数のビット列と考えることがで
きる。 Xn ・ER(X)=Xn ・ER2 (X)+Xn ・ER3 (X) +…+Xn ・ERp (X) (7) メモリテーブル32には、エラー情報ER(X)を生成
多項式G(X)で割った剰余ビット列R1 (X)(実際
には受信ビット列I(X)を生成多項式G(X)で割っ
た剰余として求めている)に基づいて、エラー情報ER
(X)の上位nビット内にある1ビットの誤りを訂正で
きる情報が格納されている。従って、エラー情報ER
(X)と同じように考えられる多項式Xn ・ER(X)
を生成多項式G(X)で割った剰余ビット列R2 (X)
を求めると、メモリテーブル32の情報から、m+nビ
ットの多項式Xn ・ER(X)の上位nビット内にある
1ビットの誤りを訂正できる情報を取り出すことができ
る。多項式Xn ・ER(X)の上位nビットは、エラー
情報ER(X)の上位n+1番目から2n番目までのn
ビットであるので、剰余ビット列R2 (X)に基づいて
メモリテーブル32から取り出した情報は、エラー情報
ER(X)、従って受信ビット列I(X)の上位n+1
番目から2n番目までのnビットに対する訂正ビット列
となる。
As described above, the received bit string I (X)
Is obtained by adding error information ER (X) to the transmission bit string O (X), and the transmission bit string O (X) is obtained by the generator polynomial G (X).
The remainder bit string R1 obtained by dividing (X) by the generator polynomial G (X)
(X) is equal to the remainder bit string obtained by dividing the error information ER (X) by the generator polynomial G (X). That is, the following equation (5) holds. ER (X) = G (X) · Q1 (X) + R1 (X) (5) Here, the error information ER (X) is expressed as p (= ( Considering m + n) / n) parts ER1 (X), ER2 (X),..., ERp (X). ER (X) = ER1 (X) + ER2 (X) +... + ERp (X) (6) If there is an error of only one bit, only one of the parts takes a value other than 0, and The part is zero. 1
If there is no bit-only error in the upper n bits,
ER1 (X) is 0. Therefore, X n is added to ER (X).
Can be considered as a bit string of the same order as the original error information ER (X), as shown in equation (7). Xn・ ER (X) = Xn・ ER2 (X) + Xn・ ER3 (X) +... + Xn・ ERp (X) (7) In the memory table 32, error information ER (X) is generated by a polynomial G The error information ER is obtained based on the remainder bit string R1 (X) divided by (X) (actually, the received bit string I (X) is obtained as the remainder divided by the generator polynomial G (X)).
Information that can correct a 1-bit error in the upper n bits of (X) is stored. Therefore, the error information ER
Polynomial X n · ER (X) which can be considered in the same way as (X)
Divided by a generator polynomial G (X)
Is obtained, information that can correct a 1-bit error in the upper n bits of the polynomial X n ER (X) of m + n bits can be extracted from the information in the memory table 32. The upper n bits of the polynomial X n · ER (X) are the n + 1 to 2n n bits of the error information ER (X).
Therefore, the information extracted from the memory table 32 based on the remainder bit string R2 (X) is the error information ER (X), and thus the upper n + 1 of the received bit string I (X).
It becomes a correction bit string for n bits from the 2nd to the 2nth.

【0030】エラー情報ER(X)は未知のものである
ので、多項式Xn ・ER(X)を生成多項式G(X)で
割って剰余ビット列R2 (X)を求めることはできな
い。そこで、既知の情報から剰余ビット列R2 (X)を
求めることを考える。多項式Xn ・ER(X)は、(5)
式から、次の(8) 式で表されることが分かる。 Xn ・ER(X)=Xn ・G(X)・Q1 (X)+Xn ・R1 (X) (8) この右辺第1項は、生成多項式G(X)で割り切れるの
で、剰余ビット列R2(X)は、(8) 式の右辺第2項X
n ・R1 (X)を生成多項式G(X)で割った剰余に等
しい。すなわち、多項式Xn ・ER(X)を生成多項式
G(X)で割った剰余ビット列R2 (X)は、上述した
(4) 式に示すように多項式Xn ・R1 (X)を生成多項
式G(X)で割った剰余ビット列R2 (X)に等しい。
Since the error information ER (X) is unknown, the remainder bit string R2 (X) cannot be obtained by dividing the polynomial X n · ER (X) by the generator polynomial G (X). Therefore, it is considered that the remainder bit string R2 (X) is obtained from known information. The polynomial X n · ER (X) is given by (5)
From the equation, it can be seen that it is represented by the following equation (8). Xn・ ER (X) = Xn・ G (X) ・ Q1 (X) + Xn・ R1 (X) (8) Since the first term on the right side is divisible by the generator polynomial G (X), the remainder bit string R2 (X) is the second term X on the right side of equation (8).
It is equal to the remainder of n · R1 (X) divided by the generator polynomial G (X). That is, the remainder bit string R2 (X) obtained by dividing the polynomial X n · ER (X) by the generator polynomial G (X) is described above.
As shown in equation (4), it is equal to the remainder bit string R2 (X) obtained by dividing the polynomial Xn · R1 (X) by the generator polynomial G (X).

【0031】以上のように、第2の剰余演算部31が上
述した(4) 式を満足する剰余ビット列R2 (X)を求め
て、すなわち、剰余ビット列R 1(X)にXn を乗算し
た多項式Xn ・R 1(X)を生成多項式G(X)で割っ
た剰余ビット列R2 (X)を求めてメモリテーブル32
を参照することにより、受信ビット列I(X)の上位n
+1番目から2n番目までのnビットにのみ、1ビット
だけのエラーがあるか否かを判定でき、ある場合にそれ
を訂正することができる訂正ビット列C(X)をメモリ
テーブル32から出力させることができる。
As described above, the second remainder operation unit 31 obtains the remainder bit string R2 (X) satisfying the above equation (4), that is, multiplies the remainder bit string R 1 (X) by X n . A remainder bit string R2 (X) obtained by dividing the polynomial X n · R 1 (X) by the generator polynomial G (X) is obtained in the memory table 32.
, The upper n bits of the received bit string I (X)
It is possible to determine from the memory table 32 a correction bit string C (X) that can determine whether or not there is only one bit error in only n bits from the + 1st to 2nth bits, and correct it if there is. Can be.

【0032】受信ビット列I(X)の上位2n番目まで
にはエラービットがない場合には、上述と同様にして、
第2の剰余演算部31が次の(9) 式によって、新たな剰
余ビット列R3 (X)を求めてメモリテーブル32を参
照することにより、受信ビット列I(X)の上位2n+
1番目から3n番目までのnビットにのみ、1ビットだ
けのエラーがあるか否かを判定でき、ある場合にそれを
訂正することができる訂正ビット列C(X)をメモリテ
ーブル32から出力させることができる。 Xn ・R2 (X)=G(X)・Q2 (X)+R3 (X) (9) 第2の剰余演算部31は以下、同様な処理を行なう。
If there are no error bits up to the upper 2n-th bit of the received bit string I (X), similar to the above,
The second remainder operation unit 31 obtains a new remainder bit string R3 (X) by referring to the memory table 32 according to the following equation (9), thereby obtaining the upper 2n + of the received bit string I (X).
It is possible to determine from the memory table 32 a corrected bit string C (X) that can determine whether or not there is an error of only one bit only in the n bits from the first to the 3nth, and correct the error if there is. Can be. X n · R 2 (X) = G (X) · Q 2 (X) + R 3 (X) (9) The second remainder operation unit 31 performs the same processing as described below.

【0033】従って、上述の実施例によれば、従来より
格段的に少ない容量のメモリテーブル32を用いて誤り
検出・訂正することができる。その結果、高速処理に適
したものとなる。
Therefore, according to the above-described embodiment, it is possible to detect and correct an error using the memory table 32 having a much smaller capacity than the conventional one. As a result, it is suitable for high-speed processing.

【0034】次に、8ビットパラレル処理を実施してい
る本発明の第2実施例を説明する。図5は、この実施例
の具体的構成例を示したものである。この実施例は、8
次の生成多項式X8 +X2 +X+1を用い、32ビット
の情報ビット列に対して7次の検査ビット列(従ってビ
ット数は8)を付与した送信ビット列(受信ビット列)
が与えられるものである。上述したように、これはAT
M通信で採用されているものである。
Next, a description will be given of a second embodiment of the present invention in which 8-bit parallel processing is performed. FIG. 5 shows a specific configuration example of this embodiment. This embodiment uses 8
Using the following generator polynomial X 8 + X 2 + X + 1, a transmission bit sequence (reception bit sequence) obtained by adding a 7th-order check bit sequence (therefore, the number of bits is 8) to a 32-bit information bit sequence
Is given. As mentioned above, this is the AT
This is used in M communication.

【0035】図5において、この誤り検出・訂正装置4
0は、8ビットの誤りビット列C(X)の出力用メモリ
テーブル41と、8ビットずつの受信ビット列S1
(X)〜S5 (X)のラッチ用フリップフロップ回路4
2〜46と、メモリテーブル41から出力された誤りビ
ット列C(X)のラッチ用フリップフロップ回路47
と、誤り訂正用の8ビットイクスクルーシブオア回路4
8と、図示しない第1の剰余演算部と、第2の剰余演算
部49とから構成されている。
In FIG. 5, the error detection / correction device 4
0 is the memory table 41 for outputting the 8-bit error bit string C (X) and the 8-bit received bit string S1
(X) to S5 (X) latch flip-flop circuit 4
2 to 46 and a flip-flop circuit 47 for latching the error bit string C (X) output from the memory table 41.
And an 8-bit exclusive OR circuit 4 for error correction
8, a first remainder operation unit (not shown), and a second remainder operation unit 49.

【0036】第2の剰余演算部49は、第1番目の受信
ビット列S1 (X)の訂正タイミングでは、第1の剰余
演算部から与えられた剰余ビット列R1 (X)をそのま
まメモリテーブル41に与え、第j番目(jは2〜5)
の受信ビット列Sj (X)の訂正タイミングでは、(10)
式を満たす剰余ビット列Rj (X)をそのままメモリテ
ーブル41に与える。 X8 ・Rj-1 (X)=G(X)・Qj (X)+Rj (X) (10) メモリテーブル41は、与えらえた剰余ビット列Ri
(X)(iは1〜5)が0の場合には0ビット列の訂正
ビット列C(X)を出力し、与えらえた剰余ビット列R
i (X)が0以外であって現在対象としている8ビット
の受信ビット列Si (X)にのみ1ビットの誤りがある
ときにはそれを訂正させる訂正ビット列C(X)を出力
し、剰余ビット列Ri (X)が0以外であって受信ビッ
ト列I(X)に2以上の誤りビットがあることを検出し
たときには検出ビット列を出力する。少なくとも0の訂
正ビット列C(X)及び1ビット訂正用の訂正ビット列
C(X)は、フリップフロップ回路47にラッチされて
イクスクルーシブオア回路48の一方の入力端子に与え
られる。
At the correction timing of the first received bit string S 1 (X), the second remainder operation section 49 gives the remainder bit string R 1 (X) given from the first remainder operation section to the memory table 41 as it is. , J-th (j is 2 to 5)
In the correction timing of the received bit string Sj (X), (10)
The remainder bit string Rj (X) satisfying the expression is directly provided to the memory table 41. X 8 · R j -1 (X) = G (X) · Q j (X) + R j (X) (10) The memory table 41 stores the given remainder bit string Ri
When (X) (i is 1 to 5) is 0, a corrected bit string C (X) of a 0-bit string is output, and the given remainder bit string R
If i (X) is other than 0 and there is only one bit error in the currently targeted 8-bit received bit sequence Si (X), a correction bit sequence C (X) for correcting the error is output, and the remainder bit sequence Ri ( If X) is other than 0 and it is detected that there are two or more error bits in the received bit string I (X), a detected bit string is output. The correction bit string C (X) of at least 0 and the correction bit string C (X) for 1-bit correction are latched by the flip-flop circuit 47 and applied to one input terminal of the exclusive OR circuit 48.

【0037】上述した5個のフリップフロップ回路42
〜46及びイクスクルーシブオア回路48はこの順に縦
続接続されており、最終段のフリップフロップ回路46
にラッチされた8ビットの受信ビット列がイクスクルー
シブオア回路48の他方の入力端子に入力される。イク
スクルーシブオア回路48は、フリップフロップ回路4
7にラッチされたメモリテーブル11から出力された8
ビットの訂正ビット列C(X)に基づき、最終段のフリ
ップフロップ回路46にラッチされた受信ビット列S
(X)に誤りビットがあればこれを訂正する。
The above-mentioned five flip-flop circuits 42
46 and the exclusive OR circuit 48 are cascaded in this order, and the flip-flop circuit 46 at the final stage is connected.
Is input to the other input terminal of the exclusive OR circuit 48. The exclusive OR circuit 48 includes the flip-flop circuit 4
8 output from the memory table 11 latched in 7
Based on the corrected bit sequence C (X), the received bit sequence S latched by the flip-flop circuit 46 at the last stage
If there is an error bit in (X), it is corrected.

【0038】図6は、この第2実施例の各部タイミング
チャートを示すものであり、第3番目の8ビット受信ビ
ット列S3 (X)中の1ビットのみに誤りがある場合の
例である。
FIG. 6 shows a timing chart of each part of the second embodiment, in which only one bit in the third 8-bit received bit string S3 (X) has an error.

【0039】図6に示すように、受信ビット列全体I
(X)から求めた剰余ビット列R1 (X)は、最後(5
番目)の8ビットの受信ビット列S5 (X)に同期して
図5に示す構成に入力される。この例の場合、1ビット
誤りがあるので、剰余ビット列R1 (X)は0ではな
く、第2の剰余演算部49はこの剰余ビット列R1
(X)を通過させた後、(10)式に従って得た0以外の値
をとる剰余ビット列R2 (X)、R3 (X)、R4
(X)、R5 (X)を順次出力させる。第3番目の8ビ
ット受信ビット列S3 (X)にのみ1ビットの誤りがあ
るので、メモリテーブル41は、剰余ビット列R3
(X)が与えられたときにのみ0以外の訂正ビット列C
(X)を出力し、フリップフロップ回路47にラッチさ
せる。このラッチタイミングにおいては、最終段のフリ
ップフロップ回路46に第3番目の8ビット受信ビット
列S3 (X)がラッチされており、かくして、イクスク
ルーシブオア回路48によって誤りビットが訂正され
る。
As shown in FIG. 6, the whole received bit sequence I
The remainder bit string R1 (X) obtained from (X) is the last (5
5) is input to the configuration shown in FIG. 5 in synchronization with the 8-bit received bit string S5 (X). In this example, since there is a one-bit error, the remainder bit string R1 (X) is not 0, and the second remainder operation unit 49 sets the remainder bit string R1
After passing through (X), the remainder bit strings R2 (X), R3 (X), R4 taking values other than 0 obtained according to equation (10)
(X) and R5 (X) are sequentially output. Since there is only one bit error in the third 8-bit received bit string S3 (X), the memory table 41 stores the remainder bit string R3
Correction bit string C other than 0 only when (X) is given
(X) is output and latched by the flip-flop circuit 47. At this latch timing, the third 8-bit received bit string S3 (X) is latched in the flip-flop circuit 46 at the last stage. Thus, the erroneous bits are corrected by the exclusive OR circuit 48.

【0040】従って、この実施例によっても、従来より
格段的に少ない容量(28 ワード×8ビット)のメモリ
テーブル41を用いて誤り検出・訂正することができ
る、しかも、高速処理に適した誤り検出・訂正装置を実
現することができる。
[0040] Thus, this embodiment also, it is possible to error detection and correction using memory table 41 of the conventionally remarkably small volume (2 8 words × 8 bits), moreover, an error which is suitable for high-speed processing A detection / correction device can be realized.

【0041】なお、本発明は、パラレル処理及びシリア
ル処理の誤り検出・訂正装置のいずれにも適用できるも
のである。また、剰余演算部等はハードウェア構成で実
現してもソフトウェア構成で実現しても良い。
It should be noted that the present invention can be applied to both error detection and correction devices for parallel processing and serial processing. Further, the remainder operation unit and the like may be realized by a hardware configuration or a software configuration.

【0042】[0042]

【発明の効果】以上のように、本発明によれば、メモリ
テーブルとして、生成多項式の次数と等しいnビットの
訂正ビット列を出力するものを適用すると共に、m+n
ビットの受信ビット列をnビットずつに分けた各nビッ
ト毎に誤り訂正処理を実行させて、受信ビット列におけ
る1ビットのみの誤りを訂正させるようにしたので、メ
モリ容量を少なくできる、高速処理に適した誤り検出・
訂正装置を実現することができる。
As described above, according to the present invention, a memory table which outputs an n-bit corrected bit string equal to the degree of a generator polynomial is applied, and at the same time, m + n
An error correction process is executed for each n bits obtained by dividing a received bit sequence of bits into n bits, so that an error of only one bit in the received bit sequence is corrected, so that the memory capacity can be reduced and suitable for high-speed processing. Error detection
A correction device can be realized.

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

【図1】第1実施例を示すブロック図である。FIG. 1 is a block diagram showing a first embodiment.

【図2】従来の誤り検出・訂正方式を示すブロック図で
ある。
FIG. 2 is a block diagram showing a conventional error detection / correction method.

【図3】従来の具体的な誤り検出・訂正装置の要部構成
を示すブロック図である。
FIG. 3 is a block diagram showing a main configuration of a conventional specific error detection / correction device.

【図4】図3の装置への入力信号のタイミングチャート
である。
FIG. 4 is a timing chart of an input signal to the device of FIG. 3;

【図5】第2実施例を示すブロック図である。FIG. 5 is a block diagram showing a second embodiment.

【図6】第2実施例の各部タイミングチャートである。FIG. 6 is a timing chart of each part of the second embodiment.

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

30…第1の剰余演算部、31…第2の剰余演算部、3
2…メモリテーブル、33…誤り訂正回路。
30: first remainder operation unit, 31: second remainder operation unit, 3
2 ... memory table, 33 ... error correction circuit.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭63−28133(JP,A) 特開 昭63−79142(JP,A) 特開 昭61−7729(JP,A) ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-63-28133 (JP, A) JP-A-63-79142 (JP, A) JP-A-61-7729 (JP, A)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 mビットの情報ビット列をn(mがnの
整数倍という関係がある)次の生成多項式で割った剰余
を検査ビット列として上記情報ビット列に付与したm+
nビットのビット列が与えられる受信側に設けられたも
のであって、誤りパターンの参照用メモリテーブルを備
えてその出力によって受信ビット列における1ビットの
みの誤りを訂正できる誤り検出・訂正装置において、 上記メモリテーブルとして、nビットの訂正ビット列を
出力するものを適用すると共に、 受信ビット列全体を生成多項式で割った第1の剰余ビッ
ト列を出力する第1の剰余演算手段と、 第s(sは1〜(m+n)/n−1)の剰余ビット列に
n を掛けた多項式を生成多項式で割った剰余を第s+
1の剰余ビット列として求める第2の剰余演算手段とを
備え、 第t(tは1〜(m+n)/n)の剰余ビット列をアド
レスとして上記メモリテーブルから出力させた訂正ビッ
ト列によって、受信ビット列をnビットずつに分けたt
番目のnビットに対する誤り訂正処理を実行させて、受
信ビット列における1ビットのみの誤りを訂正させるこ
とを特徴とした誤り検出・訂正装置。
1. An m + obtained by dividing a m-bit information bit sequence by a generator polynomial of the order n (where m is an integer multiple of n) and assigning the remainder as a check bit sequence to the information bit sequence
an error detection / correction device provided on a receiving side to which an n-bit bit string is provided, the apparatus including a memory table for referring to an error pattern and capable of correcting an error of only one bit in the received bit string by an output thereof; A memory table that outputs an n-bit corrected bit string is applied as the memory table, and a first remainder calculating unit that outputs a first remainder bit string obtained by dividing the entire received bit string by a generator polynomial; The remainder obtained by dividing a polynomial obtained by multiplying the remainder bit string of (m + n) / n-1) by X n by a generator polynomial is s +
A second remainder calculating means for obtaining the remainder bit string as a 1-residue bit string. The correction bit string output from the memory table using the t-th (t is 1 to (m + n) / n) remainder bit string as an address is used to convert the received bit string into n T divided into bits
An error detection / correction device, wherein an error correction process is performed on a n-th bit to correct an error of only one bit in a received bit string.
JP4947792A 1992-03-06 1992-03-06 Error detection and correction device Expired - Fee Related JP2848734B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4947792A JP2848734B2 (en) 1992-03-06 1992-03-06 Error detection and correction device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4947792A JP2848734B2 (en) 1992-03-06 1992-03-06 Error detection and correction device

Publications (2)

Publication Number Publication Date
JPH05252054A JPH05252054A (en) 1993-09-28
JP2848734B2 true JP2848734B2 (en) 1999-01-20

Family

ID=12832240

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4947792A Expired - Fee Related JP2848734B2 (en) 1992-03-06 1992-03-06 Error detection and correction device

Country Status (1)

Country Link
JP (1) JP2848734B2 (en)

Also Published As

Publication number Publication date
JPH05252054A (en) 1993-09-28

Similar Documents

Publication Publication Date Title
JPH0671244B2 (en) Frame check sequence update method
US20010007111A1 (en) Apparatus and method for efficient arithmetic in finite fields through alternative representation
EP0600380B1 (en) Method and device for detection and correction of errors in ATM cell headers
US5535140A (en) Polynominal-set deriving apparatus and method
US5694407A (en) Method and an apparatus for modifying a FCS
JPH10107650A (en) Error detection circuit and error correction circuit
JPH0728227B2 (en) Decoding device for BCH code
US5408476A (en) One bit error correction method having actual data reproduction function
JP2848734B2 (en) Error detection and correction device
US7299398B2 (en) Data generating method for forming desired CRC code
JPH03219725A (en) Error inspection code generator and transmission error detector
JP3812983B2 (en) Error evaluation polynomial coefficient calculator
JPH06314978A (en) Chain search circuit
JPH08330976A (en) Method and circuit for crc code operation
KR100578721B1 (en) Method of generating n-bits cyclic redundancy check using xor logic and parallel cyclic redundancy check generator using thereof
KR100244452B1 (en) Data error check circuit and method thereof
US6718514B2 (en) Parity checking device and method in data communication system
KR100234703B1 (en) Data fault checking method
RU2270521C1 (en) Device for decoding cyclic hamming code
JPH0964754A (en) Error check code generating circuit
JP2603809B2 (en) Random number generation circuit
JP2935305B2 (en) Fast decoder for shortened fire codes
KR0166153B1 (en) Error position detecting circuit of error correction system
JP2534563B2 (en) Tolerable error successive correction circuit
JPH09246999A (en) Polynomial evaluation device for error correction

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081106

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20081106

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20091106

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees