JP2001094440A - Error correction decoder - Google Patents

Error correction decoder

Info

Publication number
JP2001094440A
JP2001094440A JP27125599A JP27125599A JP2001094440A JP 2001094440 A JP2001094440 A JP 2001094440A JP 27125599 A JP27125599 A JP 27125599A JP 27125599 A JP27125599 A JP 27125599A JP 2001094440 A JP2001094440 A JP 2001094440A
Authority
JP
Japan
Prior art keywords
path
received
error correction
processing
trace
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
JP27125599A
Other languages
Japanese (ja)
Other versions
JP4295871B2 (en
Inventor
Katsuya Noujin
克也 農人
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
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP27125599A priority Critical patent/JP4295871B2/en
Publication of JP2001094440A publication Critical patent/JP2001094440A/en
Application granted granted Critical
Publication of JP4295871B2 publication Critical patent/JP4295871B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Detection And Correction Of Errors (AREA)
  • Error Detection And Correction (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an error correction decoder where a configuration of the coder is simplified by eliminating the need for processing of adding a tail bit in a trellis termination processing and deterioration in a coding rate can be prevented. SOLUTION: The error correction decoder that applies error correction to a received sequence resulting from receiving a code sequence obtained through organized convolution coding via a transmission line with an error, is provided with an ACS path-metric difference arithmetic section 401 that applies processing to a received signal while going back to a past point of time to obtain a survival path, a path memory 402 that stores signals in the order from a signal resulting from data as to the obtained survival path to a signal received in the past in cross-reference with addresses, and an ML path trace hard decision section 403 and a contention path trace soft output calculation section 404 that use an address of a signal received at the easily time for a start point as to the stored survival path to apply trace processing in the order of the received sequence.

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 decoder.

【0002】[0002]

【従来の技術】所定の情報源から発生された情報系列を
誤りのある伝送路を介して送信する場合には、冗長度を
付加することにより符号化して送信することが一般に行
なわれている。符号化には情報系列を一定長のブロック
に分割し、各ブロックの符号化を他のブロックの符号化
とは独立して行うブロック符号化と、ある情報ブロック
の符号化にそれ以前の情報ブロックが関与する木符号化
とがある。
2. Description of the Related Art When an information sequence generated from a predetermined information source is transmitted through a transmission line having an error, it is generally practiced to encode the information sequence by adding redundancy and transmit it. For coding, the information sequence is divided into blocks of a certain length, and the coding of each block is performed independently of the coding of other blocks. Involves tree coding.

【0003】前記木符号化において、任意の時点tにお
ける符号器の状態σtを考慮して行う符号化はトレリス
符号化と呼ばれ、トレリス符号化により得られる符号系
列の遷移状態はトレリス線図で表わせることが知られて
いる。また、線形なトレリス符号は畳み込み符号と呼ば
れている。
In the tree coding, coding performed in consideration of the state σt of the encoder at an arbitrary time t is called trellis coding, and the transition state of a code sequence obtained by trellis coding is represented by a trellis diagram. It is known that it can be expressed. A linear trellis code is called a convolutional code.

【0004】ところで、畳み込み符号化された符号系列
を復号する際の開始点を復号側で知るために、トレリス
符号化時にトレリス符号を終端する処理が行なわれる。
このトレリス終端処理は、符号器の状態を全零状態にリ
セットする処理であり、非再帰符号であれば、テールビ
ットとして、0を符号器内のシフトレジスタの数だけ情
報ビットに付け加えることによりトレリス終端を行うこ
とができる。
By the way, a process of terminating a trellis code at the time of trellis encoding is performed so that the decoding side knows a starting point when decoding a convolutionally encoded code sequence.
The trellis termination process is a process of resetting the state of the encoder to an all-zero state. In the case of a non-recursive code, 0 is added to the information bits as tail bits by the number of shift registers in the encoder. Termination can be performed.

【0005】しかし、再帰符号の場合には、このような
テールビットを単に付け加えるだけではトレリス終端処
理を行うことができず、以下に述べるように複雑な機構
を用いなければならない。また、2つの再帰符号器を連
結した構成としてターボコーダが知られているが、この
ようなターボコーダにおいては、2つの符号器の状態を
零にする必要があるので、トレリス終端処理がさらに複
雑になってしまう。
However, in the case of a recursive code, trellis termination processing cannot be performed simply by adding such a tail bit, and a complicated mechanism must be used as described below. Further, a turbo coder is known as a configuration in which two recursive encoders are connected. In such a turbo coder, the state of the two encoders needs to be set to zero, so that trellis termination processing is more complicated. Become.

【0006】図7は前記したターボコーダの構成を示す
図であり、第1の符号器10Aと第2の符号器10Bと
がインターリーブ処理部11を介して接続された構成に
なっている。第1の符号器10Aはスイッチ12Aと、
加算器13A、16Aと、シフトレジスタで構成される
遅延器(D)14A、15Aとからなる。第2の符号器
10Bも第1の符号器10Aと同様に、スイッチ12B
と、加算器13B、16Bと、遅延器(D)14B、1
5Bとから構成される。
FIG. 7 is a diagram showing the configuration of the above-mentioned turbo coder, in which a first encoder 10A and a second encoder 10B are connected via an interleave processing unit 11. The first encoder 10A includes a switch 12A,
It comprises adders 13A and 16A, and delay units (D) 14A and 15A composed of shift registers. Similarly to the first encoder 10A, the second encoder 10B has a switch 12B.
, Adders 13B and 16B, and a delay unit (D) 14B, 1
5B.

【0007】第1の符号器10Aに入力された情報系列
を構成する情報ビットIをパリティビットを付加して符
号化する場合にはスイッチ12Aは閉じられるが、情報
ビットIの符号化が終了したときにはスイッチ12Aが
開放されてシフトレジスタの数だけテールビットY1、
Y2が送信される。
When the information bits I constituting the information sequence input to the first encoder 10A are encoded by adding a parity bit, the switch 12A is closed, but the encoding of the information bits I is completed. Sometimes, the switch 12A is opened and the number of the tail bits Y1,
Y2 is transmitted.

【0008】また、情報ビットIはインタリーブ処理部
11にも入力されて所定の規則に基づいてデータの並び
替えが行なわれた後、第2の符号器10Bに入力されて
第1の符号器10Aと同様の処理が行なわれる。
The information bit I is also input to an interleave processing unit 11, where data is rearranged based on a predetermined rule, and then input to a second encoder 10B to be input to a first encoder 10A. The same processing as described above is performed.

【0009】しかし、このような構成を用いた場合に
は、テールビットを求めるためにスイッチ12A、12
Bを所定のタイミングで切り換える処理が必要であり、
また、図からわかるように、符号化された情報ビットと
テールビットとは異なる出力位置から出力されるので、
これら2つのビットを結合する回路が新たに必要とな
り、符号器の構成が複雑になってしまう。
However, when such a configuration is used, the switches 12A, 12A
B needs to be switched at a predetermined timing,
Also, as can be seen from the figure, the encoded information bits and tail bits are output from different output positions,
A new circuit for combining these two bits is required, which complicates the configuration of the encoder.

【0010】また、ターボコーダのトレリス終端処理を
行わないで、テールビットとして既知の情報ビットを付
加することで、終端処理を行わない場合の性能劣化を防
止する方法も知られている。しかし、この場合には十分
長いテールビットを付加することが必要であり、結果的
に符号化率が低下してしまうという欠点がある。
It is also known to add a known information bit as a tail bit without performing the trellis termination processing of the turbo coder, thereby preventing performance degradation when the termination processing is not performed. However, in this case, it is necessary to add a sufficiently long tail bit, and as a result, there is a disadvantage that the coding rate is reduced.

【0011】[0011]

【発明が解決しようとする課題】以上のように、ターボ
コーダに用いられる再帰符号のトレリス終端処理を行う
場合には、符号器の構成が複雑になったり、トレリス終
端処理を回避しようとすると十分長いテールビットが必
要になって符号化率が低下してしまうという問題があっ
た。
As described above, when performing trellis termination processing of a recursive code used in a turbo coder, it is sufficient to complicate the configuration of the encoder or to avoid trellis termination processing. There is a problem that a long tail bit is required and the coding rate is reduced.

【0012】本発明はこのような課題に着目してなされ
たものであり、その目的とするところは、テールビット
を付加する処理を不要にして符号器の構成を簡単にする
とともに、符号化率の低下を防止することができる誤り
訂正復号器を提供することにある。
The present invention has been made in view of such a problem, and an object of the present invention is to eliminate the need for a process of adding tail bits, simplify the configuration of an encoder, and reduce the coding rate. It is an object of the present invention to provide an error correction decoder capable of preventing a decrease in the error.

【0013】[0013]

【課題を解決するための手段】上記の目的を達成するた
めに、第1の発明に係る誤り訂正復号器は、組織畳み込
み符号化して得られた符号系列を、誤りを有する伝送路
を介して受信した受信系列に対して誤り訂正を行う誤り
訂正復号器において、受信した受信信号から過去の時点
に溯って処理を行って生き残りパスを求める加算比較選
択手段と、この加算比較選択手段により求められた前記
生き残りパスについてのデータを受信した信号から過去
に受信した信号の順にアドレスに対応付けて保存するた
めの保存手段と、この保存手段に保存された前記生き残
りパスについて、最も過去に受信した信号のアドレスを
開始点として受信系列の順にトレース処理を行うトレー
ス手段とを具備する。
In order to achieve the above object, an error correction decoder according to a first aspect of the present invention converts a code sequence obtained by performing systematic convolutional coding through a transmission path having an error. In an error correction decoder that performs error correction on a received reception sequence, an addition / comparison / selection unit that performs processing retroactively from a received signal to obtain a surviving path, and an addition / comparison / selection unit that obtains a surviving path. Storing means for storing the data on the surviving path in the order of signals received in the past from the signal received in the past in association with the address, and the signal received most recently in the surviving path stored in the storing means. And a tracing means for performing a tracing process in the order of the reception sequence starting from the address of (i).

【0014】また、第2の発明に係る誤り訂正復号器
は、第1の発明において、前記保存手段には所定長の時
間に対応するデータが保存され、この保存された所定時
間分のデータごとに前記トレース手段によるトレース処
理を繰り返し行って受信系列全体に対する誤り訂正を行
う。
In the error correction decoder according to a second aspect of the present invention, in the first aspect, the storage means stores data corresponding to a predetermined length of time, and stores the data corresponding to the stored predetermined time. Then, the tracing process by the tracing means is repeatedly performed to perform error correction on the entire reception sequence.

【0015】[0015]

【発明の実施の形態】以下、図面を参照して本発明の一
実施形態を詳細に説明する。図1は本発明の誤り訂正復
号器を適用したターボデコーダの構成を示す図である。
図1に示すようにターボデコーダでは、誤り訂正能力を
高めるために2つの軟入力軟出力復号器を有している。
第1の軟入力軟出力復号器305は、組織畳み込み符号
化して得られた符号系列を、誤りを有する伝送路を介し
て受信した受信系列の情報ビットIを格納するためのメ
モリ301Aと、受信系列の第1のパリティビットY1
を格納するためのメモリ301Bと、外部情報尤度を格
納するためのメモリ310の出力を軟入力として受信し
て復号処理を行い軟判定結果を加算器309に出力す
る。加算器309はメモリ301Aの出力と、軟入力軟
出力復号器305の出力と、インタリーバにより並び替
えられた信号を元の配置に戻す処理を行うデインタリー
バ304の出力とを入力として加算演算を行ってその結
果を信号の並び替えを行うインタリーバ303Bに出力
する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 is a diagram showing a configuration of a turbo decoder to which the error correction decoder of the present invention is applied.
As shown in FIG. 1, the turbo decoder has two soft-input soft-output decoders in order to improve error correction capability.
The first soft-input / soft-output decoder 305 includes a memory 301A for storing information bits I of a reception sequence received via a transmission path having an error, from a code sequence obtained by performing systematic convolutional encoding; First parity bit Y1 of the sequence
, And the output of the memory 310 for storing the external information likelihood is received as a soft input, the decoding process is performed, and the soft decision result is output to the adder 309. The adder 309 performs an addition operation by using the output of the memory 301A, the output of the soft-input soft-output decoder 305, and the output of the deinterleaver 304 for performing a process of returning the signals rearranged by the interleaver to the original arrangement. The result is output to an interleaver 303B for rearranging the signals.

【0016】また、第2の軟入力軟出力復号器306
は、メモリ301Aの出力をインタリーバ303Aにて
並べ替えた信号と、加算器309の出力をインタリーバ
303Bにて並び替えた信号と、受信系列の第2のパリ
ティビットY2を格納するためのメモリ301Cの出力
を軟入力として受信して復号処理を行い軟判定結果を加
算器307に出力する。加算器307は、第2の軟入力
軟出力復号器306の出力と、メモリ301Aの出力を
インタリーバ303Aにて並べ替えた信号と、加算器3
09の出力をインタリーバ303Bにて並び替えた信号
とを入力として加算演算を行ってその結果をデインタリ
ーバ304に出力する。さらに、硬判定出力部308は
第2の軟入力軟出力復号器306の軟判定出力(多値デ
ータ)を対応する硬判定出力(2値データ)に変換して
出力するものである。
The second soft-input soft-output decoder 306
Is a signal obtained by rearranging the output of the memory 301A by the interleaver 303A, a signal obtained by rearranging the output of the adder 309 by the interleaver 303B, and a memory 301C for storing the second parity bit Y2 of the received sequence. The output is received as a soft input, decoding processing is performed, and a soft decision result is output to the adder 307. The adder 307 includes an output of the second soft-input soft-output decoder 306, a signal obtained by rearranging the output of the memory 301A by the interleaver 303A, and an adder 3
An addition operation is performed by using as input the signal obtained by rearranging the output of the interleaver 09 in the interleaver 303B and outputting the result to the deinterleaver 304. Further, the hard-decision output unit 308 converts the soft-decision output (multi-valued data) of the second soft-input soft-output decoder 306 into a corresponding hard-decision output (binary data) and outputs it.

【0017】図2は、上記した第1の軟入力軟出力復号
器305及び第2の軟入力軟出力復号器306の構成を
示す図である。図2において、ACS(Add Compare Sel
ect)・パスメトリック差分演算部401の第1の出力は
保存手段としてのパスメモリ402に、第2の出力はM
L(Most Likelihood)パストレース・硬判定部403
に、第3の出力は競合パストレース・軟出力計算部40
4に接続されている。また、パスメモリ402は競合パ
ストレース・軟出力計算部404に直接かつML(Most
Likelihood)パストレース・硬判定部403を介して接
続されている。
FIG. 2 is a diagram showing the configuration of the first soft-input soft-output decoder 305 and the second soft-input soft-output decoder 306 described above. In FIG. 2, ACS (Add Compare Sel
ect) A first output of the path metric difference calculation unit 401 is stored in a path memory 402 as a storage unit, and a second output is M
L (Most Likelihood) path trace / hard decision unit 403
The third output is a competing path trace / soft output calculator 40.
4 is connected. Further, the path memory 402 sends the ML (Most) directly to the competing path trace / soft output calculator 404.
Likelihood) is connected via a path trace / hard decision unit 403.

【0018】ACS(Add Compare Select)・パスメトリ
ック差分演算部401では、トレリス線図におけるすべ
てのブランチ(枝)について求められたブランチメトリ
ックを累積加算してパスメトリックを計算し、各パスの
パスメトリックを比較して最大の尤度を与えるパスメト
リックを生き残りパスとして選択する。各状態に流入し
た2つのパスのパスメトリックの差分Δを計算すること
ですべての生き残りパスについてパスメトリックの差分
を求める。
The ACS (Add Compare Select) / path metric difference calculation unit 401 calculates the path metric by cumulatively adding the branch metrics obtained for all the branches in the trellis diagram, and calculates the path metric of each path. And selects the path metric that gives the maximum likelihood as the surviving path. By calculating the difference Δ between the path metrics of the two paths flowing into each state, the difference between the path metrics is obtained for all surviving paths.

【0019】ただしここでのACS処理は、SOVA(S
oft Output Viterbi Algorithm)を用いて図3に示す
ように受信系列とは逆の順番でデータを入力してACS
処理を行うようにしている。すなわち、図3の→で示す
ように、最も最近の時点tで受信した受信信号から、時
点t−1、t−2、…へと過去の時点に溯ってACS処
理を行って生き残りパスを求めている。また、この結
果、パスメモリ402には、ACS処理により得られた
生き残りパスが最も最近受信した信号から過去に受信し
た信号の順にアドレスに対応付けて保存される。
However, the ACS processing here is performed by SOVA (S
As shown in FIG. 3, data is input in the reverse order to the received sequence using the
Processing is performed. That is, as shown by → in FIG. 3, from the received signal received at the latest time point t, ACS processing is performed retroactively to time points t-1, t-2,. ing. As a result, the surviving path obtained by the ACS processing is stored in the path memory 402 in association with the address in the order from the most recently received signal to the previously received signal.

【0020】次にトレース手段としてのMLパストレー
ス・硬判定部403及び競合パストレース・軟出力計算
部404では、パスメモリ403に保存されている生き
残りパスに基づいて、最も過去に受信した信号のアドレ
スを開始点として受信系列の順にトレース処理を実行す
る。ここで、従来のトレース処理はトレースバックと呼
ばれており、受信系列とは逆の順、すなわち最も最近受
信したデータを開始点として過去の受信信号へとトレー
ス処理を行っていた。しかし、本実施形態では図4のト
レリス線図の→で示すように、最も過去に受信した信号
から時点0,1,2,3,〜t−1,tへと受信系列の
順にトレース処理を実行することを特徴とする。ここで
トレース処理を開始する状態はS0から行うようにして
いる。これは符号器の初期状態が0であるので、トレー
ス処理を状態S0から行うとその信頼性が向上するから
である。
Next, the ML path trace / hard decision unit 403 and the competing path trace / soft output calculation unit 404 as tracing means determine the most recently received signal based on the surviving path stored in the path memory 403. The trace processing is executed in the order of the reception sequence starting from the address. Here, the conventional trace processing is called trace back, and trace processing is performed on a received signal in the past in the reverse order of the received sequence, that is, starting with the most recently received data as a start point. However, in the present embodiment, as indicated by → in the trellis diagram of FIG. 4, the trace processing is performed in the order of the reception sequence from the most recently received signal to time points 0, 1, 2, 3, to t−1, t. It is characterized by executing. Here, the state where the trace processing is started is performed from S0. This is because, since the initial state of the encoder is 0, when the trace processing is performed from the state S0, the reliability is improved.

【0021】また、本実施形態の誤り訂正復号器はター
ボデコーダにより構成されておりインタリーブ処理を行
うために受信系列をパスメモリ402に記憶しておく必
要がある。一方、このようにして受信系列を記憶してい
るために、トレース処理を開始するためのアドレス位置
(状態S0)を容易に検索することができる。さらに、
トレース処理は受信したデータの終わりまで行えば良い
ので、受信系列に従来のようなトレリス終端のテールビ
ットが付加されているかどうかとは無関係に本実施形態
を適用することができる。
The error correction decoder according to the present embodiment is constituted by a turbo decoder, and it is necessary to store a received sequence in the path memory 402 in order to perform an interleave process. On the other hand, since the received sequence is stored in this way, the address position (state S0) for starting the trace processing can be easily searched. further,
Since the trace processing only needs to be performed up to the end of the received data, the present embodiment can be applied regardless of whether a tail bit at the trellis end is added to the received sequence as in the related art.

【0022】また、実際には、パスメモリ402には窓
と呼ばれる所定長の時間に対応するデータが保存され、
この保存された所定時間分のデータごとにトレース手段
によりトレース処理を繰り返し行うことで受信系列全体
に対する誤り訂正を行うようにしている。
In practice, the path memory 402 stores data corresponding to a predetermined length of time called a window,
The trace processing is repeated by the tracing means for each of the stored data for a predetermined time, thereby performing error correction on the entire reception sequence.

【0023】さらに、トレース処理の最終状態(S3)
はトレース長を十分長くとることにより信頼性を上げる
ことができる。
Further, the final state of the trace processing (S3)
Can increase the reliability by setting the trace length sufficiently long.

【0024】以下に図5を参照して本実施形態のトレー
ス処理について詳細に説明する。トレース処理部705
において、MLパストレース処理によりパスメモリ40
2内のMLパス701が選択され、競合パストレース処
理により競合パス702が選択される。次に選択された
MLパス701と競合パス702とを比較して異なるデ
コード結果を与えるトレリス遷移の位置について軟出力
計算を行う軟出力計算部703に通知する。軟出力計算
部703ではMLパス701と競合パス702の異なる
ビット位置に関して、ACS・パスメトリック演算部4
01からのパスメトリックの差分と現在保存されている
値とを比較し、小さいほうを選択して保存する。軟出力
計算部704の出力とMLパス701によりデコードさ
れた符号とが乗算器704により乗算されて軟判定出力
(多値データ)として出力される。
The tracing process of this embodiment will be described below in detail with reference to FIG. Trace processing unit 705
In the ML path trace processing, the path memory 40
2 is selected, and the conflicting path 702 is selected by the conflicting path trace processing. Next, the selected ML path 701 and the competing path 702 are compared with each other, and a soft output calculation unit 703 that performs a soft output calculation is notified of a trellis transition position that gives a different decoding result. The soft output calculation unit 703 determines the ACS / path metric calculation unit 4 for different bit positions of the ML path 701 and the contention path 702.
The difference between the path metric from 01 and the currently stored value is compared, and the smaller one is selected and stored. The output of the soft output calculator 704 and the code decoded by the ML path 701 are multiplied by the multiplier 704 and output as a soft decision output (multi-valued data).

【0025】図6は上記した本実施形態のターボデコー
ダに対応するターボコーダの構成を示す図である。図6
からわかるように、上記した復号方法を用いることによ
りテールビットを付加する必要がなくなるので、テール
ビット付加時の切り換え処理を行うスイッチや、情報ビ
ットとテールビットを結合する回路等が不要となり、タ
ーボコーダの構成が簡略化される。また、ターボコーダ
の初期値は全零となっている。
FIG. 6 is a diagram showing a configuration of a turbo coder corresponding to the turbo decoder of the present embodiment. FIG.
As can be seen from the above, the use of the above-described decoding method eliminates the need to add tail bits, and thus eliminates the need for a switch that performs switching processing when adding tail bits, a circuit that combines information bits and tail bits, and the like. The configuration of the coder is simplified. The initial value of the turbo coder is all zero.

【0026】上記したように、ターボデコーダにおい
て、ACS処理を受信系列の逆順で行い、トレース処理
を受信系列の順番にて行うようにしたので、ターボコー
ダの構成が簡略化され、かつ符号化率を低下させること
なしにトレリス符号を終端することができる。
As described above, in the turbo decoder, the ACS processing is performed in the reverse order of the reception sequence, and the trace processing is performed in the reception sequence. Therefore, the configuration of the turbo coder is simplified, and the coding rate is reduced. Can be terminated without reducing.

【0027】[0027]

【発明の効果】本発明によれば、誤り訂正復号器におけ
る復号処理において、ACS処理を受信系列の逆順で行
うとともに、トレース処理を受信系列の順番にて行うよ
うにしたので、符号化時にテールビットを付加する必要
がなくなり、これによって符号器の構成が簡略化される
とともに、符号化率を低下させることなしにトレリス符
号を終端することができる。
According to the present invention, in the decoding process in the error correction decoder, the ACS process is performed in the reverse order of the received sequence, and the trace process is performed in the received sequence order. It is not necessary to add a bit, thereby simplifying the configuration of the encoder and terminating the trellis code without reducing the coding rate.

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

【図1】本発明の誤り訂正復号器を適用したターボデコ
ーダの構成を示す図である。
FIG. 1 is a diagram showing a configuration of a turbo decoder to which an error correction decoder according to the present invention is applied.

【図2】図1に示す第1の軟入力軟出力復号器305及
び第2の軟入力軟出力復号器306の構成を示す図であ
る。
FIG. 2 is a diagram showing a configuration of a first soft-input soft-output decoder 305 and a second soft-input soft-output decoder 306 shown in FIG.

【図3】本実施形態のACS処理の手順を説明するため
のトレリス線図である。
FIG. 3 is a trellis diagram for explaining a procedure of an ACS process according to the embodiment.

【図4】本実施形態のトレース処理の手順を説明するた
めのトレリス線図である。
FIG. 4 is a trellis diagram for explaining a procedure of a trace process according to the embodiment;

【図5】本実施形態のトレース処理について説明するた
めの図である。
FIG. 5 is a diagram illustrating a trace process according to the embodiment;

【図6】本実施形態のターボデコーダに対応するターボ
コーダの構成を示す図である。
FIG. 6 is a diagram illustrating a configuration of a turbo coder corresponding to the turbo decoder of the present embodiment.

【図7】従来のターボコーダの構成を示す図である。FIG. 7 is a diagram showing a configuration of a conventional turbo coder.

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

301A、301B、301C、 303A、303B…インタリーバ、 304…デインタリーバ、 305、306…軟入力軟出力復号器、 307…加算器、 308…硬判定出力部、 309…加算器、 310…メモリ、 401…ACS・パスメトリック差分演算部、 402…パスメモリ、 403…MLパストレース・硬判定部、 404…競合パストレース・軟出力計算部。 301A, 301B, 301C, 303A, 303B: interleaver, 304: deinterleaver, 305, 306: soft input / soft output decoder, 307: adder, 308: hard decision output unit, 309: adder, 310: memory, 401 ... ACS / path metric difference calculation unit, 402: path memory, 403: ML path trace / hard decision unit, 404: competitive path trace / soft output calculation unit.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 組織畳み込み符号化して得られた符号系
列を、誤りを有する伝送路を介して受信した受信系列に
対して誤り訂正を行う誤り訂正復号器において、 受信した受信信号から過去の時点に溯って処理を行って
生き残りパスを求める加算比較選択手段と、 この加算比較選択手段により求められた前記生き残りパ
スについてのデータを受信した信号から過去に受信した
信号の順にアドレスに対応付けて保存するための保存手
段と、 この保存手段に保存された前記生き残りパスについて、
最も過去に受信した信号のアドレスを開始点として受信
系列の順にトレース処理を行うトレース手段と、 を具備することを特徴とする誤り訂正復号器。
An error correction decoder for correcting a code sequence obtained by systematic convolutional coding on a received sequence received via a transmission line having an error, comprising: Adding and selecting means for performing a process retroactively to obtain a surviving path, and storing the data on the surviving path obtained by the adding and comparing and selecting means in association with the address in the order of the received signal from the previously received signal. And a surviving path stored in the preserving means.
And a tracing means for performing a tracing process in the order of a received sequence starting from an address of a signal received most recently as a start point.
【請求項2】 前記保存手段には所定長の時間に対応す
るデータが保存され、この保存された所定時間分のデー
タごとに前記トレース手段によるトレース処理を繰り返
し行って受信系列全体に対する誤り訂正を行うようにし
たことを特徴とする請求項1記載の誤り訂正復号器。
2. The storage means stores data corresponding to a predetermined length of time, and repeats the tracing process by the tracing means for each of the stored data for the predetermined time to correct an error in the entire reception sequence. 2. The error correction decoder according to claim 1, wherein the decoding is performed.
JP27125599A 1999-09-24 1999-09-24 Error correction decoder Expired - Fee Related JP4295871B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27125599A JP4295871B2 (en) 1999-09-24 1999-09-24 Error correction decoder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27125599A JP4295871B2 (en) 1999-09-24 1999-09-24 Error correction decoder

Publications (2)

Publication Number Publication Date
JP2001094440A true JP2001094440A (en) 2001-04-06
JP4295871B2 JP4295871B2 (en) 2009-07-15

Family

ID=17497531

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27125599A Expired - Fee Related JP4295871B2 (en) 1999-09-24 1999-09-24 Error correction decoder

Country Status (1)

Country Link
JP (1) JP4295871B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010118782A (en) * 2008-11-11 2010-05-27 Nec Corp Decoder, decoding method, and program
JP2015512585A (en) * 2012-03-26 2015-04-27 ザイリンクス インコーポレイテッドXilinx Incorporated Parallel encoding of non-binary linear block codes

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010118782A (en) * 2008-11-11 2010-05-27 Nec Corp Decoder, decoding method, and program
JP2015512585A (en) * 2012-03-26 2015-04-27 ザイリンクス インコーポレイテッドXilinx Incorporated Parallel encoding of non-binary linear block codes

Also Published As

Publication number Publication date
JP4295871B2 (en) 2009-07-15

Similar Documents

Publication Publication Date Title
JP3288683B2 (en) Modified inverse tracking two-stage soft output Viterbi algorithm decoder
JP3604955B2 (en) Convolutional decoding device
AU762877B2 (en) Component decoder and method thereof in mobile communication system
JP3861084B2 (en) Hybrid turbo / convolutional code decoder, especially for mobile radio systems
JP4432781B2 (en) Error correction decoder
US6516444B1 (en) Turbo-code decoder
JP2000196469A (en) Data error correction system
JP2007510337A (en) Viterbi / Turbo integrated decoder for mobile communication systems
US7234100B1 (en) Decoder for trellis-based channel encoding
US8230307B2 (en) Metric calculations for map decoding using the butterfly structure of the trellis
JP2000036762A (en) Viterbi decoding method and viterbi decoder
JP3271663B2 (en) Viterbi decoding device
JP3540224B2 (en) Turbo decoder, turbo decoding method, and storage medium storing the method
US7584407B2 (en) Decoder and method for performing decoding operation using map algorithm in mobile communication system
JP3823731B2 (en) Error correction decoder
JP4295871B2 (en) Error correction decoder
US20050138535A1 (en) Method and system for branch metric calculation in a viterbi decoder
EP1695444B1 (en) A decoder
JP3342424B2 (en) Branch metric calculation device and Viterbi decoding device
KR20010113792A (en) Method and apparatus for decoding recursive convolutional symbols
KR20020066759A (en) Processor and method for implementing MAP algorithm used in a turbo decoder
JP4525658B2 (en) Error correction code decoding apparatus
Laddha et al. Implementation of Adaptive Viterbi Decoder through FPGA
JPH04329026A (en) Viterbi decoder
JP2005102274A (en) Error correction decoder

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060919

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: 20090324

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: 20090413

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

Free format text: PAYMENT UNTIL: 20120417

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120417

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120417

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

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

Free format text: PAYMENT UNTIL: 20120417

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20130417

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130417

Year of fee payment: 4

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20140417

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees