JPH10261970A - Error detection code generator, error detection circuit and error correction circuit - Google Patents

Error detection code generator, error detection circuit and error correction circuit

Info

Publication number
JPH10261970A
JPH10261970A JP9064937A JP6493797A JPH10261970A JP H10261970 A JPH10261970 A JP H10261970A JP 9064937 A JP9064937 A JP 9064937A JP 6493797 A JP6493797 A JP 6493797A JP H10261970 A JPH10261970 A JP H10261970A
Authority
JP
Japan
Prior art keywords
error detection
data
detection code
error
user 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
Application number
JP9064937A
Other languages
Japanese (ja)
Inventor
Tadamasa Goto
忠正 後藤
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.)
Toshiba Corp
Toshiba AVE Co Ltd
Original Assignee
Toshiba Corp
Toshiba AVE 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 Toshiba Corp, Toshiba AVE Co Ltd filed Critical Toshiba Corp
Priority to JP9064937A priority Critical patent/JPH10261970A/en
Publication of JPH10261970A publication Critical patent/JPH10261970A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To quickly detect and correct presence of error in transmission data by generating an error detection code quickly. SOLUTION: Error detection code generators 611-61n are MOD 2 adders each employing an exclusive OR arithmetic unit (EX-OR), a specific bit of user data decided based on an error detection code generation polynomial is inputted to each generator from a data correction buffer circuit 500 to obtain each bit of an error detection code of the corresponding user data respectively. Then an error detection code data string generator 620 arranges each of the bits of the error detection codes with respect to the user data obtained by the error detection code generators 611-61n in a prescribed sequence so as to generate the error detection code data.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、データ伝送の信
頼性を向上させるために用いられる誤り検出符号生成
器、誤り検出回路、および誤り訂正回路に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error detection code generator, an error detection circuit, and an error correction circuit used for improving the reliability of data transmission.

【0002】[0002]

【従来の技術】周知のようにデータ伝送を行なう場合、
受信側において伝送されたデータの信頼性を確認するこ
とが重要である。このため、従来より伝送データの信頼
性を確認するために、送信側では誤り検出符号生成器を
用いて伝送するユーザデータに応じた誤り検出符号を生
成し、このデータをユーザデータに付加してデータ伝送
を行なう。
2. Description of the Related Art As is well known, when data transmission is performed,
It is important to check the reliability of the transmitted data on the receiving side. For this reason, conventionally, in order to confirm the reliability of transmission data, the transmission side generates an error detection code corresponding to user data to be transmitted using an error detection code generator, and adds this data to the user data. Perform data transmission.

【0003】そして、受信側では上記誤り検出符号に基
づいて、伝送されたユーザデータに誤りがないかを検出
するようにしている。そして、必要に応じて受信側が送
信側にデータの再送要求を行なったり、伝送されたデー
タの誤り訂正を行なうようにしている。
[0003] The receiving side detects whether there is an error in the transmitted user data based on the error detection code. The receiving side requests the transmitting side to retransmit data or corrects the transmitted data as necessary.

【0004】このような受信側における伝送データの誤
りの検出は、一般に送信側で使用したものと同様の誤り
検出符号生成器を用いて行なう。この誤り検出符号生成
器の一例としては、所定の誤り検出符号生成多項式に基
づいてシフトレジスタと排他的論理和演算器とから構成
した誤り検出用パリティ算出器がある。図3はその一例
を示すものである。
[0004] Such detection of transmission data errors on the receiving side is generally performed using an error detection code generator similar to that used on the transmitting side. As an example of the error detection code generator, there is an error detection parity calculator configured from a shift register and an exclusive OR operation unit based on a predetermined error detection code generation polynomial. FIG. 3 shows an example.

【0005】周知のように上記誤り検出用パリティ算出
器は、受信した伝送データ(ユーザデータおよび誤り検
出符号データ)がシリアルに1ビットずつ入力され、こ
れにより生成されたパリティが所定のデータ列であるか
否かに応じて、誤り発生の有無が確認される。
As is well known, the above-described error detection parity calculator receives the received transmission data (user data and error detection code data) serially one bit at a time, and generates a parity generated by a predetermined data sequence. Whether or not an error has occurred is confirmed depending on whether or not there is an error.

【0006】したがって、このような従来の誤り検出符
号生成器を用いて伝送データの信頼性を確認する処理に
は、誤り検出符号生成器に受信したすべての伝送データ
をシリアルに1ビットずつ入力するだけの時間を必要と
するため、大変時間がかかるという問題があった。
Therefore, in the process of confirming the reliability of transmission data using such a conventional error detection code generator, all the transmission data received by the error detection code generator are input serially one bit at a time. However, there is a problem that it takes a very long time because only a short time is required.

【0007】また、受信側の誤り訂正回路により誤り訂
正を行なう場合には、受信データの誤り訂正処理と上述
した誤り発生の有無の確認処理とが、誤りのない受信デ
ータが得られるまで繰り返される。したがって、誤り訂
正を行なう場合には、上記繰り返しの回数だけ上述した
ような誤り検出符号生成器への伝送データのシリアル入
力操作が行なわれることになり、一層時間がかかるとい
う問題があった。
When error correction is performed by an error correction circuit on the receiving side, the error correction processing of the received data and the above-described processing of confirming whether or not an error has occurred are repeated until error-free received data is obtained. . Therefore, when error correction is performed, the serial input operation of the transmission data to the error detection code generator as described above is performed by the number of repetitions, and there is a problem that it takes much more time.

【0008】[0008]

【発明が解決しようとする課題】従来の誤り検出符号生
成器および誤り検出回路では、伝送データをシリアルに
1ビットずつ入力するだけの時間を必要とするため、大
変時間がかかるという問題があった。また、このような
誤り検出回路を用いた誤り訂正回路では、誤り訂正処理
と誤り検出処理とが誤りがなくなるまで繰り返されるこ
とになるため、一層時間がかかるという問題があった。
The conventional error detection code generator and error detection circuit have a problem that it takes a long time to input transmission data serially one bit at a time. . Further, in the error correction circuit using such an error detection circuit, the error correction processing and the error detection processing are repeated until there is no error, so that there is a problem that it takes much more time.

【0009】この発明は上記の問題を解決すべくなされ
たもので、迅速に誤り検出符号を生成することが可能な
誤り検出符号生成器を提供することを目的とする。ま
た、この発明の目的は、伝送されたデータの誤りの有無
を迅速に検出することが可能な誤り検出回路を提供する
ことにある。さらに、この発明のもう1つの目的は、伝
送されたデータの誤り訂正を迅速に行なうことが可能な
誤り訂正回路を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problem, and has as its object to provide an error detection code generator capable of generating an error detection code quickly. Another object of the present invention is to provide an error detection circuit capable of quickly detecting the presence or absence of an error in transmitted data. Another object of the present invention is to provide an error correction circuit capable of quickly correcting an error in transmitted data.

【0010】[0010]

【課題を解決するための手段】上記の目的を達成するた
めに、この発明に係わる誤り検出符号生成器は、所定の
誤り検出符号生成多項式に基づいて、ユーザデータの誤
り検出符号を生成する誤り検出符号生成器において、複
数のデータビットを用いてmod2加算演算を行なうm
od2加算演算手段を複数備えるとともに、上記ユーザ
データのうち誤り検出符号生成多項式に基づいて特定し
たビットを、それぞれ対応する複数のmod2加算演算
手段に入力することにより、上記誤り検出符号生成多項
式に基づくユーザデータの誤り検出符号の各ビットを求
めるユーザデータ入力手段とを具備して構成するように
した。
In order to achieve the above object, an error detection code generator according to the present invention provides an error detection code for generating an error detection code for user data based on a predetermined error detection code generation polynomial. In the detection code generator, a mod2 addition operation is performed using a plurality of data bits.
A plurality of mod2 addition operation means are provided, and the bits specified based on the error detection code generation polynomial of the user data are input to the corresponding plurality of mod2 addition operation means, respectively, whereby the user data is based on the error detection code generation polynomial. User data input means for obtaining each bit of the error detection code of the user data.

【0011】上記構成の誤り検出符号生成器では、誤り
検出符号生成多項式に基づくユーザデータの誤り検出符
号の各ビットを、複数のmod2加算演算手段を用いて
それぞれ求めるようにしている。したがって、上記構成
の誤り検出符号生成器によれば、迅速に誤り検出符号を
生成することができる。
In the error detection code generator configured as described above, each bit of the error detection code of the user data based on the error detection code generation polynomial is obtained using a plurality of mod2 addition operation means. Therefore, according to the error detection code generator configured as described above, the error detection code can be quickly generated.

【0012】上記の目的を達成するために、この発明に
係わる誤り訂正回路は、ユーザデータと、所定の誤り検
出符号生成多項式に基づいて生成したユーザデータの誤
り検出符号とを含む伝送データに生じた誤りを検出する
誤り検出回路において、複数のデータビットを用いてm
od2加算演算を行なうmod2加算演算手段を複数備
えるとともに、伝送データに含まれる上記ユーザデータ
のうち誤り検出符号生成多項式に基づいて特定したビッ
トを、それぞれ対応する複数の演算手段に入力すること
により、上記誤り検出符号生成多項式に基づくユーザデ
ータの誤り検出符号の各ビットを求めるユーザデータ入
力手段と、このユーザデータ入力手段が求めたユーザデ
ータの誤り検出符号の各ビットと、伝送データに含まれ
る誤り検出符号の各ビットとを比較することにより誤り
の有無を検出する誤り検出手段とを具備して構成するよ
うにした。
[0012] In order to achieve the above object, an error correction circuit according to the present invention provides an error correction circuit for generating transmission data including user data and an error detection code of the user data generated based on a predetermined error detection code generation polynomial. In an error detection circuit that detects an error
By providing a plurality of mod2 addition operation means for performing the mod2 addition operation, and inputting the bits specified based on the error detection code generation polynomial among the user data included in the transmission data to the corresponding plurality of operation means, User data input means for obtaining each bit of an error detection code of user data based on the error detection code generation polynomial; each bit of an error detection code of user data obtained by the user data input means; An error detection means for detecting the presence or absence of an error by comparing each bit of the detection code is provided.

【0013】上記構成の誤り検出回路では、誤り検出符
号生成多項式に基づくユーザデータの誤り検出符号の各
ビットを、複数のmod2加算演算手段を用いてそれぞ
れ求めるようにしている。したがって、上記構成の誤り
検出回路によれば、迅速に伝送データの誤りの有無を検
出することができる。
In the error detection circuit having the above configuration, each bit of the error detection code of the user data based on the error detection code generation polynomial is obtained using a plurality of mod2 addition operation means. Therefore, according to the error detection circuit having the above configuration, it is possible to quickly detect the presence or absence of an error in transmission data.

【0014】上記の目的を達成するために、この発明に
係わる誤り訂正回路は、ユーザデータと、所定の誤り検
出符号生成多項式に基づいて生成したユーザデータの誤
り検出符号とを含む伝送データに生じた誤りを訂正する
誤り訂正回路において、少なくとも受信した2つの伝送
データを比較して、両データ間の異なるデータビットを
検出するデータ比較手段と、このデータ比較手段が検出
した異なるデータビットのデータに修正を施すデータ修
正手段と、複数のデータビットを用いてmod2加算演
算を行なうmod2加算演算手段を複数備えるととも
に、データ比較手段により修正を施した伝送データに含
まれるユーザデータのうち誤り検出符号生成多項式に基
づいて特定したビットを、それぞれ対応する複数の演算
手段に入力することにより、誤り検出符号生成多項式に
基づく上記ユーザデータの誤り検出符号の各ビットを求
めるユーザデータ入力手段と、このユーザデータ入力手
段が求めたユーザデータの誤り検出符号の各ビットと、
伝送データに含まれる誤り検出符号の各ビットとを比較
することにより誤りの有無を検出する誤り検出手段と、
この誤り検出手段が誤りを検出した場合に、データ比較
手段が検出した異なるデータビットのデータに、前回デ
ータ修正手段が施した修正とは異なるデータ修正を行な
うようにデータ修正手段を制御するデータ修正制御手段
とを具備して構成するようにした。
In order to achieve the above object, an error correction circuit according to the present invention is provided for generating transmission data including user data and an error detection code of the user data generated based on a predetermined error detection code generation polynomial. An error correction circuit that corrects the received error, compares at least two pieces of received transmission data, and detects a different data bit between the two data; A plurality of mod correction means for performing a correction, and a plurality of mod 2 addition operation means for performing a mod 2 addition operation using a plurality of data bits; and generating an error detection code among user data included in the transmission data corrected by the data comparison means. Inputting bits specified based on a polynomial to a plurality of corresponding arithmetic means More, the user data input means for obtaining the respective bits of the error detection code of the user data based on the error detection code generator polynomial, and each bit of the error detection code of the user data obtained by this user data input means,
Error detection means for detecting the presence or absence of an error by comparing each bit of the error detection code included in the transmission data,
When the error detecting unit detects an error, the data correcting unit controls the data correcting unit to perform data correction different from the correction performed by the previous data correcting unit on the data of the different data bits detected by the data comparing unit. And a control means.

【0015】上記構成の誤り訂正回路では、少なくとも
2つの伝送データを比較することにより誤りの虞のある
データビットを求め、このデータビットに修正を施す。
そして、この修正した伝送データの誤り検出符号の各ビ
ットを、複数のmod2加算演算手段を用いてそれぞれ
求め、この求めた誤り検出符号の各ビットと、伝送デー
タに含まれる誤り検出符号の各ビットとを比較して誤り
の有無を判定する。そして再び誤りが検出された場合に
は、上記データ比較手段が検出したデータビットに前回
データ修正手段が施した修正とは異なるデータ修正を行
なうようにしている。
In the error correction circuit having the above configuration, a data bit having a possibility of error is obtained by comparing at least two pieces of transmission data, and the data bit is corrected.
Then, each bit of the error detection code of the corrected transmission data is obtained by using a plurality of mod2 addition operation means, and each bit of the obtained error detection code and each bit of the error detection code included in the transmission data are obtained. To determine whether there is an error. Then, when an error is detected again, the data bit detected by the data comparing means is corrected differently from the correction previously performed by the data correcting means.

【0016】したがって、上記構成の誤り訂正回路によ
れば、修正を施した伝送データの誤りの有無を迅速に確
認し、そして誤りがまだ存在する場合には繰り返し修正
を施すため、正確な伝送データの誤り訂正処理を迅速に
行なうことができる。
Therefore, according to the error correction circuit having the above configuration, the presence or absence of an error in the corrected transmission data is quickly confirmed, and if an error still exists, the correction is repeatedly performed. Can be quickly performed.

【0017】また、この発明では、複数のmod2加算
演算手段が、複数のデータビットを用いて排他的論理和
演算を行ない、さらにこの演算結果を用いて排他的論理
和演算を行なう操作を繰り返すことにより、mod2加
算演算を行なうことを特徴としている。
Further, in the present invention, the plurality of mod2 addition operation means performs an exclusive OR operation using a plurality of data bits, and further repeats the operation of performing the exclusive OR operation using the operation result. Is characterized in that a mod2 addition operation is performed.

【0018】これによれば、複数のmod2加算演算手
段が、それぞれ排他的論理和演算という単純な演算処理
を繰り返すことにより、誤り検出符号生成多項式に基づ
くユーザデータの誤り検出符号の各ビットを求めること
ができるため、迅速に誤り検出符号を生成することがで
きる。
According to this, each of the plurality of mod2 addition operation means obtains each bit of the error detection code of the user data based on the error detection code generation polynomial by repeating a simple operation process of exclusive OR operation. Therefore, an error detection code can be generated quickly.

【0019】また、この発明では、複数のmod2加算
演算手段が、複数のデータビットに応じたmod2加算
の演算結果を記憶するテーブルを備え、ユーザデータ入
力手段より入力されるデータに応じたmod2加算の演
算結果をテーブルを参照して求めることを特徴とする。
Further, in the present invention, the plurality of mod2 addition calculating means includes a table for storing a result of the mod2 addition calculation corresponding to the plurality of data bits, and the mod2 addition calculating means corresponding to the data input from the user data input means. Is obtained by referring to a table.

【0020】これによれば、複数のmod2加算演算手
段が、テーブルを参照するだけで誤り検出符号生成多項
式に基づくユーザデータの誤り検出符号の各ビットを求
めることができるため、迅速に誤り検出符号を生成する
ことができる。
According to this, the plurality of mod2 addition calculating means can obtain each bit of the error detection code of the user data based on the error detection code generation polynomial by merely referring to the table, so that the error detection code can be quickly obtained. Can be generated.

【0021】[0021]

【発明の実施の形態】以下、図面を参照して、この発明
の一実施形態について説明する。図1は、この発明の一
実施形態に係わる誤り訂正回路の構成を示すものであ
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 shows a configuration of an error correction circuit according to an embodiment of the present invention.

【0022】この誤り訂正回路は、第1の受信データ記
憶回路100、第2の受信データ記憶回路200、デー
タ比較回路300、誤り訂正制御部400、データ訂正
用バッファ回路500、誤り検出符号生成回路600を
備えている。
The error correction circuit includes a first reception data storage circuit 100, a second reception data storage circuit 200, a data comparison circuit 300, an error correction control section 400, a data correction buffer circuit 500, an error detection code generation circuit. 600.

【0023】第1の受信データ記憶回路100および第
2の受信データ記憶回路200は、互いに異なる受信経
路を経て受信した伝送データを1フレーム分について記
憶するものである。なお、ここでいう異なる受信経路と
は、例えば複数のアンテナとそれに対応する受信機とか
らなるダイバシチ方式の受信経路である。
The first reception data storage circuit 100 and the second reception data storage circuit 200 store transmission data received through different reception paths for one frame. Here, the different receiving paths are, for example, a diversity receiving path including a plurality of antennas and a corresponding receiver.

【0024】データ比較回路300は、第1の受信デー
タ記憶回路100と第2の受信データ記憶回路200と
にそれぞれ記憶される1フレーム分の伝送データを、そ
れぞれ対応するビット毎に比較するもので、異なるビッ
トを検出してそのビットの位置情報(アドレス)を誤り
訂正制御部400に通知する。
The data comparison circuit 300 compares one frame of transmission data stored in each of the first received data storage circuit 100 and the second received data storage circuit 200 for each corresponding bit. , A different bit is detected, and the position information (address) of the bit is notified to the error correction controller 400.

【0025】誤り訂正制御部400は、例えばマイクロ
プロセッサを主制御部として備えたもので、第1の受信
データ記憶回路100および第2の受信データ記憶回路
200へのデータの書き込みや読み出し等、この誤り訂
正回路の各部を統括して制御するものである。
The error correction control unit 400 includes, for example, a microprocessor as a main control unit. The error correction control unit 400 writes and reads data to and from the first received data storage circuit 100 and the second received data storage circuit 200. This section controls each part of the error correction circuit.

【0026】また、誤り訂正制御部400は、上述した
ような制御機能の他に、誤り訂正制御手段401と、誤
り判定手段402と、訂正データ出力制御手段403と
を備えている。誤り訂正制御手段401は、まず第1の
受信データ記憶回路100に記憶される1フレーム分の
伝送データを読み出してデータ訂正用バッファ回路50
0に記憶させる。そして、その後、データ訂正用バッフ
ァ回路500に記憶される伝送データのうち、上記誤り
ビット位置情報に対応するデータビットに訂正処理を施
し、この訂正処理後の伝送データを誤り検出符号生成回
路600に入力する。
The error correction control unit 400 includes an error correction control unit 401, an error determination unit 402, and a correction data output control unit 403, in addition to the above-described control functions. The error correction control means 401 first reads out the transmission data for one frame stored in the first received data storage circuit 100, and reads out the data correction buffer circuit 50.
0 is stored. Then, after that, of the transmission data stored in the data correction buffer circuit 500, the data bit corresponding to the error bit position information is subjected to a correction process, and the transmission data after the correction process is transmitted to the error detection code generation circuit 600. input.

【0027】誤り判定手段402は、後述する誤り検出
符号生成回路600にて生成した誤り検出符号データ
と、データ訂正用バッファ回路500に記憶される誤り
検出符号データとを比較して、上記誤り訂正制御手段4
01によって訂正処理が施された伝送データに誤りがあ
るか否かを判定するものである。
The error determination means 402 compares the error detection code data generated by the error detection code generation circuit 600 described later with the error detection code data stored in the data correction buffer circuit 500, and Control means 4
In step 01, it is determined whether or not there is an error in the corrected transmission data.

【0028】訂正データ出力制御手段403は、上記誤
り判定手段402にて誤りがないと判定された場合に、
データ訂正用バッファ回路500に記憶される伝送デー
タを後段の復号回路(図示しない)に入力する。
The correction data output control means 403, when the error determination means 402 determines that there is no error,
The transmission data stored in the data correction buffer circuit 500 is input to a subsequent decoding circuit (not shown).

【0029】誤り検出符号生成回路600は、誤り検出
符号生成器611〜61nと、誤り検出符号データ列生
成器620とからなる。誤り検出符号生成器611〜6
1nは、例えば図2に示すように排他的論理和演算器
(EX−OR)を用いたMOD2加算器である。また、
誤り検出符号生成器611〜61nは、nビットからな
る誤り検出符号データの各ビットにそれぞれ対応してお
り、それぞれ対応する上記ビットを求めるもので、この
対応するビットを求めるために必要な伝送データがそれ
ぞれデータ訂正用バッファ回路500より入力されるよ
うに配線されている。
The error detection code generation circuit 600 includes error detection code generators 611 to 61n and an error detection code data sequence generator 620. Error detection code generators 611 to 6
1n is, for example, a MOD2 adder using an exclusive OR (EX-OR) as shown in FIG. Also,
The error detection code generators 611 to 61n correspond to the respective bits of the error detection code data composed of n bits, and determine the corresponding bits. The transmission data required to determine the corresponding bits Are input from the data correction buffer circuit 500.

【0030】そして、誤り検出符号生成器611〜61
nは、それぞれ入力される伝送データを用いてMOD2
加算を行ない、この加算結果を誤り検出符号データ列生
成器620に入力する。
The error detection code generators 611 to 61
n is MOD2 using the input transmission data.
The addition is performed, and the result of the addition is input to the error detection code data string generator 620.

【0031】なお、ここでいう「対応するビットを求め
るために必要な伝送データ」とは、使用する誤り検出符
号生成多項式に基づいて決定される特定のビットであ
る。ここでその一例として、CRC−16の誤り検出符
号生成多項式(1+X5 +X12+X16)を用いてデータ
長が255ビットの伝送データ(ユーザデータ)の誤り
検出符号を生成する場合について説明する。
Here, the "transmission data necessary for obtaining the corresponding bit" is a specific bit determined based on the error detection code generation polynomial used. Here, as an example, a case where an error detection code of transmission data (user data) having a data length of 255 bits is generated using a CRC-16 error detection code generation polynomial (1 + X 5 + X 12 + X 16 ) will be described.

【0032】図5乃至図12は、ユーザデータの各ビッ
トとこれらのビットを入力する誤り検出符号生成器61
1〜61nとの対応関係を示すもので、この場合、nは
16である。また、図5乃至図12の各図は、便宜上分
図してあるがこの順序で連続する1つのもので、縦の実
線の左列がユーザデータの各ビットのアドレスを示して
いる。
FIGS. 5 to 12 show each bit of user data and an error detection code generator 61 for inputting these bits.
It shows the correspondence with 1 to 61n, where n is 16 in this case. Each of FIGS. 5 to 12 is separated for the sake of convenience, but is one continuous in this order, and the left column of a vertical solid line indicates the address of each bit of user data.

【0033】そして、縦の実線の右1列目から16列目
はそれぞれ16個の誤り検出符号生成器611〜61n
に対応しており、この列中の「1」に対応するビットは
入力されるビット、「0」に対応するビットは入力され
ないビットをそれぞれ示している。なお、この対応関係
は、CRC−16の誤り検出符号生成多項式を分解する
ことによって求められる。
The first to sixteenth columns from the right of the vertical solid line are 16 error detection code generators 611 to 61n, respectively.
In this column, the bit corresponding to "1" indicates an input bit, and the bit corresponding to "0" indicates a non-input bit. Note that this correspondence is obtained by decomposing the CRC-16 error detection code generation polynomial.

【0034】誤り検出符号データ列生成器620は、誤
り検出符号生成器611〜61nからそれぞれ演算結果
が入力され、この演算結果を所定の順序で並べて誤り検
出符号データを生成する。このようにして生成された誤
り検出符号データは、誤り訂正制御部400に入力され
る。
The error detection code data sequence generator 620 receives operation results from the error detection code generators 611 to 61n, and arranges the operation results in a predetermined order to generate error detection code data. The error detection code data generated in this manner is input to the error correction control unit 400.

【0035】次に、図4に示すフローチャートを参照し
て、上記構成の誤り訂正回路の動作を以下に説明する。
まず、異なる受信経路で受信された1フレーム分の伝送
データ(ユーザデータと誤り検出符号データ)が、それ
ぞれ第1の受信データ記憶回路100、第2の受信デー
タ記憶回路200に入力される(ステップ4a)。次
に、ステップ4bでは、データ比較回路300が第1の
受信データ記憶回路100に記憶される伝送データと第
2の受信データ記憶回路200に記憶される伝送データ
とを比較し、異なるビットの位置(アドレス)を検出す
る。そしてこの検出したアドレスを位置情報として誤り
訂正制御部400に通知し、ステップ4cに移行する。
Next, the operation of the error correction circuit having the above configuration will be described with reference to the flowchart shown in FIG.
First, one frame of transmission data (user data and error detection code data) received on different reception paths is input to the first reception data storage circuit 100 and the second reception data storage circuit 200, respectively (step 4a). Next, in step 4b, the data comparison circuit 300 compares the transmission data stored in the first reception data storage circuit 100 with the transmission data stored in the second reception data storage circuit 200, and determines the position of a different bit. (Address) is detected. The detected address is notified to the error correction control unit 400 as position information, and the process proceeds to step 4c.

【0036】ステップ4cでは、誤り訂正制御手段40
1が第1の受信データ記憶回路100に記憶される伝送
データを読みだしてデータ訂正用バッファ回路500に
記憶させ、ステップ4dに移行する。
In step 4c, the error correction control means 40
1 reads out the transmission data stored in the first reception data storage circuit 100 and stores it in the data correction buffer circuit 500, and proceeds to step 4d.

【0037】ステップ4dでは、誤り訂正制御手段40
1がデータ比較回路300から通知された異なるビット
の位置情報に基づいて、データ訂正用バッファ回路50
0に記憶される伝送データに対して訂正処理を施し、ス
テップ4eに移行する。
In step 4d, the error correction control means 40
1 is based on the position information of the different bits notified from the data comparison circuit 300 based on the data correction buffer circuit 50.
Correction processing is performed on the transmission data stored in 0, and the process proceeds to step 4e.

【0038】ステップ4eでは、誤り訂正制御手段40
1がステップ4dにて訂正処理を施した伝送データを読
み出し、誤り検出符号生成器611〜61nに入力す
る。なお、この入力の際、誤り検出符号生成器611〜
61nには、前述したようにそれぞれ生成器に割り当て
られた誤り検出符号データのビットを求めるのに必要な
伝送データのビットが入力される。
In step 4e, the error correction control means 40
1 reads the transmission data that has been subjected to the correction processing in step 4d, and inputs it to the error detection code generators 611 to 61n. At the time of this input, the error detection code generators 611 to 611
As described above, the bits of the transmission data necessary for obtaining the bits of the error detection code data assigned to the generators are input to 61n.

【0039】これにより、誤り検出符号生成器611〜
61nは、それぞれMOD2加算演算を行ない、その後
誤り検出符号データ列生成器620がこの演算結果を組
み合わせて誤り検出符号データを生成する。このように
して生成された誤り検出符号データは、誤り訂正制御部
400に入力され、ステップ4fに移行する。
As a result, the error detection code generators 611-611
61n respectively perform the MOD2 addition operation, and then the error detection code data sequence generator 620 combines the calculation results to generate error detection code data. The error detection code data thus generated is input to the error correction control unit 400, and the process proceeds to step 4f.

【0040】ステップ4fでは、誤り判定手段402が
誤り検出符号生成回路600により生成された誤り検出
符号データと、データ訂正用バッファ回路500に記憶
される誤り検出符号データとを比較する。
In step 4f, the error determination means 402 compares the error detection code data generated by the error detection code generation circuit 600 with the error detection code data stored in the data correction buffer circuit 500.

【0041】そして、この比較の結果、両者が一致する
場合には誤りビットは正常に訂正されたものとしてステ
ップ4hに移行し、一致しない場合には再度訂正処理を
行なうためにステップ4gに移行する。
As a result of the comparison, if they match, the process proceeds to step 4h assuming that the error bit has been corrected normally, and if not, the process proceeds to step 4g to perform the correction process again. .

【0042】ステップ4gでは、誤り訂正制御手段40
1がデータ比較回路300から通知された異なるビット
の位置情報に対応する伝送データに対して、前回の訂正
処理(ステップ4d)とは異なる訂正処理を施し、ステ
ップ4eに移行する。
In step 4g, the error correction control means 40
1 performs a correction process different from the previous correction process (step 4d) on the transmission data corresponding to the different bit position information notified from the data comparison circuit 300, and proceeds to step 4e.

【0043】ここでいう異なる訂正処理とは、例えば前
回の訂正処理でアドレスが「19」,「97」,「21
7」の伝送データをそれぞれ「0」,「0」,「1」と
訂正した場合には、今回の訂正処理では「0」,
「1」,「0」といったように、異なる訂正処理を施
す。
The different correction processing here means that, for example, the address is "19", "97", "21" in the previous correction processing.
When the transmission data of “7” is corrected to “0”, “0”, and “1”, respectively, in this correction processing, “0”,
Different correction processes such as “1” and “0” are performed.

【0044】やがて、ステップ4g、ステップ4e、ス
テップ4fの操作を繰り返すうちに、誤り検出符号生成
回路600により生成された誤り検出符号データと、デ
ータ訂正用バッファ回路500に記憶される誤り検出符
号データとが一致すると、誤りビットの訂正が完了した
ものとしてステップ4hに移行する。
Eventually, while repeating the operations of steps 4g, 4e and 4f, the error detection code data generated by the error detection code generation circuit 600 and the error detection code data stored in the data correction buffer circuit 500 If they match, the process proceeds to step 4h assuming that the correction of the error bit has been completed.

【0045】ステップ4hでは、訂正データ出力制御手
段403がデータ訂正用バッファ回路500に記憶され
る伝送データを後段の復号回路に入力し、訂正処理を終
了する。
In step 4h, the correction data output control means 403 inputs the transmission data stored in the data correction buffer circuit 500 to the subsequent decoding circuit, and ends the correction processing.

【0046】以上のように、上記構成の誤り訂正回路で
は、誤り訂正処理後の伝送データに基づく誤り検出符号
データを生成するのに、誤り検出符号生成回路600を
使用している。
As described above, the error correction circuit having the above configuration uses the error detection code generation circuit 600 to generate the error detection code data based on the transmission data after the error correction processing.

【0047】この誤り検出符号生成回路600は、誤り
検出符号データの各ビットを求めるのに複数のMOD2
加算器を用いて並行して生成するようにしているため、
従来のように伝送データをシリアルに1ビットずつ入力
して誤り検出符号データを生成する場合に比して、迅速
に誤り検出符号データを生成することができる。
The error detection code generation circuit 600 uses a plurality of MOD2s to determine each bit of the error detection code data.
Since it is generated in parallel using an adder,
Error detection code data can be generated more quickly than in the conventional case where error detection code data is generated by serially inputting transmission data bit by bit.

【0048】また、このMOD2加算器は、図2に示し
たように排他的論理和演算器を用いたもので、例えば2
55ビットのユーザデータの誤り検出符号データを生成
する場合には、排他的論理和演算を繰り返す構成を数段
組めば実現できる。
This MOD2 adder uses an exclusive OR operation unit as shown in FIG.
In the case of generating error detection code data of 55-bit user data, it can be realized by constructing several stages of repeating the exclusive OR operation.

【0049】このため、従来のように伝送データをシリ
アルに1ビットずつ入力する構成では誤り検出符号デー
タを生成するのに数百クロック要していたのに対して、
この構成では数クロックで済むため飛躍的な早さで誤り
検出符号データを生成できる。
For this reason, in the conventional configuration in which transmission data is serially input one bit at a time, several hundred clocks are required to generate error detection code data.
In this configuration, only a few clocks are required, so that error detection code data can be generated at a remarkable speed.

【0050】以上のように、上記構成の誤り訂正回路で
は、迅速に誤り検出符号データを生成できるため、繰り
返し誤り訂正を行なって誤りのない伝送データを得るよ
うな構成にもかかわらず、迅速に誤りのない伝送データ
を得ることができる。
As described above, the error correction circuit having the above configuration can quickly generate error detection code data. Therefore, despite the configuration in which error-free transmission data is obtained by performing repeated error correction, the error correction circuit can quickly generate error detection code data. Error-free transmission data can be obtained.

【0051】尚、この発明は上記実施の形態に限定され
るものではない。例えば、上記実施の形態では、伝送デ
ータの受信側における誤り検出符号データの生成につい
て説明したが、伝送データの送信側に誤り検出符号生成
回路600を設けるようにしてもよい。これによれば、
送信側においてもユーザデータに応じた誤り検出符号デ
ータを迅速に生成することができる。
The present invention is not limited to the above embodiment. For example, in the above embodiment, the generation of the error detection code data on the transmission data receiving side has been described. However, the error detection code generation circuit 600 may be provided on the transmission data transmitting side. According to this,
The transmitting side can also quickly generate error detection code data corresponding to the user data.

【0052】また、上記実施の形態では、誤り検出符号
生成器611〜61nを排他的論理和演算器を用いたM
OD2加算器としたが、これに代わり例えば入力される
伝送データの2進数列と、このデータを上記MOD2加
算器に入力した場合に得られる演算結果とを対応させて
記憶するテーブルで構成し、入力される伝送データの2
進数列に応じた演算結果を出力するようにしてもよい。
Further, in the above embodiment, the error detection code generators 611 to 61n are set to M
Instead of the OD2 adder, for example, it is constituted by a table for storing, for example, a binary sequence of transmission data to be input and an operation result obtained when the data is input to the MOD2 adder, 2 of input transmission data
A calculation result according to the base number sequence may be output.

【0053】また、第1の受信データ記憶回路100お
よび第2の受信データ記憶回路200には、互いに異な
る受信経路で受信した伝送データを記憶すると説明した
が、これに代わり例えば同じ受信経路であっても時間差
をおいて送信される(再送信される)同じ伝送データを
それぞれに記憶するようにしてもよい。その他、この発
明の要旨を逸脱しない範囲で種々の変形を施しても同様
に実施可能であることはいうまでもない。
Further, it has been described that the first reception data storage circuit 100 and the second reception data storage circuit 200 store transmission data received through different reception paths, but instead, for example, the same reception path may be used. However, the same transmission data transmitted (retransmitted) with a time difference may be stored in each. It goes without saying that various modifications can be made without departing from the spirit of the present invention.

【0054】[0054]

【発明の効果】以上述べたように、この発明では、新た
に複数のmod2加算演算手段と、ユーザデータ入力手
段とを備え、誤り検出符号生成多項式に基づくユーザデ
ータの誤り検出符号の各ビットを、複数のmod2加算
演算手段がそれぞれ求めるようにしている。したがっ
て、この発明によれば、迅速に誤り検出符号を生成する
ことが可能な誤り検出符号生成器を提供することができ
る。
As described above, according to the present invention, a plurality of mod2 addition operation means and user data input means are newly provided, and each bit of the error detection code of the user data based on the error detection code generation polynomial is provided. , A plurality of mod2 addition calculation means respectively obtain the values. Therefore, according to the present invention, it is possible to provide an error detection code generator capable of quickly generating an error detection code.

【0055】また、この発明では、誤り検出符号生成多
項式に基づくユーザデータの誤り検出符号の各ビット
を、複数のmod2加算演算手段を用いてそれぞれ求
め、伝送データの誤り検出に用いるようにしている。し
たがって、この発明によれば、迅速に伝送データの誤り
の有無を検出することが可能な誤り検出回路を提供する
ことができる。
Further, in the present invention, each bit of the error detection code of the user data based on the error detection code generation polynomial is obtained by using a plurality of mod2 addition operation means, and is used for error detection of transmission data. . Therefore, according to the present invention, it is possible to provide an error detection circuit capable of quickly detecting the presence or absence of an error in transmission data.

【0056】また、この発明では、少なくとも2つの伝
送データを比較して誤りの虞のあるデータビットを求
め、このデータビットに修正を施し、この修正した伝送
データの誤り検出符号の各ビットを、複数のmod2加
算演算手段を用いることにより迅速に求めることができ
る。そして、この求めた誤り検出符号の各ビットと、伝
送データに含まれる誤り検出符号の各ビットとを比較し
て誤りがあると検出された場合には、データ比較手段が
検出した異なるデータビットのデータに前回データ修正
手段が施した修正とは異なるデータ修正を行なうように
している。
According to the present invention, at least two pieces of transmission data are compared to determine a data bit having a possibility of error, the data bit is corrected, and each bit of the error detection code of the corrected transmission data is replaced with: By using a plurality of mod2 addition operation means, it can be obtained quickly. Then, when each bit of the obtained error detection code is compared with each bit of the error detection code included in the transmission data and an error is detected, a different data bit detected by the data comparing means is detected. The data is modified so as to be different from the modification performed by the previous data modification means.

【0057】したがって、上記構成の誤り訂正回路によ
れば、修正を施した伝送データの誤りの有無を迅速に確
認して誤りがある場合には繰り返し修正を施すため、誤
りのない伝送データを迅速に得ることができる。
Therefore, according to the error correction circuit having the above configuration, the presence or absence of an error in the corrected transmission data is promptly checked, and if there is an error, the error correction is repeatedly performed. Can be obtained.

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

【図1】この発明に係わる誤り訂正回路の実施の一形態
の構成を示す回路ブロック図。
FIG. 1 is a circuit block diagram showing a configuration of an embodiment of an error correction circuit according to the present invention.

【図2】図1に示した誤り訂正回路の誤り検出符号生成
器の構成を示す論理回路図。
FIG. 2 is a logic circuit diagram showing a configuration of an error detection code generator of the error correction circuit shown in FIG.

【図3】従来の誤り検出用パリティ算出器の構成を示す
図。
FIG. 3 is a diagram showing a configuration of a conventional error detection parity calculator.

【図4】図1に示した誤り訂正回路の誤り訂正処理を説
明するためのフローチャート。
FIG. 4 is a flowchart for explaining an error correction process of the error correction circuit shown in FIG. 1;

【図5】ユーザデータの各ビットとこれらのビットを入
力する誤り検出符号生成器との対応関係を示す図。
FIG. 5 is a diagram showing a correspondence relationship between each bit of user data and an error detection code generator that inputs these bits.

【図6】ユーザデータの各ビットとこれらのビットを入
力する誤り検出符号生成器との対応関係を示す図。
FIG. 6 is a diagram showing a correspondence relationship between each bit of user data and an error detection code generator that inputs these bits.

【図7】ユーザデータの各ビットとこれらのビットを入
力する誤り検出符号生成器との対応関係を示す図。
FIG. 7 is a diagram showing a correspondence relationship between each bit of user data and an error detection code generator that inputs these bits.

【図8】ユーザデータの各ビットとこれらのビットを入
力する誤り検出符号生成器との対応関係を示す図。
FIG. 8 is a diagram showing a correspondence relationship between each bit of user data and an error detection code generator that inputs these bits.

【図9】ユーザデータの各ビットとこれらのビットを入
力する誤り検出符号生成器との対応関係を示す図。
FIG. 9 is a diagram showing the correspondence between each bit of user data and an error detection code generator that inputs these bits.

【図10】ユーザデータの各ビットとこれらのビットを
入力する誤り検出符号生成器との対応関係を示す図。
FIG. 10 is a diagram showing a correspondence relationship between each bit of user data and an error detection code generator that inputs these bits.

【図11】ユーザデータの各ビットとこれらのビットを
入力する誤り検出符号生成器との対応関係を示す図。
FIG. 11 is a diagram showing a correspondence relationship between each bit of user data and an error detection code generator that inputs these bits.

【図12】ユーザデータの各ビットとこれらのビットを
入力する誤り検出符号生成器との対応関係を示す図。
FIG. 12 is a diagram showing a correspondence between each bit of user data and an error detection code generator that inputs these bits.

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

100…第1の受信データ記憶回路 200…第2の受信データ記憶回路 300…データ比較回路 400…誤り訂正制御部 401…誤り訂正制御手段 402…誤り判定手段 403…訂正データ出力制御手段 500…データ訂正用バッファ回路 600…誤り検出符号生成回路 611〜61n…誤り検出符号生成器 620…誤り検出符号データ列生成器 Reference Signs List 100 first reception data storage circuit 200 second reception data storage circuit 300 data comparison circuit 400 error correction control unit 401 error correction control unit 402 error determination unit 403 correction data output control unit 500 data Correction buffer circuit 600 ... Error detection code generation circuit 611-61n ... Error detection code generator 620 ... Error detection code data string generator

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 所定の誤り検出符号生成多項式に基づい
て、ユーザデータの誤り検出符号を生成する誤り検出符
号生成器において、 複数のデータビットを用いてmod2加算演算を行なう
mod2加算演算手段を複数備えるとともに、 前記ユーザデータのうち前記誤り検出符号生成多項式に
基づいて特定したビットを、それぞれ対応する前記複数
のmod2加算演算手段に入力することにより、前記誤
り検出符号生成多項式に基づく前記ユーザデータの誤り
検出符号の各ビットを求めるユーザデータ入力手段とを
具備することを特徴とする誤り検出符号生成器。
1. An error detection code generator for generating an error detection code for user data based on a predetermined error detection code generation polynomial, comprising: a plurality of mod2 addition operation means for performing a mod2 addition operation using a plurality of data bits. And inputting the bits specified based on the error detection code generation polynomial of the user data to the plurality of mod2 addition operation means respectively corresponding to the user data, whereby the user data based on the error detection code generation polynomial is An error detection code generator comprising: user data input means for obtaining each bit of the error detection code.
【請求項2】 前記mod2加算演算手段は、複数のデ
ータビットを用いて排他的論理和演算を行ない、さらに
この演算結果を用いて排他的論理和演算を行なう操作を
繰り返すことにより、mod2加算演算を行なうことを
特徴とする請求項1に記載の誤り検出符号生成器。
2. The mod2 addition operation means performs an exclusive OR operation by using a plurality of data bits, and repeats an operation of performing an exclusive OR operation by using the operation result. The error detection code generator according to claim 1, wherein
【請求項3】 前記mod2加算演算手段は、前記複数
のデータビットに応じたmod2加算の演算結果を記憶
するテーブルを備え、前記ユーザデータ入力手段より入
力されるデータに応じたmod2加算の演算結果を前記
テーブルを参照して求めることを特徴とする請求項1に
記載の誤り検出符号生成器。
3. The mod2 addition operation means includes a table for storing a mod2 addition operation result according to the plurality of data bits, and a mod2 addition operation result according to data input from the user data input means. The error detection code generator according to claim 1, wherein is obtained by referring to the table.
【請求項4】 ユーザデータと、所定の誤り検出符号生
成多項式に基づいて生成した前記ユーザデータの誤り検
出符号とを含む伝送データに生じた誤りを検出する誤り
検出回路において、 複数のデータビットを用いてmod2加算演算を行なう
mod2加算演算手段を複数備えるとともに、 前記伝送データに含まれるユーザデータのうち前記誤り
検出符号生成多項式に基づいて特定したビットを、それ
ぞれ対応する前記複数の演算手段に入力することによ
り、前記誤り検出符号生成多項式に基づく前記ユーザデ
ータの誤り検出符号の各ビットを求めるユーザデータ入
力手段と、 このユーザデータ入力手段が求めた前記ユーザデータの
誤り検出符号の各ビットと、前記伝送データに含まれる
誤り検出符号の各ビットとを比較することにより誤りの
有無を検出する誤り検出手段とを具備することを特徴と
する誤り検出回路。
4. An error detection circuit for detecting an error occurring in transmission data including user data and an error detection code of the user data generated based on a predetermined error detection code generation polynomial, comprising: A plurality of mod2 addition operation means for performing a mod2 addition operation by using the plurality of mod2 addition operation means, and inputting bits specified based on the error detection code generation polynomial among user data included in the transmission data to the plurality of corresponding operation means, respectively. By doing, user data input means for obtaining each bit of the error detection code of the user data based on the error detection code generation polynomial, each bit of the error detection code of the user data obtained by the user data input means, Error is compared with each bit of the error detection code included in the transmission data. An error detection circuit, comprising:
【請求項5】 前記mod2加算演算手段は、複数のデ
ータビットを用いて排他的論理和演算を行ない、さらに
この演算結果を用いて排他的論理和演算を行なう操作を
繰り返すことにより、mod2加算演算を行なうことを
特徴とする請求項4に記載の誤り検出回路。
5. The mod2 addition operation means performs an exclusive OR operation using a plurality of data bits, and repeats an operation of performing an exclusive OR operation using the operation result. 5. The error detection circuit according to claim 4, wherein
【請求項6】 前記mod2加算演算手段は、前記複数
のデータビットに応じたmod2加算の演算結果を記憶
するテーブルを備え、前記ユーザデータ入力手段より入
力されるデータに応じたmod2加算の演算結果を前記
テーブルを参照して求めることを特徴とする請求項4に
記載の誤り検出回路。
6. The mod2 addition operation means includes a table for storing a mod2 addition operation result according to the plurality of data bits, and a mod2 addition operation result according to data input from the user data input means. The error detection circuit according to claim 4, wherein the value is obtained by referring to the table.
【請求項7】 ユーザデータと、所定の誤り検出符号生
成多項式に基づいて生成した前記ユーザデータの誤り検
出符号とを含む伝送データに生じた誤りを訂正する誤り
訂正回路において、 少なくとも受信した2つの前記伝送データを比較して、
両データ間の異なるデータビットを検出するデータ比較
手段と、 このデータ比較手段が検出した異なるデータビットのデ
ータに修正を施すデータ修正手段と、 複数のデータビットを用いてmod2加算演算を行なう
mod2加算演算手段を複数備えるとともに、 前記データ比較手段により修正を施した伝送データに含
まれるユーザデータのうち前記誤り検出符号生成多項式
に基づいて特定したビットを、それぞれ対応する前記複
数の演算手段に入力することにより、前記誤り検出符号
生成多項式に基づく前記ユーザデータの誤り検出符号の
各ビットを求めるユーザデータ入力手段と、 このユーザデータ入力手段が求めた前記ユーザデータの
誤り検出符号の各ビットと、前記伝送データに含まれる
誤り検出符号の各ビットとを比較することにより誤りの
有無を検出する誤り検出手段と、 この誤り検出手段が誤りを検出した場合に、前記データ
比較手段が検出した異なるデータビットのデータに、前
回前記データ修正手段が施した修正とは異なるデータ修
正を行なうように前記データ修正手段を制御するデータ
修正制御手段とを具備することを特徴とする誤り訂正回
路。
7. An error correction circuit for correcting an error generated in transmission data including user data and an error detection code of the user data generated based on a predetermined error detection code generation polynomial, comprising: Comparing the transmission data,
Data comparing means for detecting different data bits between the two data; data correcting means for correcting data of different data bits detected by the data comparing means; mod2 addition for performing mod2 addition operation using a plurality of data bits A plurality of arithmetic means are provided, and bits specified based on the error detection code generation polynomial among the user data included in the transmission data corrected by the data comparing means are input to the corresponding plurality of arithmetic means, respectively. By this, user data input means for obtaining each bit of the error detection code of the user data based on the error detection code generation polynomial, each bit of the error detection code of the user data obtained by the user data input means, To compare each bit of the error detection code included in the transmission data Error detection means for detecting the presence or absence of an error, and when the error detection means detects an error, the data of different data bits detected by the data comparison means is different from the correction previously performed by the data correction means. An error correction circuit, comprising: data correction control means for controlling the data correction means so as to perform data correction.
【請求項8】 前記mod2加算演算手段は、複数のデ
ータビットを用いて排他的論理和演算を行ない、さらに
この演算結果を用いて排他的論理和演算を行なう操作を
繰り返すことにより、mod2加算演算を行なうことを
特徴とする請求項7に記載の誤り訂正回路。
8. The mod2 addition operation means performs an exclusive OR operation using a plurality of data bits and repeats an operation of performing an exclusive OR operation using the operation result. The error correction circuit according to claim 7, wherein
【請求項9】 前記mod2加算演算手段は、前記複数
のデータビットに応じたmod2加算の演算結果を記憶
するテーブルを備え、前記ユーザデータ入力手段より入
力されるデータに応じたmod2加算の演算結果を前記
テーブルを参照して求めることを特徴とする請求項7に
記載の誤り訂正回路。
9. The mod2 addition operation means includes a table for storing a mod2 addition operation result according to the plurality of data bits, and a mod2 addition operation result according to data input from the user data input means. The error correction circuit according to claim 7, wherein?
JP9064937A 1997-03-18 1997-03-18 Error detection code generator, error detection circuit and error correction circuit Pending JPH10261970A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9064937A JPH10261970A (en) 1997-03-18 1997-03-18 Error detection code generator, error detection circuit and error correction circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9064937A JPH10261970A (en) 1997-03-18 1997-03-18 Error detection code generator, error detection circuit and error correction circuit

Publications (1)

Publication Number Publication Date
JPH10261970A true JPH10261970A (en) 1998-09-29

Family

ID=13272453

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9064937A Pending JPH10261970A (en) 1997-03-18 1997-03-18 Error detection code generator, error detection circuit and error correction circuit

Country Status (1)

Country Link
JP (1) JPH10261970A (en)

Similar Documents

Publication Publication Date Title
US7246294B2 (en) Method for iterative hard-decision forward error correction decoding
US7461324B2 (en) Parallel processing for decoding and cyclic redundancy checking for the reception of mobile radio signals
US4648091A (en) Apparatus and method for decoding error correction coded information
JPH0812612B2 (en) Error correction method and apparatus
JPS63197124A (en) Error test system
US5748652A (en) Apparatus for detecting and correcting cyclic redundancy check errors
JPH088760A (en) Error correction device
CN110806948B (en) Data verification method and device
US20060020873A1 (en) Error correction code generation method and apparatus
JPS632370B2 (en)
US20240056099A1 (en) Error correction coding apparatus and error correction decoding apparatus
US20050066258A1 (en) Error decoding circuit, data bus control method and data bus system
JP3217716B2 (en) Wireless packet communication device
US10516418B2 (en) Hybrid type iterative decoding method and apparatus
US20040187064A1 (en) Data generating method for forming desired CRC code
JP3248098B2 (en) Syndrome calculation device
JPH10261970A (en) Error detection code generator, error detection circuit and error correction circuit
JPH0998093A (en) Error correction code decoding method
JP3071482B2 (en) Error correction circuit of packet receiver
JPH1022839A (en) Soft discrimination error-correction decoding method
KR100234703B1 (en) Data fault checking method
JP2600130B2 (en) Error correction circuit
JP2001102938A (en) Error detecting method, error correcting method and error correcting device for received signal
JPH07183874A (en) Error correction decoding circuit and selective call receiver
JPH09232970A (en) Method and device for correcting burst error