JP2002368723A - Detector, error correction device, and receiver using the error correction device - Google Patents

Detector, error correction device, and receiver using the error correction device

Info

Publication number
JP2002368723A
JP2002368723A JP2001168788A JP2001168788A JP2002368723A JP 2002368723 A JP2002368723 A JP 2002368723A JP 2001168788 A JP2001168788 A JP 2001168788A JP 2001168788 A JP2001168788 A JP 2001168788A JP 2002368723 A JP2002368723 A JP 2002368723A
Authority
JP
Japan
Prior art keywords
error correction
block code
unit
error
corrected
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.)
Granted
Application number
JP2001168788A
Other languages
Japanese (ja)
Other versions
JP4280005B2 (en
Inventor
Masa Kamei
雅 亀井
Akinori Hashimoto
明記 橋本
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.)
Japan Broadcasting Corp
Original Assignee
Nippon Hoso Kyokai NHK
Japan Broadcasting Corp
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 Nippon Hoso Kyokai NHK, Japan Broadcasting Corp filed Critical Nippon Hoso Kyokai NHK
Priority to JP2001168788A priority Critical patent/JP4280005B2/en
Publication of JP2002368723A publication Critical patent/JP2002368723A/en
Application granted granted Critical
Publication of JP4280005B2 publication Critical patent/JP4280005B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a detector that can reduce deterioration in a signal of transmission data by using data before error correction when correction errors exist in the processing after error correction and to provide an error correction device, and a receiver using the error correction device. SOLUTION: A block code recovery section 45 recovers a received abbreviated Reed Solomon code to be a Reed Solomon code (RS[255, 239]). An error correction section 46 corrects an error in a code word and an inspection section 47 checks whether or not the block code after correction is corrected in excess of the error correction capability. Further, an abbreviated block code storage section 43 stores an abbreviated block code given to an error correction device 41 and a selection section 44 selects output data depending on an error correction flag received from the inspection section 47 to provide an output of the selected output data.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、誤り訂正における
訂正確認装置、誤り訂正装置、及び誤り訂正装置を用い
た受信機に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a correction confirmation device for error correction, an error correction device, and a receiver using the error correction device.

【0002】[0002]

【従来の技術】一般にデジタルデータを伝送する際に発
生するビット誤りに対応するため、誤り訂正能力を持つ
検査符号を付加して送信し、受信側でこの検査符号にし
たがって誤り位置を検出、訂正する方法が用いられてい
る。また、誤り訂正後のデータをより信頼性の高いもの
にするため、前記検査符号を誤り訂正能力と誤り検出能
力とに効率的に配分し、誤訂正を最小限に抑える誤り訂
正処理を行ったり、誤り訂正後のデータに対し誤訂正が
行われていないかの確認処理を行っている。
2. Description of the Related Art Generally, in order to cope with a bit error occurring when digital data is transmitted, a check code having an error correcting capability is added and transmitted, and an error position is detected and corrected in accordance with the check code on a receiving side. Is used. Further, in order to make the data after error correction more reliable, the check codes are efficiently allocated to the error correction capability and the error detection capability, and error correction processing for minimizing error correction is performed. In addition, confirmation processing is performed to determine whether or not the data after the error correction has been corrected.

【0003】ここで、誤り訂正パリティが付加されたデ
ータを、短縮化ブロック符号のデジタルデータとして伝
送した後、誤り訂正した後のデータが完全に訂正された
かどうかを判別する方法として、受信した符号語に誤り
訂正処理を行い、その結果に対して、再度シンドローム
を計算し“0”となるかどうかを確認するなどの方法が
とられている。
Here, after transmitting data to which error correction parity has been added as digital data of a shortened block code, a method of determining whether or not data after error correction has been completely corrected is performed by using a received code. A method of performing error correction processing on a word, calculating the syndrome again for the result, and confirming whether the result becomes “0” or the like is adopted.

【0004】この種の従来例について図面を参照して説
明する。
A conventional example of this kind will be described with reference to the drawings.

【0005】図1は、従来の訂正された信号がブロック
符号訂正能力を超えて訂正されているか否かを検出する
検出装置の一構成図である。
FIG. 1 is a block diagram of a conventional detecting device for detecting whether a corrected signal has been corrected beyond the block code correction capability.

【0006】図1において、従来の訂正された信号がブ
ロック符号訂正能力を超えて訂正されているか否かを検
出する検出装置は、シンドローム演算部11、誤り数
値、誤り位置多項式演算部12、誤り数値、誤り位置演
算部13、データ遅延部14、訂正部15、再シンドロ
ーム演算部16、再シンドローム評価部17より構成さ
れている。
In FIG. 1, a conventional detecting device for detecting whether or not a corrected signal has been corrected beyond the block code correcting capability includes a syndrome operation unit 11, an error value, an error position polynomial operation unit 12, an error It comprises a numerical value / error position calculation unit 13, a data delay unit 14, a correction unit 15, a re-syndrome calculation unit 16, and a re-syndrome evaluation unit 17.

【0007】シンドローム演算部11は、入力される符
号語に対し、シンドロームの演算を行う。誤り数値、誤
り位置多項式演算部12は、シンドロームから誤り数値
多項式と誤り位置多項式とを求める。誤り数値、誤り位
置演算部13は、多項式から誤り数値と誤り位置を求め
る。データ遅延部で14は、シンドローム演算部11か
ら入力される入力データを蓄積する。訂正部15は、誤
りの訂正を行う。再シンドローム演算部16は、誤り訂
正後の符号語に対し、再度シンドロームの演算を行う。
再シンドローム評価部17は、再シンドロームの値から
誤り訂正が正しく行われたかの評価を行う。
[0007] The syndrome calculation unit 11 performs a syndrome calculation on the input codeword. The error numerical value and error position polynomial calculation unit 12 calculates an error numerical value polynomial and an error position polynomial from the syndrome. The error numerical value and error position calculation unit 13 calculates an error numerical value and an error position from the polynomial. The data delay unit 14 accumulates input data input from the syndrome operation unit 11. The correction unit 15 corrects an error. The re-syndrome calculation unit 16 calculates the syndrome again for the codeword after the error correction.
The re-syndrome evaluation unit 17 evaluates whether the error correction was correctly performed based on the value of the re-syndrome.

【0008】誤り訂正における訂正確認装置において、
符号語がシンドローム演算部11及びデータ遅延部14
に入力される。データ遅延部14は誤り数値、誤り位置
演算部13の演算結果が出力されるまで遅延される。符
号語はシンドローム演算部11でシンドロームが求めら
れ、誤り数値、誤り位置多項式演算部12に出力され
る。誤り数値、誤り位置多項式演算部12では、シンド
ロームから誤り数値多項式、及び誤り位置多項式を求め
る。誤り数値、誤り位置演算部13では、前記誤り数値
多項式と誤り位置多項式を用いて、誤り数値、及び誤り
位置が求まる。訂正部15では、データ遅延部14に蓄
積していた符号語データを誤り数値及び誤り位置を用い
て誤り訂正を行う。再シンドローム演算部16では、訂
正部15にて誤り訂正を行った符号語に対して再度シン
ドロームを求め、その結果を基に再シンドローム評価部
17が誤り訂正後のデータが正しいか否かの評価を行
う。
In a correction confirmation device for error correction,
The code word is the syndrome operation unit 11 and the data delay unit 14
Is input to The data delay unit 14 is delayed until the error numerical value and the operation result of the error position operation unit 13 are output. The syndrome of the codeword is obtained by the syndrome operation unit 11 and output to the error numerical value and error locator polynomial operation unit 12. The error numerical value and error position polynomial calculation unit 12 calculates an error numerical value polynomial and an error position polynomial from the syndrome. The error numerical value and error position calculating unit 13 calculates an error numerical value and an error position using the error numerical value polynomial and the error position polynomial. The correction unit 15 performs error correction on the codeword data stored in the data delay unit 14 using the error value and the error position. In the re-syndrome operation unit 16, the syndrome is obtained again for the codeword on which the error correction has been performed by the correction unit 15, and based on the result, the re-syndrome evaluation unit 17 evaluates whether the data after the error correction is correct. I do.

【0009】再シンドロームの結果が“0”であれば、
正しく訂正されたとし、“0”以外であれば、誤り訂正
において誤訂正が存在し、これは符号訂正能力を超えて
訂正されてしまったことを意味する。
If the result of the re-syndrome is "0",
If it is correctly corrected and if it is other than "0", there is an erroneous correction in the error correction, which means that the code has been corrected beyond the code correction capability.

【0010】[0010]

【発明が解決しようとする課題】しかしながら、従来の
訂正された信号がブロック符号訂正能力を超えて訂正さ
れているか否かを検出する検出装置は、再度シンドロー
ムの計算を行う必要があり、処理が複雑になるという問
題があった。
However, the conventional detection device for detecting whether or not the corrected signal has been corrected beyond the block code correction capability needs to calculate the syndrome again, and the processing is not performed. There was a problem of becoming complicated.

【0011】したがって、本発明は、上記問題に鑑みな
されたものであり、簡便な処理で、訂正された信号がブ
ロック符号訂正能力を超えて訂正されたか否かの検出を
可能とする検出装置、訂正を行う訂正装置、及び誤り訂
正装置を用いた受信機を提供することを目的とする。
Accordingly, the present invention has been made in view of the above-mentioned problems, and a detection device which can detect whether or not a corrected signal has been corrected beyond the block code correction capability with a simple process. An object of the present invention is to provide a correction device for performing correction and a receiver using the error correction device.

【0012】[0012]

【課題を解決するための手段】上記課題を解決するため
に、本件発明は、以下の特徴を有する課題を解決するた
めの手段を採用している。
In order to solve the above problems, the present invention employs means for solving the problems having the following features.

【0013】請求項1に記載された発明は、スタッフィ
ングシンボルを挿入して、短縮化ブロック信号から短縮
前のブロック符号を再生するブロック符号再生部と、前
記再生したブロック符号により誤り訂正を行う誤り訂正
部と、前記誤り訂正部によって訂正された信号がブロッ
ク符号訂正能力を超えて訂正されているか否かを検出す
る検査部とを有する検出装置において、前記検査部は、
訂正後のスタッフィングシンボルの値に基づいて訂正さ
れた信号がブロック符号訂正能力を超えて訂正されてい
るか否かを検出することを特徴とする。
According to the first aspect of the present invention, there is provided a block code reproducing section for inserting a stuffing symbol to reproduce a block code before shortening from a shortened block signal, and an error correcting section for performing error correction using the reproduced block code. In a detection device having a correction unit and a detection unit that detects whether the signal corrected by the error correction unit has been corrected beyond the block code correction capability, the detection unit,
It is characterized in that it is detected whether or not the signal corrected based on the corrected stuffing symbol value exceeds the block code correction capability.

【0014】請求項1記載の発明によれば、前記検出装
置において、前記検査部は、訂正後のスタッフィングシ
ンボルの値に基づいて訂正された信号がブロック符号訂
正能力を超えて訂正されているか否かを検出することに
より、簡便な処理で、訂正された信号がブロック符号訂
正能力を超えて訂正されているか否かの検出を可能とす
る検出装置を提供することができる。
According to the first aspect of the present invention, in the detection device, the checking unit determines whether the signal corrected based on the corrected stuffing symbol value exceeds the block code correction capability. By detecting this, it is possible to provide a detection device that can detect whether or not the corrected signal has been corrected beyond the block code correction capability with simple processing.

【0015】請求項2に記載された発明は、請求項1記
載の検出装置において、前記検査部は、前記訂正後のス
タッフィングシンボルの値が、本来のスタッフィングシ
ンボルの値と所定数以上異なる場合に、訂正された信号
がブロック符号訂正能力を超えて訂正されたと判断する
ことを特徴とする。
According to a second aspect of the present invention, in the detection device according to the first aspect, the inspection unit determines that the corrected stuffing symbol value differs from the original stuffing symbol value by a predetermined number or more. , It is determined that the corrected signal has been corrected beyond the block code correction capability.

【0016】請求項2記載の発明によれば、請求項1記
載の検出装置において、前記検査部は、前記訂正後のス
タッフィングシンボルの値が、本来のスタッフィングシ
ンボルの値と所定数以上異なる場合に、訂正された信号
がブロック符号訂正能力を超えて訂正されていると判断
することにより、スタッフィングシンボルの値を比較す
ることのみで判断可能となる検出装置を提供することが
できる。
According to a second aspect of the present invention, in the detection device according to the first aspect, the inspection unit determines that the corrected stuffing symbol value differs from the original stuffing symbol value by a predetermined number or more. By judging that the corrected signal has been corrected beyond the block code correction capability, it is possible to provide a detection device that can make a determination only by comparing the values of the stuffing symbols.

【0017】請求項3に記載された発明は、請求項1又
は2記載の検出装置と、入力した短縮化ブロック符号を
蓄積する短縮化ブロック符号蓄積部と、前記検出装置の
出力、及び前記短縮化ブロック符号蓄積部の出力のうち
の一方を選択する選択部とを有し、前記選択部は、前記
検査部からの出力により制御されることを特徴とする。
According to a third aspect of the present invention, there is provided the detection apparatus according to the first or second aspect, a shortened block code storage unit for storing the input shortened block code, an output of the detection apparatus, and the shortening. And a selection unit for selecting one of the outputs of the converted block code accumulation unit, wherein the selection unit is controlled by an output from the inspection unit.

【0018】請求項3記載の発明によれば、請求項1又
は2記載の検出装置と、入力した短縮化ブロック符号を
蓄積する短縮化ブロック符号蓄積部と、前記検出装置の
出力、及び前記短縮化ブロック符号蓄積部の出力のうち
の一方を選択する選択部とを有し、前記選択部は、前記
検査部からの出力により選択制御されることにより、前
記検出装置を用いた誤り訂正装置を提供することができ
る。
According to the third aspect of the present invention, the detecting device according to the first or second aspect, a shortened block code accumulating unit for accumulating the inputted shortened block code, an output of the detecting device, and the shortening. A selection unit that selects one of the outputs of the generalized block code accumulation unit, and the selection unit is selectively controlled by an output from the inspection unit, thereby providing an error correction device using the detection device. Can be provided.

【0019】請求項4に記載された発明は、請求項3記
載の誤り訂正装置を用いた受信機である。
According to a fourth aspect of the present invention, there is provided a receiver using the error correction device according to the third aspect.

【0020】請求項4記載の発明によれば、請求項3記
載の誤り訂正装置を用いた受信機を提供することがき
る。
According to the invention described in claim 4, it is possible to provide a receiver using the error correction device described in claim 3.

【0021】[0021]

【発明の実施の形態】本発明の実施の形態を記載する前
に、ブロック符号の特徴について説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Before describing embodiments of the present invention, the features of block codes will be described.

【0022】一般にブロック符号では、その生成方法に
より特定の長さの符号しか得ることができない。例え
ば、リードソロモン符号の場合、8ビット(1バイト)
を1シンボルとして扱い、シンボル単位の誤り訂正を行
う時には、データと誤り訂正用のパリティをあわせたも
の(符号語)の長さは255バイトにしなければならな
い。
In general, in a block code, only a code of a specific length can be obtained depending on the generation method. For example, in the case of Reed-Solomon code, 8 bits (1 byte)
Is treated as one symbol, and when error correction is performed in symbol units, the length of a code (codeword) including data and parity for error correction must be 255 bytes.

【0023】また、訂正が可能なビット数は原理的に決
まっており、例えばリードソロモン符号の一種であるR
S〔255,239〕符号(データ長239バイト、パ
リティ長16バイト)ではパリティ長の半分の8バイト
までの訂正が可能である。この訂正範囲を超える誤りが
含まれるデータに対して誤り訂正する処理(復号処理)
を行うと、誤り訂正する前よりもビット誤り率が劣化す
るという特徴がある。
The number of bits that can be corrected is determined in principle. For example, R is a kind of Reed-Solomon code.
With the S [255, 239] code (data length 239 bytes, parity length 16 bytes), up to 8 bytes, which is half the parity length, can be corrected. Error correction processing (decoding processing) for data containing an error exceeding this correction range
Is characterized in that the bit error rate is deteriorated compared to before the error correction.

【0024】次にブロック符号の短縮化について説明す
る。前記のように、ブロック符号では決まった長さの符
号語にする必要があり、従って、伝送したいデータの長
さと誤り訂正符号に適したデータの長さとは必ずしも一
致しない。このような場合に、短縮化と呼ばれる手法が
用いられる。以下に短縮化の手法について図2を用いて
説明する。
Next, the shortening of the block code will be described. As described above, the block code needs to be a code word having a fixed length, and therefore, the length of data to be transmitted does not always match the length of data suitable for an error correction code. In such a case, a technique called shortening is used. The method of shortening will be described below with reference to FIG.

【0025】図2は、短縮化の例を説明するための図で
ある。
FIG. 2 is a diagram for explaining an example of shortening.

【0026】図2におけるリードソロモン符号(RS
[255,239])21は、MPEG2のTS(Transp
ort Stream)パケット22、スタッフィングシンボル2
3、誤り訂正パリティ24より構成されている。
The Reed-Solomon code (RS
[255, 239]) 21 is an MPEG2 TS (Transp
ort Stream) packet 22, stuffing symbol 2
3, and an error correction parity 24.

【0027】また、短縮化リードソロモン符号(RS
[204,188])25は、スタッフィングシンボル2
3を除いたMPEG2TSパケット22、誤り訂正パリ
ティ24より構成されている。
Further, a shortened Reed-Solomon code (RS
[204,188]) 25 is the stuffing symbol 2
3 except for an MPEG2 TS packet 22 and an error correction parity 24.

【0028】図2では、リードソロモン符号の一種であ
るRS〔255,239〕符号21を使用して送信する
データである188バイトのMPEG2のTSパケット
22に、誤り訂正のパリティ24を付加する場合を考え
る。この場合、データ長は239バイトと固定であるた
めに、不足している51バイト分のある所定の値のデー
タ(スタッフィックシンボル23)を付加して16バイ
トの誤り訂正用のパリティ24を生成してリードソロモ
ン符号21を作成する。
FIG. 2 shows a case where an error correction parity 24 is added to an 188-byte MPEG2 TS packet 22 which is data to be transmitted using an RS [255, 239] code 21 which is a kind of Reed-Solomon code. think of. In this case, since the data length is fixed at 239 bytes, a predetermined predetermined value of data (stuffy symbol 23) for 51 bytes which is insufficient is added to generate a 16-byte error correction parity 24. Thus, a Reed-Solomon code 21 is created.

【0029】ただし、スタッフィングシンボル23はデ
ータ長の不足分を埋めるという役割しかないために、実
際には送信されるデータの時には付加せず、受信側で誤
り訂正を行う前に付加させ、送信するデータ長をなるべ
く短くして伝送容量を削減し、帯域を有効に利用するこ
とが行われる。これが短縮化と呼ばれ、ここで送信され
るデータが短縮化リードソロモン符号(RS[204,
188])25である。
However, since the stuffing symbol 23 has only the role of filling the shortage of the data length, it is not added when data is actually transmitted, but is added before error correction is performed on the receiving side and transmitted. The data length is made as short as possible to reduce the transmission capacity, and the bandwidth is used effectively. This is called shortening, and the data transmitted here is shortened Reed-Solomon code (RS [204,
188]) 25.

【0030】次に本発明の原理について、図3を用いて
説明する。
Next, the principle of the present invention will be described with reference to FIG.

【0031】図3は、誤り訂正における誤訂正検出方法
を説明するための一例の図である。
FIG. 3 is a diagram for explaining an example of an error correction detection method in error correction.

【0032】図3は、デジタルデータに付加する誤り訂
正符号として短縮化リードソロモン符号(RS[20
4,188])25を利用し、スタッフィングシンボル
23として、51バイト分の“0”を使用した場合であ
る。
FIG. 3 shows a shortened Reed-Solomon code (RS [20]) as an error correction code added to digital data.
4,188]) 25 and 51 bytes of “0” are used as the stuffing symbol 23.

【0033】受信されたデータ31が、誤り訂正能力で
ある8バイト以内の誤りしか含まれていない場合には5
1バイトのスタッフィングシンボル23、188バイト
のデータ31ともに完全に誤り訂正が行われる。
If the received data 31 contains only an error within 8 bytes, which is the error correction capability, 5
Both the 1-byte stuffing symbol 23 and the 188-byte data 31 are completely corrected.

【0034】しかしながら、誤り訂正能力を超えた8バ
イトを超える誤りが含まれている場合にはスタッフィン
グシンボル23、データ31ともに誤訂正されることに
なる。
However, when an error exceeding 8 bytes exceeding the error correction capability is included, both the stuffing symbol 23 and the data 31 are erroneously corrected.

【0035】すなわち、オール“0”であったスタッフ
ィングシンボル23がオール“0”としては検出されな
かったときは、少なくとも誤り訂正がブロック符号訂正
能力を超えて訂正されてしまったと確認することができ
る。
That is, when the stuffing symbol 23 that is all “0” is not detected as all “0”, it can be confirmed that at least the error correction has been corrected beyond the block code correction capability. .

【0036】なお、本来“0”であるはずのスタッフィ
ングシンボル23が誤訂正された場合に、“0”、もし
くは“1”として検出される確率は等しく、それぞれ1
/2であると考えることができる。実施例の51バイト
のオール“0”のスタフィックシンボル23が誤訂正さ
れたにも関わらずオール“0”として検出されてしまう
確率は1/2の408乗(51バイト×8ビット)と極
めて低く、ほぼ完全に誤り訂正がブロック符号の訂正能
力を超えて訂正されてしまったことを検出することが可
能となる。
When the stuffing symbol 23, which is supposed to be "0", is erroneously corrected, the probability of being detected as "0" or "1" is equal.
/ 2. The probability that the 51-byte static symbol 23 of all "0" of the embodiment is detected as all "0" in spite of being erroneously corrected is extremely high to 1/2 408 (51 bytes x 8 bits). It is possible to detect that the error correction is low and almost completely corrected beyond the correction capability of the block code.

【0037】したがって、誤り訂正が正しく行われてい
れば、訂正後のデータを出力し、誤り訂正が正しく行わ
れていなければ、誤り訂正前のデータ部を出力すること
により、データのビット誤り率の劣化を防ぐことができ
る。
Therefore, if the error correction has been correctly performed, the corrected data is output. If the error correction has not been correctly performed, the data portion before the error correction is output. Degradation can be prevented.

【0038】次に本発明の実施例について図4を用いて
説明する。
Next, an embodiment of the present invention will be described with reference to FIG.

【0039】図4は、検出装置、及び誤り訂正装置例の
図である。
FIG. 4 is a diagram of an example of a detection device and an error correction device.

【0040】図4における検出装置、及び誤り訂正装置
は、誤り訂正装置41、検出装置42、短縮化ブロック
符号蓄積部43、選択部44より構成されている。ま
た、検出装置42はブロック符号再生部45、誤り訂正
部46、検査部47より構成されている。
4 includes an error correction device 41, a detection device 42, a shortened block code storage section 43, and a selection section 44. The detecting device 42 includes a block code reproducing unit 45, an error correcting unit 46, and a checking unit 47.

【0041】ブロック符号再生部45は、入力された短
縮化リードソロモン符号(RS[204,188])にス
タッフィングシンボルを付加して、短縮前のリードソロ
モン符号(RS[255,239])を再生する。誤り訂
正部46は符号語の誤り訂正を行い、検査部47は誤り
訂正後のデータからブロック符号の訂正能力を超えて訂
正されているかの検出を行う。また、短縮化ブロック符
号蓄積部43では誤り訂正装置41に入力された短縮化
ブロック符号を蓄積し、選択部44は、検査部47より
出力される誤り訂正フラグにより制御されて出力すべき
データを選択して出力する。
The block code reproducing section 45 adds a stuffing symbol to the input shortened Reed-Solomon code (RS [204,188]) to reproduce the Reed-Solomon code (RS [255,239]) before shortening. I do. The error correction unit 46 corrects the error of the code word, and the check unit 47 detects whether the data after the error correction has been corrected beyond the correction capability of the block code. Further, the shortened block code storage unit 43 stores the shortened block codes input to the error correction device 41, and the selection unit 44 controls the data to be output under the control of the error correction flag output from the check unit 47. Select and output.

【0042】誤り訂正装置41に入力された短縮化リー
ドソロモン符号(RS[204,188])は、MPEG
2のTSパケットデータ(188バイト)に誤り訂正パ
リティ(16バイト)を付加したものである。
The shortened Reed-Solomon code (RS [204,188]) input to the error correction device 41 is MPEG
2 is obtained by adding error correction parity (16 bytes) to the TS packet data (188 bytes).

【0043】前記短縮化リードソロモン符号(RS[2
04,188])は、検出装置42、及び短縮化ブロック
符号蓄積部43へ入力される。
The shortened Reed-Solomon code (RS [2
04,188]) is input to the detection device 42 and the shortened block code accumulation unit 43.

【0044】短縮化ブロック符号蓄積部43では、入力
データをそのまま蓄積しておく。
The shortened block code storage section 43 stores the input data as it is.

【0045】ブロック符号再生部45では、短縮化リー
ドソロモン符号(RS[204,188])にオール
“0”である51バイトのスタッフィングシンボルを付
加させ、リードソロモン符号(RS[255,239])
を再生する。前記リードソロモン符号は誤り訂正部46
で誤り訂正を行い、誤り訂正後のデータを選択部44
へ、また誤り訂正後のスタッフィングシンボルを検査部
47へ出力する。
The block code reproducing section 45 adds a 51-byte stuffing symbol, which is all "0", to the shortened Reed-Solomon code (RS [204,188]) to generate a Reed-Solomon code (RS [255,239]).
To play. The Reed-Solomon code is sent to an error correction unit 46.
And corrects the error, and selects the data after the error correction
Then, the stuffing symbol after error correction is output to the checking unit 47.

【0046】検査部47では、誤り訂正後のスタッフィ
ングシンボルが前記ブロック符号再生部45で付加され
たスタフィングシンボル(オール“0”)と一致するか
を比較し、選択部44に対して、一致した場合“1”、
一致しなかった場合“0”などの誤り訂正フラグを出力
する。
The checking unit 47 compares whether the stuffing symbol after error correction matches the stuffing symbol (all “0”) added by the block code reproducing unit 45, and instructs the selecting unit 44 to match. If "1",
If they do not match, an error correction flag such as "0" is output.

【0047】選択部44では、誤り訂正フラグの結果に
より、フラグが“1”(一致)の場合は誤り訂正部46
より出力される訂正後のMPEG2のTSパケットを、
フラグが“0”(不一致)場合には前記短縮化ブロック
符号蓄積部43に蓄積しておいた短縮化ブロック符号か
ら誤り訂正前のMPEG2のTSパケットを出力する。
According to the result of the error correction flag, if the flag is "1" (coincidence), the selection unit 44 selects the error correction unit 46.
The corrected MPEG2 TS packet output from
If the flag is "0" (mismatch), the MPEG-2 TS packet before error correction is output from the shortened block code stored in the shortened block code storage unit 43.

【0048】なお、本発明での検査部47においては、
比較したデータの誤り数に応じてフラグを出力すること
ができ、また選択部48では、検査部47より出力され
るフラグによりデータの編集等を行うことができる。
In the inspection section 47 of the present invention,
A flag can be output in accordance with the number of errors in the compared data, and the selection unit 48 can edit data or the like based on the flag output from the inspection unit 47.

【0049】次に、受信機の構成例を図5に示す。Next, FIG. 5 shows a configuration example of the receiver.

【0050】図5における受信機は、デジタル復号部5
1、誤り訂正装置41、映像、音声復号部52を有す
る。また、誤り訂正装置41は、検出装置42、短縮化
ブロック符号蓄積部43、選択部44より構成される。
The receiver shown in FIG.
1, an error correction device 41 and a video / audio decoding unit 52 are provided. The error correction device 41 includes a detection device 42, a shortened block code storage unit 43, and a selection unit 44.

【0051】図5を衛星デジタル放送の受信系統とす
る。
FIG. 5 shows a receiving system for digital satellite broadcasting.

【0052】伝送路を経由したデジタル変調波がデジタ
ル復号部41で、短縮化リードソロモン符号(RS[2
04、188])に復号される。前記短縮化リードソロ
モン符号は検出装置42、及び短縮化ブロック符号蓄積
部43に出力される。検出装置42では、前述したブロ
ック符号の再生、誤り訂正、及びブロック符号の訂正能
力を超えて訂正されているかの検出を行い、誤り訂正フ
ラグ及び誤り訂正後のMPEG2のTSパケット(デー
タ部)を選択部44へ出力する。
The digitally modulated wave transmitted through the transmission path is converted into a shortened Reed-Solomon code (RS [2
04, 188]). The shortened Reed-Solomon code is output to the detection device 42 and the shortened block code storage unit 43. The detection device 42 performs the above-described reproduction and error correction of the block code, and detects whether or not the block code has been corrected beyond the correction capability, and outputs an error correction flag and the TS packet (data portion) of MPEG2 after error correction. Output to the selection unit 44.

【0053】選択部44では、誤り訂正フラグの結果に
より、一致していた場合には、誤り訂正後のMPEG2
のTSパケットを映像、音声復号部52へ出力し、フラ
グが不一致であった場合には短縮化ブロック符号蓄積部
47に蓄積しておいた短縮化ブロック符号から訂正前の
MPEG2のTSパケットを映像、音声復号器52へ出
力する。
In the selecting section 44, according to the result of the error correction flag, if there is a match, the error corrected MPEG2
Is output to the video / audio decoding unit 52, and if the flags do not match, the uncorrected MPEG2 TS packet from the shortened block code stored in the shortened block code storage unit 47 , To the audio decoder 52.

【0054】映像、音声復号器52は、選択部44より
入力される選定されたMPEG2のTSパケットデータ
を復号することにより伝送におけるデータの劣化を減少
することができる。
The video / audio decoder 52 can reduce the deterioration of data during transmission by decoding the selected MPEG-2 TS packet data input from the selection unit 44.

【0055】本発明の誤り訂正における検出装置、誤り
訂正装置およびそれを用いた受信機を使用することによ
る効果を図6に示す。
FIG. 6 shows the effect of using the detection device, the error correction device, and the receiver using the same in the error correction of the present invention.

【0056】図6は、所要C/N(受信機入力端子にお
ける信号電力と雑音電力の比)に対する伝送データのビ
ットエラーレートをプロットした図である。
FIG. 6 is a diagram plotting a bit error rate of transmission data with respect to a required C / N (ratio of signal power to noise power at a receiver input terminal).

【0057】図6は、横軸に所要C/N、縦軸にビット
エラーレートを取り、はリードソロモン符号に対し、
誤り訂正処理を行った場合のプロット値を示す。
FIG. 6 shows the required C / N on the horizontal axis and the bit error rate on the vertical axis.
The plot values when error correction processing is performed are shown.

【0058】はリードソロモン符号に対し、誤り訂正
処理を行わなかった場合のプロット値を示す。
The plot values in the case where no error correction processing is performed on the Reed-Solomon code are shown.

【0059】本発明を実施することにより、図6のに
示すようなプロット値を得ることができ、所要C/Nが
改善され伝送データにおける信号劣化を減少することが
できる。
By practicing the present invention, a plot value as shown in FIG. 6 can be obtained, the required C / N can be improved, and the signal degradation in transmission data can be reduced.

【0060】なお、本発明の説明にて使用した入力デー
タは、短縮化リードソロモン符号に限定されるものでは
なく、特定のデータが付加可能な信号であればよい。
The input data used in the description of the present invention is not limited to the shortened Reed-Solomon code, but may be any signal to which specific data can be added.

【0061】また、スタッフィングシンボルのバイト数
は、短縮化されるブロック符号の種類により変動し、そ
のデータの値も“0”に限定されるものではない。
The number of bytes of the stuffing symbol varies depending on the type of the block code to be shortened, and the value of the data is not limited to “0”.

【0062】[0062]

【発明の効果】上述の如く、本発明によれば、誤り訂正
後のデータに誤訂正であった場合に、誤り訂正処理前の
データを使用することで、伝送データにおける信号劣化
を減少することが可能となる検出装置、誤り訂正装置、
及び誤り訂正装置を用いた受信機を提供することができ
る。
As described above, according to the present invention, when data after error correction is incorrectly corrected, signal deterioration in transmission data is reduced by using data before error correction processing. Detection device, error correction device,
And a receiver using the error correction device.

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

【図1】従来の誤り訂正における検出装置の一構成図で
ある。
FIG. 1 is a configuration diagram of a detection device in a conventional error correction.

【図2】短縮化の例を説明するための図である。FIG. 2 is a diagram for explaining an example of shortening.

【図3】誤り訂正における誤訂正検出方法を説明するた
めの一例の図である。
FIG. 3 is an example of a diagram for explaining an error correction detection method in error correction.

【図4】検出装置、及び誤り訂正装置例を説明するため
の図である。
FIG. 4 is a diagram illustrating an example of a detection device and an error correction device.

【図5】受信機の構成例を説明するための図である。FIG. 5 is a diagram for describing a configuration example of a receiver.

【図6】本発明の効果例を説明するための図である。FIG. 6 is a diagram for explaining an effect example of the present invention.

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

11 シンドローム演算部 12 誤り数値、誤り位置多項式演算部 13 誤り数値、誤り位置演算部 14 データ遅延部 15 訂正部 16 再シンドローム演算部 17 再シンドローム評価部 21 リードソロモン符号(RS[255,239]) 22 MPEG2のTSパケット 23 スタッフィングシンボル 24 誤り訂正パリティ 25 短縮化リードソロモン符号(RS[204、18
8]) 31 データ 41 誤り訂正装置 42 検出装置 43 短縮化ブロック符号蓄積部 44 選択部 45 ブロック符号再生部 46 誤り訂正部 47 検査部 51 デジタル復号部 52 映像、音声復号部
DESCRIPTION OF SYMBOLS 11 Syndrome operation part 12 Error numerical value, error position polynomial operation part 13 Error numerical value, error position operation part 14 Data delay part 15 Correction part 16 Re-syndrome operation part 17 Re-syndrome evaluation part 21 Reed-Solomon code (RS [255,239]) 22 MPEG-2 TS packet 23 Stuffing symbol 24 Error correction parity 25 Shortened Reed-Solomon code (RS [204, 18
8]) 31 data 41 error correction device 42 detection device 43 shortened block code storage unit 44 selection unit 45 block code reproduction unit 46 error correction unit 47 inspection unit 51 digital decoding unit 52 video and audio decoding unit

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B001 AA01 AA06 AA11 AC01 AC04 AD06 5C059 MA00 RB10 RF02 RF05 RF07 SS06 TA76 TB03 TC22 TD18 UA04 5J065 AA01 AB01 AC02 AD01 AD11 AE07 AF02 AG02 AG03 AH01 AH09 5K014 AA01 BA02 BA08 FA11 GA02 ──────────────────────────────────────────────────続 き Continued on the front page F-term (reference) 5B001 AA01 AA06 AA11 AC01 AC04 AD06 5C059 MA00 RB10 RF02 RF05 RF07 SS06 TA76 TB03 TC22 TD18 UA04 5J065 AA01 AB01 AC02 AD01 AD11 AE07 AF02 AG02 AG03 AH01 AH09 GA02

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 スタッフィングシンボルを挿入して、短
縮化ブロック信号から短縮前のブロック符号を再生する
ブロック符号再生部と、 前記再生したブロック符号により誤り訂正を行う誤り訂
正部と、 前記誤り訂正部によって訂正された信号がブロック符号
訂正能力を超えて訂正されているか否かを検出する検査
部とを有する検出装置において、 前記検査部は、訂正後のスタッフィングシンボルの値に
基づいて訂正された信号がブロック符号訂正能力を超え
て訂正されているか否かを検出することを特徴とする検
出装置。
1. A block code reproducing unit that inserts a stuffing symbol and reproduces a block code before shortening from a shortened block signal, an error correcting unit that performs error correction using the reproduced block code, and an error correcting unit. A detection unit for detecting whether or not the signal corrected by the block code correction capability has been corrected beyond the block code correction capability, the inspection unit, the corrected signal based on the value of the stuffing symbol corrected Detecting whether or not is corrected beyond the block code correction capability.
【請求項2】 請求項1記載の検出装置において、 前記検査部は、前記訂正後のスタッフィングシンボルの
値が、本来のスタッフィングシンボルの値と所定数以上
異なる場合に、訂正された信号がブロック符号訂正能力
を超えて訂正されたと判断することを特徴とする検出装
置。
2. The detection device according to claim 1, wherein the inspection unit is configured to, when the corrected stuffing symbol value differs from the original stuffing symbol value by a predetermined number or more, block code the corrected signal. A detection device for determining that correction has been made beyond the correction capability.
【請求項3】 請求項1又は2記載の検出装置と、 入力した短縮化ブロック符号を蓄積する短縮化ブロック
符号蓄積部と、 前記検出装置の出力、及び前記短縮化ブロック符号蓄積
部の出力のうちの一方を選択する選択部とを有し、 前記選択部は、前記検査部からの出力により制御される
ことを特徴とする誤り訂正装置。
3. A detection device according to claim 1, wherein a shortened block code storage unit stores the input shortened block code; and an output of the detection device and an output of the shortened block code storage unit. An error correction device, comprising: a selection unit that selects one of the control units, wherein the selection unit is controlled by an output from the inspection unit.
【請求項4】 請求項3記載の誤り訂正装置を用いた受
信機。
4. A receiver using the error correction device according to claim 3.
JP2001168788A 2001-06-04 2001-06-04 Error correction apparatus and receiver using the error correction apparatus Expired - Fee Related JP4280005B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001168788A JP4280005B2 (en) 2001-06-04 2001-06-04 Error correction apparatus and receiver using the error correction apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001168788A JP4280005B2 (en) 2001-06-04 2001-06-04 Error correction apparatus and receiver using the error correction apparatus

Publications (2)

Publication Number Publication Date
JP2002368723A true JP2002368723A (en) 2002-12-20
JP4280005B2 JP4280005B2 (en) 2009-06-17

Family

ID=19010961

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001168788A Expired - Fee Related JP4280005B2 (en) 2001-06-04 2001-06-04 Error correction apparatus and receiver using the error correction apparatus

Country Status (1)

Country Link
JP (1) JP4280005B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010517392A (en) * 2007-03-12 2010-05-20 ▲ホア▼▲ウェイ▼技術有限公司 Method and apparatus for encoding and decoding data

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010517392A (en) * 2007-03-12 2010-05-20 ▲ホア▼▲ウェイ▼技術有限公司 Method and apparatus for encoding and decoding data

Also Published As

Publication number Publication date
JP4280005B2 (en) 2009-06-17

Similar Documents

Publication Publication Date Title
US6725412B1 (en) Low latency data encoder
US7549104B2 (en) Digital signal processing method and apparatus performing variable number of error correction repetitions
JPH084233B2 (en) Error correction code decoding device
US7421641B2 (en) Intelligent error checking method and mechanism
US20040177308A1 (en) Encoding apparatus and method, and decoding apparatus and method for error correction
US7647546B2 (en) Apparatus and method for decoding Reed-Solomon symbols
US7266748B2 (en) Method and apparatus for correcting C1/PI word errors using error locations detected by EFM/EFM+ decoding
EP1280281A1 (en) Decoder and decoding method
US20020108088A1 (en) Reed-solomon decoder for processing (M) or (2M) bit data, and decoding method therefor
JP2005012452A (en) Device, method, and program for receiving digital signal
JP2002368723A (en) Detector, error correction device, and receiver using the error correction device
US7856587B2 (en) Memory reduction in DVB-H applications
US20080209295A1 (en) Apparatus and method for pre-processing on layer 2 in digital broadcasting receiving device
JP2874933B2 (en) Digital signal error correction processing device and error correction processing method thereof
KR100223821B1 (en) The circuit and method for error correction in a dvd
KR0166755B1 (en) Device and method for generating control signal to correct errors of digital recording/reproducing system
JP3536799B2 (en) Frame synchronization circuit and synchronization method, and recording medium recording the program
JPH05235906A (en) Decoder fro multi-dimension code and error correction/ detection system using decoder
JP3551879B2 (en) Error correction apparatus and method
JP2721752B2 (en) Error control method
KR19980066078A (en) Circuits and Methods for Detecting Errors in Received Data
JP2003298426A (en) Error correcting apparatus and method
JP2001320281A (en) Receiver
JPH0964849A (en) Error correction device
JP2007228174A (en) Error correction processing method and transmission apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060327

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080417

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080507

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080707

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20081111

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090113

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20090121

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090217

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090313

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

Free format text: PAYMENT UNTIL: 20120319

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130319

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20140319

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees