JPH1022839A - Soft discrimination error-correction decoding method - Google Patents

Soft discrimination error-correction decoding method

Info

Publication number
JPH1022839A
JPH1022839A JP17214796A JP17214796A JPH1022839A JP H1022839 A JPH1022839 A JP H1022839A JP 17214796 A JP17214796 A JP 17214796A JP 17214796 A JP17214796 A JP 17214796A JP H1022839 A JPH1022839 A JP H1022839A
Authority
JP
Japan
Prior art keywords
bit
error correction
data
error
correction
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
JP17214796A
Other languages
Japanese (ja)
Inventor
Hideo Omura
英雄 大村
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.)
NEC Saitama Ltd
Original Assignee
NEC Saitama 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 NEC Saitama Ltd filed Critical NEC Saitama Ltd
Priority to JP17214796A priority Critical patent/JPH1022839A/en
Publication of JPH1022839A publication Critical patent/JPH1022839A/en
Pending legal-status Critical Current

Links

Landscapes

  • Error Detection And Correction (AREA)

Abstract

PROBLEM TO BE SOLVED: To simplify the circuit for the method and to attain a high-processing speed by repeating bit error-correcting processing till a bit string after correction reaches a correct word, using the word for decoded data when the processing result indicates a correct word and using hard discrimination correction data for decoded data, when the processing result does not indicate a correct word, so as to reduce number of times of arithmetic operations. SOLUTION: Reliability information is given to each bit of received data, resulting from adding a transmission line error to block-coded signals (S100). Then bit inversion information is entered from a correction table (S110), and bit location corresponding to the bit inversion information of received data is inverted (S120). Whether or not inverted received data are code words is checked (S130), the inverted received data are used for decoded data when it is a code word (S140), and whether or not a correction table is entirely finished is checked when it is not a code word (S160). When the table is finished entirely, hard discrimination error-correction is conducted, and the resulting data are used for decoded data (S170). Thus, error correction by soft discrimination is conducted with less arithmetic operation steps, in comparison with the 2nd algorithm of Chaise.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、伝送路誤りを訂正
する誤り訂正復号方法に関し、特に、ブロック符号に対
する軟判定の誤り訂正復号方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error correction decoding method for correcting a transmission line error, and more particularly to a soft decision error correction decoding method for a block code.

【0002】[0002]

【従来の技術】誤り訂正符号には、畳み込み符号とブロ
ック符号がある。軟判定による誤り訂正は、畳み込み符
号に対してはビタビアルゴリズムによる最ゆう復号が有
名であり、ブロック符号に対してはチェイスの第2アル
ゴリズムがよく知られている。
2. Description of the Related Art Error correction codes include convolutional codes and block codes. For error correction by soft decision, maximum likelihood decoding by the Viterbi algorithm is well known for convolutional codes, and the second Chase algorithm is well known for block codes.

【0003】チェイスの第2アルゴリズムとは、受信し
たビット列のうち、CMIがあるしきい値より悪いkビ
ットを全てのパタンに変換した2k 個の受信系列に対し
て硬判定誤り訂正を行って得られるΩ個の候補信号の中
で、最も信頼度の高い候補信号を復号結果とするもので
ある。
[0003] The second Chase algorithm is to perform hard decision error correction on 2 k received sequences obtained by converting k bits of a received bit string having a CMI lower than a certain threshold into all patterns. A candidate signal having the highest reliability among the obtained Ω candidate signals is used as a decoding result.

【0004】[0004]

【発明が解決しようとする課題】この従来のチェイスの
第2アルゴリズムは、2k 個のFEC演算および全候補
信号に対する信頼度情報を求め、比較を行う必要があ
り、また、誤り訂正能力を高めるためにしきい値を高く
すると、2k が指数関数的に増加し、演算回数が膨大に
なるという問題点があった。
[Problems that the Invention is to Solve second algorithm of this conventional chase obtains reliability information for 2 k-number of FEC calculation and all candidate signal, it is necessary to make a comparison, also enhances the error correction capability Therefore, when the threshold value is increased, 2 k increases exponentially, and the number of operations becomes enormous.

【0005】本発明の目的は、上記問題点を解決して演
算回数を減らして、回路の簡素化、高速化を図ることの
できる軟判定誤り訂正復号方法を提供することである。
An object of the present invention is to provide a soft decision error correction decoding method capable of solving the above problems and reducing the number of operations to simplify and speed up the circuit.

【0006】[0006]

【課題を解決するための手段】上記問題点を解決するた
め、本発明の軟判定誤り訂正復号方法は、ブロック符号
化された受信信号をその信頼度情報に応じて予め用意さ
れた順番でビット誤り訂正する処理を訂正後のビット列
が正しい符号語になるまで繰り返し、正しい符号語にな
ったら復号データとし、ならなかったら硬判定誤り訂正
データを復号データとすることを特徴としている。
In order to solve the above-mentioned problems, a soft-decision error correction decoding method according to the present invention provides a method for converting a block-coded reception signal into bits prepared in advance in accordance with its reliability information. It is characterized in that error correction processing is repeated until the corrected bit string becomes a correct codeword, and if the bitstream becomes a correct codeword, decoded data is used. If not, hard decision error correction data is used as decoded data.

【0007】本発明は、演算が誤り検出(訂正ではな
い)なので容易であり、演算回数も予め分かるので少な
くてすむ。
The present invention is easy because the operation is error detection (not correction), and the number of operations is known in advance, so that the number of operations is small.

【0008】[0008]

【発明の実施の形態】次に、本発明の実施例について図
面を参照して説明する。
Next, an embodiment of the present invention will be described with reference to the drawings.

【0009】図1は、本発明の軟判定誤り訂正復号方法
の一実施例を示す流れ図である。ブロック符号化された
信号に伝送路による誤りが付加された受信データの各ビ
ットに対して信頼度情報(例えば受信レベル情報)を入
力する(100)。次に、訂正テーブルからビット反転
情報を入力し(110)、受信データのビット反転情報
に該当するビット位置を反転する(120)。次に、そ
の反転された受信データが符号語かどうかチェックし
(130)、符号語ならその反転された受信データを復
号データとし(140)、符号語でなければ訂正テーブ
ルを全て終了したかどうかをチェックする(160)。
符号語かどうかの判断は、受信データにCRC(Cyc
licRedundancy Check)を行うこと
による。全て終了した場合は、軟判定による誤り訂正を
あきらめ、硬判定誤り訂正を行い、復号データとする
(170)。全て終了していない場合は、次の訂正テー
ブルからビット反転情報を入力し(150)、ビット反
転情報に該当するビット位置を反転する処理を繰り返
す。
FIG. 1 is a flowchart showing one embodiment of the soft decision error correction decoding method according to the present invention. Reliability information (for example, reception level information) is input for each bit of the reception data in which an error due to the transmission path is added to the block-coded signal (100). Next, bit inversion information is input from the correction table (110), and the bit position corresponding to the bit inversion information of the received data is inverted (120). Next, it is checked whether or not the inverted received data is a code word (130). If the inverted received data is a code word, the inverted received data is used as decoded data (140). Is checked (160).
The determination as to whether or not the received data is a code word is performed by adding CRC (Cyc
licRedundancy Check). When all the processes are completed, the error correction based on the soft decision is given up, the hard decision error correction is performed, and the decoded data is obtained (170). If not all, the bit inversion information is input from the next correction table (150), and the process of inverting the bit position corresponding to the bit inversion information is repeated.

【0010】次に、本実施例の動作を例を挙げて説明す
る。例として、以下の生成多項式を持つBCH(15,
11)符号を考える。
Next, the operation of this embodiment will be described with reference to an example. As an example, BCH (15,
11) Consider the sign.

【0011】1十X十X4 本BCH符号は、1ビットの誤り訂正を行うことができ
ることが知られている。送信側で情報系列 (00110011001) をBCH符号化した符号化後の送信系列 (001100110011100) に伝送路で2ビツトの誤りが生じ、受信系列 (001101110010100) を受信したとする。
It is known that 1 × 10 × 4 BCH codes can perform 1-bit error correction. It is assumed that a 2-bit error occurs in the transmission line (001100110011100) after the transmission sequence (001100110011100) obtained by BCH-encoding the information sequence (00110011001) on the transmission side, and the reception sequence (001101110010100) is received.

【0012】本例では信頼度として受信レベルを用いる
とする。各受信ビットの信頼度を 「0」 25dBμ 「0」 30dBμ 「1」 32dBμ 「1」 24dBμ 「0」 9dBμ 「1」 3dBμ 「1」 11dBμ 「1」 14dBμ 「0」 22dBμ 「0」 27dBμ 「1」 20dBμ 「0」 8dBμ 「1」 5dBμ 「0」 12dBμ 「0」 15dBμ とする。また、図2に、本例における訂正テーブルを示
す。
In this example, it is assumed that the reception level is used as the reliability. The reliability of each received bit is “0” 25 dBμ “0” 30 dBμ “1” 32 dBμ “1” 24 dBμ “0” 9 dBμ “1” 3 dBμ “1” 11 dBμ “1” 14 dBμ “0” 22 dBμ “0” 27 dBμ “1” 20 dBμ “0” 8 dBμ “1” 5 dBμ “0” 12 dBμ “0” 15 dBμ FIG. 2 shows a correction table in this example.

【0013】以上の例において本実施例の復号法の動作
を説明する。まず、1番目の訂正テーブルによって求ま
る候補系列 (001101110010100) に対してCRCによる誤り検出を行うと、誤りである。
次に、2番目の訂正テーブルによって求まる候補系列 (001100110010100) に対してCRCによる誤り検出を行うと、誤りである。
次に、3番目の訂正テーブルによって求まる候補系列 (001101110010000) に対してCRCによる誤り検出を行うと、誤りである。
次に、4番目の訂正テーブルによって求まる候補系列 (001101110011100) に対してCRCによる誤り検出を行うと、誤りである。
次に、5番目の訂正テーブルによって求まる候補系列 (001100110010000) に対してCRCによる誤り検出を行うと、誤りである。
次に、6番目の訂正テーブルによって求まる候補系列 (001111110010100) に対してCRCによる誤り検出を行うと、誤りである。
次に、7番目の訂正テーブルによって求まる候補系列 (001100110011100) に対してCRCによる誤り検出を行うと、誤り無しであ
るので、復号データとする。
In the above example, the operation of the decoding method of this embodiment will be described. First, if an error is detected by CRC for the candidate sequence (001101110010100) determined by the first correction table, it is an error.
Next, if an error is detected by CRC for the candidate sequence (001100110010100) determined by the second correction table, it is an error.
Next, if an error is detected by CRC for the candidate sequence (0011011100010000) determined by the third correction table, it is an error.
Next, if an error is detected by CRC for the candidate sequence (0011011110011100) determined by the fourth correction table, it is an error.
Next, if an error is detected by CRC for the candidate sequence (0011001100100000) obtained by the fifth correction table, it is an error.
Next, if an error is detected by CRC for the candidate sequence (001111110010100) determined by the sixth correction table, it is an error.
Next, when an error is detected by CRC for the candidate sequence (001100110011100) obtained from the seventh correction table, there is no error, so that the data is decoded.

【0014】本実施例では、BCH符号について説明し
たが、他の誤り訂正のためのブロック符号(例えばFI
RE符号、Reed−Solomon符号)にも訂正テ
ーブルを変えることによって適用できるのは明らかであ
る。
In the present embodiment, the BCH code has been described. However, other block codes (for example, FI
It is apparent that the present invention can be applied to the RE code and the Reed-Solomon code by changing the correction table.

【0015】[0015]

【発明の効果】以上説明したように本発明は、チェイス
の第2アルゴリズムに比べて少ない演算量で軟判定によ
る認り訂正を行うことが可能となる。実施例によれば、
チェイスの第2ズムにおけるCMIを受信レベルとして
そのしきい値を10dBμとすると24 =16の硬判定
による誤り訂正を行わなければならないが、本発明では
7回の誤り検出で誤り訂正を可能とした。この効果は、
受信電界が低く、本当にFECが必要である時に顕著と
なる。
As described above, according to the present invention, it is possible to perform recognition correction by soft decision with a smaller amount of operation than the second algorithm of Chase. According to the embodiment,
If the CMI in the second chase is used as the reception level and the threshold value is 10 dBμ, error correction must be performed by 2 4 = 16 hard decisions. In the present invention, error correction can be performed by seven error detections. did. This effect
This is noticeable when the received electric field is low and FEC is really needed.

【0016】また、本発明は、軟判定により強力な誤り
訂正能力を発揮する。実施例によれば硬判定で誤り訂正
を行うと1ビットしか誤り訂正能力がないので、 (001101110010110) に誤訂正を行ってしまうが、本発明で軟判定に誤り訂正
を行うことにより2ビット誤りも訂正することが可能と
なった。
Further, the present invention exerts a strong error correction capability by soft decision. According to the embodiment, when error correction is performed by hard decision, only one bit has error correction capability. Therefore, error correction is performed on (001101110010110). Can now be corrected.

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

【図1】本発明の軟判定誤り訂正復号方法の一実施例を
示す流れ図である。。
FIG. 1 is a flowchart showing one embodiment of a soft decision error correction decoding method according to the present invention. .

【図2】本実施例における訂正テーブルの内容を示す図
である。
FIG. 2 is a diagram showing the contents of a correction table in the embodiment.

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

100〜170 処理ステップ 100-170 processing steps

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】伝送路誤りを訂正する軟判定誤り訂正復号
方法において、 誤り訂正符号化されている受信信号をその信頼度情報に
応じて予め用意された順番でビット誤りの訂正を繰り返
し、 訂正後のビット列が正しい符号語かどうかを検出し、 正しい符号語の場合は処理を打ち切って復号データと
し、 正しい符号語にならなかった場合は硬判定による誤り訂
正データを復号データとすることを特徴とする軟判定誤
り訂正復号方法。
In a soft-decision error correction decoding method for correcting a transmission line error, a bit error of a received signal which has been subjected to error correction coding is repeatedly corrected in a predetermined order in accordance with reliability information thereof. Detects whether the subsequent bit string is a correct codeword.If the correct codeword is detected, terminates the process to generate decoded data.If the correct codeword is not detected, sets hard-decision error-corrected data as decoded data. Soft decision error correction decoding method.
【請求項2】前記受信信号が、ブロック符号化された信
号であることを特徴とする請求項1記載の軟判定誤り訂
正復号方法。
2. The soft-decision error correction decoding method according to claim 1, wherein said received signal is a block-coded signal.
【請求項3】ブロック符号化された信号に伝送路による
誤りが付加された受信データの各ビットに対して信頼度
情報を入力し、 予め信頼度に応じて反転するビットを定めた訂正テーブ
ルからビット反転情報を入力し、 受信データのビット反転情報に該当するビット位置を反
転し、 その反転された受信データが符号語かどうかチェック
し、 符号語ならその反転された受信データを復号データと
し、 符号語でなければ訂正テーブルを全て終了したかどうか
をチェックし、 全て終了した場合は、軟判定による誤り訂正をあきら
め、硬判定誤り訂正を行い、復号データとし、 全て終了していない場合は、次の訂正テーブルからビッ
ト反転情報を入力して、ビット反転情報に該当するビッ
ト位置を反転する処理を繰り返すことを特徴とする軟判
定誤り訂正復号方法。
3. Inputting reliability information for each bit of received data in which an error due to a transmission path has been added to a block-coded signal, from a correction table in which bits previously inverted according to the reliability are determined. Input the bit inversion information, invert the bit position corresponding to the bit inversion information of the received data, check whether the inverted received data is a code word, and if it is a code word, use the inverted received data as decoded data. If it is not a code word, check whether all the correction tables have been completed.If all the correction tables have been completed, give up error correction by soft decision, perform hard decision error correction, and make decoded data. Soft decision error characterized by repeating the process of inputting bit inversion information from the next correction table and inverting the bit position corresponding to the bit inversion information Correction decoding method.
【請求項4】前記符号語かどうかのチェックを、受信デ
ータにCRC(Cyclic Redundancy
Check)を行うことによって行うことを特徴とする
請求項3記載の軟判定誤り訂正復号方法。
4. Checking whether or not the code word is a CRC (Cyclic Redundancy) is performed on received data.
The soft decision error correction decoding method according to claim 3, wherein the soft decision error correction decoding method is performed by performing a check.
【請求項5】伝送路誤りを訂正する軟判定誤り訂正復号
装置において、 誤り訂正符号化されている受信信号をその信頼度情報に
応じて予め用意された順番でビット誤りの訂正を繰り返
す手段と、 訂正後のビット列が正しい符号語かどうかを検出し、正
しい符号語の場合は、処理を打ち切って復号データとす
る手段と、 正しい符号語にならなかった場合は、硬判定による誤り
訂正データを復号データとする手段と、を有することを
特徴とする軟判定誤り訂正復号装置。
5. A soft-decision error correction decoding device for correcting a transmission path error, comprising: means for repeating a bit error correction of a received signal subjected to error correction coding in a predetermined order according to its reliability information. Detects whether the corrected bit string is a correct codeword, and if it is a correct codeword, terminates the process to make decoded data.If not, corrects error correction data by hard decision. And a means for decoding data.
【請求項6】前記受信信号が、ブロック符号化された信
号であることを特徴とする請求項5記載の軟判定誤り訂
正復号装置。
6. The soft-decision error correction decoding apparatus according to claim 5, wherein said received signal is a block-coded signal.
JP17214796A 1996-07-02 1996-07-02 Soft discrimination error-correction decoding method Pending JPH1022839A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17214796A JPH1022839A (en) 1996-07-02 1996-07-02 Soft discrimination error-correction decoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17214796A JPH1022839A (en) 1996-07-02 1996-07-02 Soft discrimination error-correction decoding method

Publications (1)

Publication Number Publication Date
JPH1022839A true JPH1022839A (en) 1998-01-23

Family

ID=15936444

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17214796A Pending JPH1022839A (en) 1996-07-02 1996-07-02 Soft discrimination error-correction decoding method

Country Status (1)

Country Link
JP (1) JPH1022839A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002091656A1 (en) * 2001-04-25 2002-11-14 Mitsubishi Denki Kabushiki Kaisha Data decoding method
JP2008541629A (en) * 2005-05-10 2008-11-20 クゥアルコム・インコーポレイテッド Improve DPSK demodulation of SPS data using soft bit decision
JP2012124643A (en) * 2010-12-07 2012-06-28 Fuji Xerox Co Ltd Receiving device and data transfer device
JP2012124642A (en) * 2010-12-07 2012-06-28 Fuji Xerox Co Ltd Receiving device, data transfer device, and program
US8269343B2 (en) 2007-09-19 2012-09-18 Spansion Llc Semiconductor device including a pressure-contact section

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002091656A1 (en) * 2001-04-25 2002-11-14 Mitsubishi Denki Kabushiki Kaisha Data decoding method
JP2008541629A (en) * 2005-05-10 2008-11-20 クゥアルコム・インコーポレイテッド Improve DPSK demodulation of SPS data using soft bit decision
US8269343B2 (en) 2007-09-19 2012-09-18 Spansion Llc Semiconductor device including a pressure-contact section
JP2012124643A (en) * 2010-12-07 2012-06-28 Fuji Xerox Co Ltd Receiving device and data transfer device
JP2012124642A (en) * 2010-12-07 2012-06-28 Fuji Xerox Co Ltd Receiving device, data transfer device, and program

Similar Documents

Publication Publication Date Title
CN1536767B (en) Iteration decoding device and iteration decoding method in communication system
JP3239795B2 (en) Error correction decoding device and error correction decoding method
JP3822249B2 (en) Method and means for detecting communication signals with non-uniform error protection
US5255343A (en) Method for detecting and masking bad frames in coded speech signals
US20050091568A1 (en) Iterative decoding process
EP0919086A1 (en) Decoder utilizing soft information output to minimize error rates
US20090132897A1 (en) Reduced State Soft Output Processing
WO2003088505A8 (en) A decoding method and apparatus
KR100734307B1 (en) Post-viterbi error correction method and apparatus for the same
US7577893B2 (en) Forward error correction decoding method and apparatus for satellite digital audio radio broadcasting
JP2008118327A (en) Viterbi decoding method
JPH1022839A (en) Soft discrimination error-correction decoding method
JP3512176B2 (en) Turbo decoding device and method of controlling number of decoding repetitions in turbo decoding
EP0981863B1 (en) Method and apparatus for enhanced performance in a system employing convolutional decoding
TWI487291B (en) Cyclic code decoder and method thereof
US3639901A (en) Error correcting decoder utilizing estimator functions and decision circuit for bit-by-bit decoding
JP3269035B2 (en) Decryption device
US20040003334A1 (en) Efficient method and apparatus for low latency forward error correction
JP2004007582A (en) Low-cost method and device for decoding product code
WO2002052729A2 (en) Decoder, system and method for decoding turbo block codes
CN110460339B (en) Method and device for detecting convolutional code decoding, storage medium and electronic equipment
JPH05235906A (en) Decoder fro multi-dimension code and error correction/ detection system using decoder
JP6552776B1 (en) Error correction decoding apparatus and error correction decoding method
US11251815B2 (en) Decoding circuit and decoding method based on Viterbi algorithm
JP3256006B2 (en) Error correction code decoding method and error correction code decoding device