JP4520861B2 - Turbo decoder and turbo decoding method - Google Patents

Turbo decoder and turbo decoding method Download PDF

Info

Publication number
JP4520861B2
JP4520861B2 JP2005001841A JP2005001841A JP4520861B2 JP 4520861 B2 JP4520861 B2 JP 4520861B2 JP 2005001841 A JP2005001841 A JP 2005001841A JP 2005001841 A JP2005001841 A JP 2005001841A JP 4520861 B2 JP4520861 B2 JP 4520861B2
Authority
JP
Japan
Prior art keywords
probability
calculation
backward
probabilities
stored
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2005001841A
Other languages
Japanese (ja)
Other versions
JP2006191392A (en
Inventor
龍太郎 端
崇郎 仁平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial 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 Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP2005001841A priority Critical patent/JP4520861B2/en
Publication of JP2006191392A publication Critical patent/JP2006191392A/en
Application granted granted Critical
Publication of JP4520861B2 publication Critical patent/JP4520861B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Detection And Correction Of Errors (AREA)
  • Error Detection And Correction (AREA)

Description

本発明は、ターボ符号により誤り訂正符号化されたデータ信号を復号するターボ復号器及びターボ復号方法に関する。   The present invention relates to a turbo decoder and a turbo decoding method for decoding a data signal that has been error correction encoded by a turbo code.

ターボ符号の復号で用いられる軟出力復号アルゴリズムとしては、最大事後確率復号法であるMAP(Maximum A posterior Probability)復号方式が現在のところ最良であると言われている。そして、回路実現の際には、MAP方式を対数計算で近似したMAX−LOG−MAP方式が使用されることがある。   As a soft output decoding algorithm used in turbo code decoding, it is said that the MAP (Maximum Aposterior Probability) decoding method, which is a maximum a posteriori probability decoding method, is currently the best. When the circuit is realized, the MAX-LOG-MAP method that approximates the MAP method by logarithmic calculation may be used.

MAP復号でのターボ復号では、それほど大きくない遷移関係(トレリス格子)に従って入力データの開始端から終端に向かって逐次的に計算される確率(前方確率)と、同様の遷移関係に従って入力データの終端から開始端に向かって逐次的に計算される確率(後方確率)と、入力データに基づいて計算される前記遷移関係の遷移発生確率とから、元のデータの尤度を推定し、出力データとする。この出力データを入力データの1つとして同様の処理を用いて尤度を計算することで、高い復号特性を得ることが可能となる。   In turbo decoding in MAP decoding, a probability (forward probability) calculated sequentially from the start end of the input data to the end according to a transition relationship (trellis lattice) that is not so large, and the end of the input data according to a similar transition relationship The likelihood of the original data is estimated from the probability (backward probability) calculated sequentially from the start point to the start end and the transition occurrence probability of the transition relation calculated based on the input data, and the output data To do. By using this output data as one of the input data and calculating the likelihood using the same process, it becomes possible to obtain high decoding characteristics.

ところで、ターボ符号をMAP復号やMAX−LOG−MAP方式によって復号する場合、ある時点nでの尤度(復号処理での演算結果)を導出するには、そのデータの開始位置である時点0から時点n−1までの受信データから求まるトレリス格子の各遷移状態に対応する前方確率と、そのデータの終端位置である時点Nから時点n+1までの受信データから求まるトレリス格子の各遷移状態に対応する後方確率が必要となる。つまり、時点nでの尤度を求めるためには、開始端から終端までのデータを用いた数値計算を行う必要がある。   By the way, when the turbo code is decoded by the MAP decoding or the MAX-LOG-MAP method, in order to derive the likelihood (the calculation result in the decoding process) at a certain time point n, from the time point 0 which is the start position of the data. Corresponding to the forward probability corresponding to each transition state of the trellis lattice determined from the received data up to the time point n-1, and to each transition state of the trellis lattice determined from the received data from the time point N to the time point n + 1 that is the terminal position of the data. A backward probability is required. That is, in order to obtain the likelihood at the time point n, it is necessary to perform numerical calculation using data from the start end to the end.

そこで、従来では、復号処理演算回数の短縮を目的として、時点0から時点Nに向けて計算される前方確率と、時点Nから時点0に向けて計算される後方確率との一方をメモリに確保する方法が用いられている。
3GPP TS25.212
Therefore, conventionally, for the purpose of shortening the number of decoding processing operations, one of the forward probability calculated from time 0 to time N and the backward probability calculated from time N to time 0 is secured in the memory. Method is used.
3GPP TS25.212

しかしながら、上記従来の方法では、トレリス格子の各遷移状態に対応する確率を全て記憶する必要があるため、尤度の計算範囲(上記の例ではN)が大きいほど、または、トレリス格子の状態数が多いほど、大きな容量のメモリが必要になる。メモリの容量が大きくなることは、回路面積の増大を招く。また、メモリへ蓄えるべきデータ数が多いことは、メモリへのアクセス回数が多いことでもあり、メモリへの読み書きアクセスの際に要する消費電力や、アクセスの際に発生するアクセス遅延量が増大する要因でもある。   However, in the conventional method, it is necessary to store all the probabilities corresponding to the transition states of the trellis lattice. Therefore, the larger the likelihood calculation range (N in the above example) or the number of states of the trellis lattice. The more you have, the more memory you need. An increase in memory capacity leads to an increase in circuit area. In addition, the large number of data to be stored in the memory means that the number of accesses to the memory is also large, which is a factor that increases the power consumption required for read / write access to the memory and the amount of access delay that occurs during the access. But there is.

本発明は、かかる点に鑑みてなされたものであり、ターボ符号をMAP復号やMAX−LOG−MAP方式によって復号する場合に、復号能力を損じることなく、内部演算に用いられるメモリ容量を減じることを可能にするターボ復号器及びターボ復号方法を提供することを目的とする。   The present invention has been made in view of such a point, and when decoding a turbo code by MAP decoding or the MAX-LOG-MAP method, the memory capacity used for internal computation is reduced without degrading the decoding capability. It is an object of the present invention to provide a turbo decoder and a turbo decoding method that enable the above.

かかる課題を解決するため、本発明に係るターボ復号器は、ターボ符号化されたデータをMAP方式によって復号する際に、後方確率計算手段が逐次計算で算出した後方確率を尤度計算手段がアクセスする計算結果記憶手段に格納するターボ復号器において、前記後方確率計算手段が尤度の計算に必要な後方確率を逐次計算で算出する過程で発生する情報を格納する計算内容記憶手段と、尤度計算時に用いる前段の後方確率を前記計算内容記憶手段に記憶される情報と状態の遷移確率とを用いて次段の後方確率から再現する後方確率再現手段と、を具備し、前記後方確率計算手段は、計算した後方確率のうち前記後方確率再現手段にて再現できない後方確率を前記計算結果記憶手段に格納する構成を採る。   In order to solve this problem, the turbo decoder according to the present invention allows the likelihood calculation means to access the backward probability calculated by the backward probability calculation means when the turbo encoded data is decoded by the MAP method. In the turbo decoder for storing in the calculation result storage means, the calculation content storage means for storing information generated in the process of calculating the backward probability necessary for the likelihood calculation by the sequential calculation by the backward probability calculation means, and the likelihood Backward probability reproduction means for reproducing the backward probability of the previous stage used at the time of calculation from the backward probability of the next stage using information stored in the calculation content storage means and the state transition probability, and the backward probability calculation means Adopts a configuration in which a backward probability that cannot be reproduced by the backward probability reproduction means among the calculated backward probabilities is stored in the calculation result storage means.

この構成によれば、計算内容記憶手段に蓄えられた後方確率の計算時に発生する情報を利用してある時点での後方確率からより後方の確率値を再現するので、後方確率の全てをメモリに蓄える必要がなく、メモリ容量を低減することができる。また、後方確率を「推定」するのではなく、逆算を用いて「再現」するので、復号性能の劣化は起こらない。   According to this configuration, since the backward probability value is reproduced from the backward probability at a certain time point using the information generated when calculating the backward probability stored in the calculation content storage means, all the backward probability is stored in the memory. There is no need to store, and the memory capacity can be reduced. Further, since the backward probability is not “estimated” but “reproduced” using back calculation, the decoding performance does not deteriorate.

なお、ここでの計算内容記憶手段に記憶される情報とは、後方確率再現手段において後方確率を再現する為に用いる情報であり、後方確率計算手段で用いられた数値を示す情報以外にも、正規化処理やビット削除によって発生する状態確率値の変動を補正する情報も含む。   Note that the information stored in the calculation content storage means here is information used to reproduce the backward probability in the backward probability reproduction means, in addition to the information indicating the numerical value used in the backward probability calculation means, It also includes information for correcting fluctuations in the state probability value caused by normalization processing and bit deletion.

本発明に係るターボ復号器は、ターボ符号化されたデータをMAX−LOG−MAP方式によって復号する際に、後方確率計算手段が逐次計算で算出した後方確率を尤度計算手段がアクセスする計算結果記憶手段に格納するターボ復号器において、前記後方確率計算手段が逐次計算で算出した尤度の計算に必要な後方確率とその算出に用いた遷移確率とを対応付けて指示するパス情報を格納する選択パス情報記憶手段と、尤度計算時に用いる前段の後方確率を前記選択パス情報記憶手段に記憶されるパス情報と状態の遷移確率とを用いて次段の後方確率から再現する後方確率再現手段と、を具備し、前記後方確率計算手段は、計算した後方確率のうち前記後方確率再現手段にて再現できない後方確率を前記計算結果記憶手段に格納する構成を採る。   When the turbo decoder according to the present invention decodes turbo-encoded data by the MAX-LOG-MAP method, the likelihood calculation means accesses the backward probability calculated by the backward probability calculation means by the sequential calculation. In the turbo decoder stored in the storage means, path information indicating the backward probability necessary for calculating the likelihood calculated by the backward probability calculating means in association with the transition probability used for the calculation is stored. Selected path information storage means, and backward probability reproduction means for reproducing the previous stage backward probability used in likelihood calculation from the subsequent stage backward probability using the path information stored in the selected path information storage means and the state transition probability The backward probability calculation means stores the backward probability that cannot be reproduced by the backward probability reproduction means among the calculated backward probabilities in the calculation result storage means. That.

この構成によれば、MAX−LOG−MAP方式では、後方確率の計算時に用いられるパス情報があれば、次段の後方確率から前段の後方確率の幾つかは逆算で導出できる点に着目し、後方確率計算時のパス情報を同時に記憶し、尤度計算時に次段の後方確率から前段の後方確率の幾つかを計算するようにしたので、復号性能を劣化させずに後方確率用のメモリ容量を削減することができる。   According to this configuration, in the MAX-LOG-MAP method, paying attention to the fact that if there is path information used when calculating the backward probability, some of the backward probability of the previous stage can be derived from the backward probability of the next stage by back calculation, Path information at the time of backward probability calculation is stored at the same time, and some of the backward probability of the previous stage is calculated from the backward probability of the next stage at the time of likelihood calculation, so the memory capacity for backward probability without degrading the decoding performance Can be reduced.

本発明に係るターボ復号器は、上記の発明において、前記後方確率計算手段において時点n−1のL個の状態の後方確率が時点nのM個の状態の後方確率から計算される場合に、前記計算結果記憶手段に時点当たりに格納する後方確率の個数をM−Lとし、前記選択パス情報記憶手段に時点当たりに格納する情報がM−L個のパスを示す情報とする構成を採る。   The turbo decoder according to the present invention is the turbo decoder according to the above invention, wherein the backward probability calculation means calculates the backward probability of the L states at the time point n−1 from the backward probability of the M states at the time point n. The number of backward probabilities stored per time in the calculation result storage means is ML, and the information stored per time in the selected path information storage means is information indicating ML paths.

この構成によれば、ターボ復号では、一意なトレリス格子に従って前方確率と後方確率が計算されるため、トレリス格子の前段の状態全てに関わる次段の状態が特定できる点に着目し、M個の状態全てに関わる次段の状態がL個で表現できるならば、予め前段のM個の確率を計算するためのL個の状態を特定し、時点当たりに確率用メモリ、パス情報用メモリに格納するデータ量を一定分減ずるようにしたので、メモリにアクセスする回数が少なくなり、メモリ容量を減らすことができる。   According to this configuration, since the forward probability and the backward probability are calculated according to the unique trellis lattice in turbo decoding, paying attention to the fact that the next-stage state related to all the previous states of the trellis lattice can be specified, If the next-stage state related to all the states can be expressed by L, L states for calculating M probabilities in the previous stage are specified in advance, and stored in the probability memory and the path information memory for each time point. Since the amount of data to be reduced is reduced by a certain amount, the number of accesses to the memory is reduced, and the memory capacity can be reduced.

本発明にかかるターボ復号器は、上記の発明において、前記後方確率再現手段は、時点nでの後方確率の状態数がMであり、時点nでの特定のM/2個の後方確率を用いて時点n+1でのM/2個の後方確率を計算し、前記後方確率計算手段は、前記計算結果記憶手段と前記選択パス情報記憶手段とに時点当たりに格納する後方確率とパス数とをM/2とする構成を採る。   In the turbo decoder according to the present invention, in the above invention, the backward probability reproduction means uses M specific backward probabilities at the time point n, where the number of states of the backward probability at the time point n is M. M / 2 backward probabilities at the time point n + 1 are calculated, and the backward probability calculation means calculates the backward probability and the number of paths to be stored per time point in the calculation result storage means and the selected path information storage means. A configuration of / 2 is adopted.

この構成は、トレリス格子に従う、前記後方確率再現手段によって再現可能な後方確率の状態数が時点当たりM/2個以上であることが条件である。後方確率再現手段で計算される後方確率の状態数をM/2と固定することで、後方確率再現手段で用いられる後方確率も時点当たりM/2個で固定できる。時点n+1の2状態から時点nの1状態の後方確率を求めるMax−Log−MAP方式では、時点nの状態の後方確率を求める為の時点n+1の状態の組はトレリス格子に従い固定されている為、特定のM/2個の状態を常に前記後方確率再現手段処理用の状態値として扱うことが出来る。また、時点n+1の2状態のうち、選択されるパスは選択されないパスとは異なるパスである為、M/2個の選択されるパスからM/2個の選択されないパスを求めることも容易である。   In this configuration, the number of states of backward probabilities that can be reproduced by the backward probability reproducing means according to the trellis lattice is M / 2 or more per time point. By fixing the number of backward probability states calculated by the backward probability reproducing means to M / 2, the backward probability used by the backward probability reproducing means can also be fixed at M / 2 per time point. In the Max-Log-MAP method for obtaining the backward probability of one state at time n from the two states at time n + 1, the set of states at time n + 1 for obtaining the backward probability of the state at time n is fixed according to the trellis lattice. The specific M / 2 states can always be handled as the state values for the backward probability reproduction means processing. Further, since the selected path is different from the unselected path among the two states at the time point n + 1, it is easy to obtain M / 2 unselected paths from the M / 2 selected paths. is there.

よって、この構成によれば、後方確率再現手段において用いられるM/2個の状態確率を固定の状態とすることが出来、選択パス情報記憶手段に記憶するパス情報の数と計算結果記憶手段に格納する状態確率の数もM/2個に固定することが出来る為、計算量を比較的増加させずに、メモリアクセスする回数が少なくなり、メモリ容量を減らすことが出来る。   Therefore, according to this configuration, the M / 2 state probabilities used in the backward probability reproduction means can be fixed, and the number of path information stored in the selected path information storage means and the calculation result storage means Since the number of state probabilities to be stored can be fixed to M / 2, the number of memory accesses can be reduced and the memory capacity can be reduced without relatively increasing the amount of calculation.

本発明に係るターボ復号器は、上記の発明において、前記後方確率計算手段が逐次計算で算出した後方確率が次段の後方確率とその算出に用いる遷移確率とから再現可能か否かを判断し、その判断結果に基づき後方確率を選別して前記計算結果記憶手段に格納するとともに、前記計算結果記憶手段に格納した後方確率に対応する状態を示す情報を前記選択パス情報記憶手段に格納する再現可否判断手段、を具備する構成を採る。   The turbo decoder according to the present invention, in the above invention, determines whether or not the backward probability calculated by the backward probability calculation means by sequential calculation is reproducible from the backward probability of the next stage and the transition probability used for the calculation. The backward probability is selected based on the determination result and stored in the calculation result storage unit, and the information indicating the state corresponding to the backward probability stored in the calculation result storage unit is stored in the selected path information storage unit. The structure which comprises an availability judgment means is taken.

この構成によれば、次段の確率の計算時に選択される前段の確率として同じ状態のものが選択されることがあり、実際に再現できない確率数は時点毎に可変となる点に着目し、任意の時点において記憶する必要のある、ひいては任意の時点において記憶される確率数を対応付けて記憶するようにしたので、記憶される確率の総数を計算毎に最小にすることができる。   According to this configuration, the same state may be selected as the previous stage probability selected at the time of calculating the next stage probability, paying attention to the fact that the number of probabilities that cannot be actually reproduced is variable at each time point, Since the number of probabilities that need to be stored at an arbitrary time, and thus stored at an arbitrary time, are stored in association with each other, the total number of stored probabilities can be minimized for each calculation.

本発明に係るターボ復号器は、ターボ符号化されたデータをMAP復号によって復号する際に、前方確率計算手段が逐次計算で算出した前方確率を尤度計算手段がアクセスする計算結果記憶手段に格納するターボ復号器において、前記前方確率計算手段が尤度の計算に必要な前方確率を逐次計算で算出する過程で発生する情報を格納する計算内容記憶手段と、尤度計算時に用いる前段の前方確率を前記計算内容記憶手段に記憶される情報と状態の遷移確率とを用いて次段の前方確率から再現する前方確率再現手段と、を具備し、前記前方確率計算手段は、計算した前方確率のうち前記前方確率再現手段にて再現できない前方確率を前記計算結果記憶手段に格納する構成を採る。   The turbo decoder according to the present invention stores the forward probability calculated by the forward probability calculation means by the sequential calculation in the calculation result storage means accessed by the likelihood calculation means when decoding the turbo-encoded data by MAP decoding. In the turbo decoder, the forward probability calculation means stores calculation content storage means for storing information generated in the process of calculating the forward probability necessary for likelihood calculation by sequential calculation, and the preceding forward probability used in the likelihood calculation Forward probability reproduction means for reproducing from the forward probability of the next stage using the information stored in the calculation content storage means and the state transition probability, and the forward probability calculation means includes the calculated forward probability. Of these, the forward probability that cannot be reproduced by the forward probability reproduction means is stored in the calculation result storage means.

この構成によれば、計算内容記憶手段に蓄えられた前方確率の計算時に発生する情報を利用してある時点での前方確率からより前方の確率値を再現するので、前方確率の全てをメモリに蓄える必要がなく、メモリ容量を低減することができる。また、前方確率を「推定」するのではなく、逆算を用いて「再現」するので、復号性能の劣化は起こらない。   According to this configuration, since the forward probability value is reproduced from the forward probability at a certain point in time using the information generated when calculating the forward probability stored in the calculation content storage means, all the forward probabilities are stored in the memory. There is no need to store, and the memory capacity can be reduced. Further, since the forward probability is not “estimated” but “reproduced” using back calculation, the decoding performance does not deteriorate.

なお、ここでの計算内容記憶手段に記憶される情報とは、前方確率再現手段において前方確率を再現する為に用いる情報であり、前方確率計算手段で用いられた数値を示す情報以外にも、正規化処理やビット削除によって発生する状態確率値の変動を補正する情報も含む。   Note that the information stored in the calculation content storage means here is information used to reproduce the forward probability in the forward probability reproduction means, and besides the information indicating the numerical value used in the forward probability calculation means, It also includes information for correcting fluctuations in the state probability value caused by normalization processing and bit deletion.

本発明に係るターボ復号器は、ターボ符号化されたデータをMAX−LOG−MAP方式によって復号する際に、前方確率計算手段が逐次計算で算出した前方確率を尤度計算手段がアクセスする計算結果記憶手段に格納するターボ復号器において、前記前方確率計算手段が逐次計算で算出した尤度の計算に必要な前方確率とその算出に用いた遷移確率とを対応付けて指示するパス情報を格納する選択パス情報記憶手段と、尤度計算時に用いる前段の前方確率を前記選択パス情報記憶手段に記憶されるパス情報と状態の遷移確率とを用いて次段の前方確率から再現する前方確率再現手段と、を具備し、前記前方確率計算手段は、計算した前方確率のうち前記前方確率再現手段にて再現できない前方確率を前記計算結果記憶手段に格納する構成を採る。   When the turbo decoder according to the present invention decodes turbo-encoded data by the MAX-LOG-MAP method, the likelihood calculation means accesses the forward probability calculated by the forward probability calculation means by the sequential calculation. In the turbo decoder stored in the storage means, path information indicating the forward probability necessary for calculating the likelihood calculated by the forward probability calculating means in association with the transition probability used for the calculation is stored. Selected path information storage means, and forward probability reproduction means for reproducing the previous stage forward probability used in likelihood calculation from the next stage forward probability using the path information stored in the selected path information storage means and the state transition probability The forward probability calculation means stores a forward probability that cannot be reproduced by the forward probability reproduction means among the calculated forward probabilities in the calculation result storage means. That.

この構成によれば、MAX−LOG−MAP方式では、前方確率の計算時に用いられるパス情報があれば、次段の前方確率から前段の前方確率の幾つかは逆算で導出できる点に着目し、前方確率計算時のパス情報を同時に記憶し、尤度計算時に次段の前方確率から前段の前方確率の幾つかを計算するようにしたので、復号性能を劣化させずに前方確率用のメモリ容量を削減することができる。   According to this configuration, in the MAX-LOG-MAP method, paying attention to the fact that, if there is path information used when calculating the forward probability, some of the forward probabilities of the previous stage can be derived by back calculation from the forward probability of the next stage, Since the path information at the time of forward probability calculation is stored at the same time and some of the forward probabilities of the previous stage are calculated from the forward probability of the next stage at the time of likelihood calculation, the memory capacity for the forward probability without degrading the decoding performance Can be reduced.

本発明に係るターボ復号器は、上記の発明において、前記前方確率計算手段において時点n+1のL個の状態の前方確率が時点nのM個の状態の前方確率から計算される場合に、前記計算結果記憶手段に時点当たりに格納する前方確率の個数をM−Lとし、前記選択パス情報記憶手段に時点当たりに格納する情報がM−L個のパスを示す情報とする構成を採る。   The turbo decoder according to the present invention may be configured so that, in the above invention, the forward probability calculation means calculates the forward probability of the L states at the time point n + 1 from the forward probability of the M states at the time point n. The number of forward probabilities stored per time in the result storage means is ML, and the information stored per time in the selected path information storage means is information indicating M-L paths.

この構成によれば、ターボ復号では、一意なトレリス格子に従って前方確率と後方確率が計算されるため、トレリス格子の前段の状態全てに関わる次段の状態は特定できる点に着目し、M個の状態全てに関わる次段の状態がL個で表現できるならば、予め前段のM個の確率を計算するためのL個の状態を特定し、時点当たりに確率用メモリ、パス情報用メモリに格納するデータ量を一定分減ずるようにしたので、メモリにアクセスする回数が少なくなり、メモリ容量を減らすことができる。   According to this configuration, since the forward probability and the backward probability are calculated according to the unique trellis lattice in turbo decoding, paying attention to the fact that the next-stage state relating to all the previous states of the trellis lattice can be specified, If the next-stage state related to all the states can be expressed by L, L states for calculating M probabilities in the previous stage are specified in advance, and stored in the probability memory and the path information memory for each time point. Since the amount of data to be reduced is reduced by a certain amount, the number of accesses to the memory is reduced, and the memory capacity can be reduced.

本発明にかかるターボ復号器は、上記の発明において、前記前方確率再現手段は、時点nでの前方確率の状態数がMであり、時点nでの特定のM/2個の前方確率を用いて時点n−1でのM/2個の後方確率を計算し、前記前方確率計算手段は、前記計算結果記憶手段と前記選択パス情報記憶手段とに時点当たりに格納する前方確率とパス数とをM/2とする構成を採る。   In the turbo decoder according to the present invention, in the above invention, the forward probability reproducing means uses M specific forward probabilities at the time point n, where the number of states of the forward probability at the time point n is M. M / 2 backward probabilities at the time point n−1 are calculated, and the forward probability calculating means stores the forward probability and the number of paths to be stored per time point in the calculation result storage means and the selected path information storage means. Is set to M / 2.

この構成は、トレリス格子に従う、前記前方確率再現手段によって再現可能な前方確率の状態数が時点当たりM/2個以上であることが条件である。前方確率再現手段で計算される前方確率の状態数をM/2と固定することで、前方確率再現手段で用いられる前方確率も時点当たりM/2個で固定できる。時点n+1の2状態から時点nの1状態の前方確率を求めるMax−Log−MAP方式では、時点nの状態の前方確率を求める為の時点n+1の状態の組はトレリス格子に従い固定されている為、特定のM/2個の状態を常に前記前方確率再現手段処理用の状態値として扱うことが出来る。また、時点n+1の2状態のうち、選択されるパスは選択されないパスとは異なるパスである為、M/2個の選択されるパスからM/2個の選択されないパスを求めることも容易である。   In this configuration, the number of forward probability states that can be reproduced by the forward probability reproduction unit according to the trellis lattice is M / 2 or more per time point. By fixing the number of states of forward probabilities calculated by the forward probability reproducing means to M / 2, the forward probabilities used by the forward probability reproducing means can also be fixed at M / 2 per time point. In the Max-Log-MAP method for obtaining the forward probability of one state at time n from the two states at time n + 1, the set of states at time n + 1 for obtaining the forward probability of the state at time n is fixed according to the trellis lattice. Specific M / 2 states can always be handled as state values for the forward probability reproduction means processing. Further, since the selected path is different from the unselected path among the two states at the time point n + 1, it is easy to obtain M / 2 unselected paths from the M / 2 selected paths. is there.

よって、この構成によれば、前方確率再現手段において用いられるM/2個の状態確率を固定の状態とすることが出来、選択パス情報記憶手段に記憶するパス情報の数と計算結果記憶手段に格納する状態確率の数もM/2個に固定することが出来る為、計算量を比較的増加させずに、メモリアクセスする回数が少なくなり、メモリ容量を減らすことが出来る。   Therefore, according to this configuration, the M / 2 state probabilities used in the forward probability reproduction means can be fixed, and the number of path information stored in the selected path information storage means and the calculation result storage means Since the number of state probabilities to be stored can be fixed to M / 2, the number of memory accesses can be reduced and the memory capacity can be reduced without relatively increasing the amount of calculation.

本発明に係るターボ復号器は、上記の発明において、前記前方確率計算手段が逐次計算で算出した前方確率が次段の前方確率とその算出に用いる遷移確率とから再現可能か否かを判断し、その判断結果に基づき前方確率を選別して前記計算結果記憶手段に格納するとともに、前記計算結果記憶手段に格納した前方確率に対応する状態を示す情報を前記選択パス情報記憶手段に格納する再現可否判断手段、を具備する構成を採る。   The turbo decoder according to the present invention, in the above invention, judges whether or not the forward probability calculated by the forward probability calculation means by sequential calculation is reproducible from the forward probability of the next stage and the transition probability used for the calculation. In addition, a forward probability is selected based on the determination result and stored in the calculation result storage unit, and information indicating a state corresponding to the forward probability stored in the calculation result storage unit is stored in the selected path information storage unit. The structure which comprises an availability judgment means is taken.

この構成によれば、次段の確率の計算時に選択される前段の確率として同じ状態のものが選択されることがあり、実際に再現できない確率数は時点毎に可変となる点に着目し、任意の時点において記憶する必要のある、ひいては任意の時点において記憶される確率数を対応付けて記憶するようにしたので、記憶される確率の総数を計算毎に最小にすることができる。   According to this configuration, the same state may be selected as the previous stage probability selected at the time of calculating the next stage probability, paying attention to the fact that the number of probabilities that cannot be actually reproduced is variable at each time point, Since the number of probabilities that need to be stored at an arbitrary time, and thus stored at an arbitrary time, are stored in association with each other, the total number of stored probabilities can be minimized for each calculation.

本発明に係るターボ復号方法は、ターボ符号化されたデータをMAP復号によって復号する際に、尤度の計算に必要な前方確率と後方確率とをそれぞれ逐次計算によって算出し、少なくとも一方の確率をメモリに格納する場合において、前記一方の確率を算出する過程で発生する情報を前記メモリに格納する工程と、尤度計算時に用いる前記一方の確率における前段の確率を前記メモリに記憶される情報と状態の遷移確率とを用いて前記一方の確率における次段の確率から再現する工程と、算出した前記一方の確率のうち前記再現する工程にて再現できない確率を前記メモリに格納する工程と、を具備するようにした。   In the turbo decoding method according to the present invention, when turbo-encoded data is decoded by MAP decoding, a forward probability and a backward probability necessary for calculating the likelihood are respectively calculated by sequential calculation, and at least one probability is calculated. In the case of storing in a memory, the step of storing information generated in the process of calculating the one probability in the memory, and the information stored in the memory of the previous stage probability in the one probability used in the likelihood calculation, A step of reproducing from the probability of the next stage in the one probability using the state transition probability, and a step of storing in the memory a probability that cannot be reproduced in the reproducing step among the calculated one probability. It was made to have.

この方法によれば、メモリに蓄えられた前方確率または後方確率の計算時に発生する情報を利用してある時点での前方確率または後方確率からより前段の確率値を再現するので、前方確率または後方確率の全てをメモリに蓄える必要がなくメモリ容量を低減することができる。また、前方確率または後方確率を「推定」するのではなく、逆算を用いて「再現」するので、復号性能の劣化は起こらない。   According to this method, the probability value of the previous stage is reproduced from the forward probability or backward probability at a certain time point using the information generated when calculating the forward probability or backward probability stored in the memory. It is not necessary to store all the probabilities in the memory, and the memory capacity can be reduced. In addition, since the forward probability or backward probability is not “estimated” but “reproduced” using back calculation, the decoding performance does not deteriorate.

本発明に係るターボ復号方法は、ターボ符号化されたデータをMAX−LOG−MAP方式によって復号する際に、尤度の計算に必要な前方確率と後方確率とをそれぞれ逐次計算によって算出し、少なくとも一方の確率を第1メモリに格納する場合において、逐次計算で算出された前記一方の確率とその算出に用いた遷移確率とを対応付けて指示するパス情報を第2メモリに格納する工程と、尤度計算時に用いる前記一方の確率における前段の確率を前記第2メモリに記憶されるパス情報と状態の遷移確率とを用いて前記一方の確率における次段の確率から再現する工程と、算出した前記一方の確率のうち前記再現する工程にて再現できない確率を前記第1メモリに格納する工程と、を具備するようにした。   In the turbo decoding method according to the present invention, when turbo-coded data is decoded by the MAX-LOG-MAP method, forward probabilities and backward probabilities necessary for likelihood calculation are respectively calculated by sequential calculation, and at least When storing one probability in the first memory, storing the path information instructing the one probability calculated by the sequential calculation in association with the transition probability used in the calculation in the second memory; Reproducing the previous stage probability in the one probability used in the likelihood calculation from the next stage probability in the one probability using the path information stored in the second memory and the state transition probability, and calculating A step of storing, in the first memory, a probability that cannot be reproduced in the reproducing step among the one probability.

この方法によれば、MAX−LOG−MAP方式では、前方確率と後方確率の計算時に用いられるパス情報があれば、次段の確率から前段の確率の幾つかは逆算で導出できる点に着目し、確率計算時のパス情報を同時に記憶し、尤度計算時に次段の確率から前段の確率の幾つかを計算するようにしたので、復号性能を劣化させずに確率記憶用のメモリ容量を削減することができる。   According to this method, in the MAX-LOG-MAP method, if there is path information used when calculating the forward probability and backward probability, some of the previous stage probabilities can be derived from the next stage probability by back calculation. Since path information at the time of probability calculation is stored at the same time and some of the probabilities of the previous stage are calculated from the probability of the next stage at the time of likelihood calculation, the memory capacity for probability storage is reduced without degrading the decoding performance can do.

本発明に係るターボ復号方法は、上記の発明において、前記第1メモリと前記第2メモリとに時点当たりに格納する状態確率は、時点nでの一方の全ての状態数がM個であり、M個の状態から次段のL個の状態確率が求められる場合に、M−L個であり、前記第2メモリに記憶される情報は次段のL個の状態確率の計算に用いられない時点nでのM−L個の状態確率を示す情報であるとした。   In the turbo decoding method according to the present invention, in the above invention, the state probabilities stored in the first memory and the second memory per time point are all M states at one time point n, When L state probabilities of the next stage are obtained from M states, there are M−L pieces of information, and the information stored in the second memory is not used for calculation of the L state probabilities of the next stage. It is assumed that the information indicates ML state probabilities at time n.

この方法によれば、ターボ復号では、一意なトレリス格子に従って前方確率と後方確率が計算されるため、トレリス格子の前段の状態全てに関わる次段の状態は特定できる点に着目し、M個の状態全てに関わる次段の状態がL個で表現できるならば、予め前段のM個の確率の幾つかを計算するためのL個の状態を特定し、時点当たりに確率用メモリ、パス情報用メモリに格納するデータ量を一定分減ずるようにしたので、メモリにアクセスする回数が少なくなり、メモリ容量を減らすことができる。   According to this method, since the forward probability and the backward probability are calculated according to the unique trellis lattice in turbo decoding, paying attention to the fact that the state of the next stage related to all the states of the previous stage of the trellis lattice can be specified. If the next stage state relating to all the states can be expressed by L, L states for calculating some of the M probabilities in the previous stage are specified in advance, and the probability memory and path information for each time point are specified. Since the amount of data stored in the memory is reduced by a certain amount, the number of accesses to the memory is reduced, and the memory capacity can be reduced.

本発明にかかるターボ復号方法は、上記の発明において、前記第1メモリと前記第2メモリとに時点当たりに格納する状態確率とパス数は、時点nでの一方の全ての状態がMである場合に、M/2であるとした。   In the turbo decoding method according to the present invention, in the above invention, the state probability and the number of passes stored in the first memory and the second memory per time point are M in one of the states at the time point n. In some cases, it was M / 2.

この方法は、特定のトレリス格子を用いたターボ符号では、再現可能な確率の状態数が時点当たりM/2個以上であることを条件としている。この条件下では、確率を再現する工程において計算される確率の状態数がM/2で固定される為、用いられる確率も時点当たりM/2個で固定される。Max−Log−MAP方式では、ある時点での状態確率を求める為に要する状態の組はトレリス格子により一意に固定されている為、特定のM/2個の状態を計算処理の入力として扱うことが出来る。また、この計算で選択されるパスは選択されないパスとは異なるパスである為、M/2個の選択されるパスからM/2個の選択されないパスを求めることも容易である。   This method is based on the condition that the number of states with a reproducible probability is M / 2 or more per time point in a turbo code using a specific trellis lattice. Under this condition, since the number of probability states calculated in the process of reproducing the probability is fixed at M / 2, the probability used is also fixed at M / 2 per time point. In the Max-Log-MAP method, a set of states required for obtaining a state probability at a certain time is uniquely fixed by a trellis lattice, and therefore, specific M / 2 states are handled as input of calculation processing. I can do it. Further, since the path selected in this calculation is different from the path not selected, it is easy to obtain M / 2 unselected paths from the M / 2 selected paths.

よって、この方法は、用いられるM/2個の状態確率を固定の状態とすることが出来、第2メモリに記憶するパス情報の数と第1メモリに格納する状態確率の数もM/2個に固定することが出来る為、計算量を比較的増加させずに、メモリアクセスする回数が少なくなり、メモリ容量を減らすことが出来る。   Therefore, in this method, the M / 2 state probabilities used can be fixed, and the number of path information stored in the second memory and the number of state probabilities stored in the first memory are also M / 2. Since the number of memory accesses can be fixed, the number of times of memory access can be reduced and the memory capacity can be reduced without relatively increasing the amount of calculation.

本発明に係るターボ復号方法は、上記の発明において、算出した前記一方の確率が次段における一方の確率とその算出に用いる遷移確率とから再現可能か否かを判断する工程と、算出した前記一方の確率のうちその判断結果に基づき選別した一方の確率を前記第1メモリに格納する工程と、前記第1メモリに格納した一方の確率に対応する状態を示す情報を前記第2メモリに格納する工程と、を具備するようにした。   In the turbo decoding method according to the present invention, in the above invention, the step of determining whether the calculated one probability is reproducible from the one probability in the next stage and the transition probability used for the calculation, and the calculated One of the probabilities selected based on the determination result is stored in the first memory, and information indicating a state corresponding to the one stored in the first memory is stored in the second memory. And a step of performing.

この方法によれば、次段の確率の計算時に選択される前段の確率として同じ状態のものが選択されることがあり、実際に再現できない確率数は時点毎に可変となる点に着目し、任意の時点において記憶する必要のある、ひいては任意の時点において記憶される確率数を対応付けて記憶するようにしたので、記憶される確率の総数を計算毎に最小にすることができる。   According to this method, the same state may be selected as the previous stage probability selected at the time of calculating the next stage probability, paying attention to the fact that the number of probabilities that cannot actually be reproduced is variable at each time point, Since the number of probabilities that need to be stored at an arbitrary time, and thus stored at an arbitrary time, are stored in association with each other, the total number of stored probabilities can be minimized for each calculation.

本発明によれば、ターボ符号をMAP復号やMAX−LOG−MAP方式によって復号する場合に、復号能力を損じることなく、内部演算に用いられるメモリ容量を減じることができる。   According to the present invention, when a turbo code is decoded by MAP decoding or the MAX-LOG-MAP method, it is possible to reduce the memory capacity used for the internal calculation without deteriorating the decoding capability.

本発明の骨子は、ターボ符号により誤り訂正符号化されたデータ信号をMAP復号やMAX−LOG−MAP方式によって復号する場合に、前方または後方から遷移確率に基づいて演算されて求まる各状態の確率をメモリに記憶する際に選別し、メモリに記憶されなかった確率は後方または前方から再計算して再現することで、確率の全てをメモリに蓄える必要をなくすことである。   The essence of the present invention is that the probability of each state obtained by calculating from the forward or backward based on the transition probability when a data signal error-encoded by a turbo code is decoded by MAP decoding or MAX-LOG-MAP method. Is stored in the memory, and the probability that is not stored in the memory is recalculated and reproduced from the rear or front, thereby eliminating the need to store all the probabilities in the memory.

以下、本発明の実施の形態について図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

(実施の形態1)
図1は、本発明の実施の形態1に係るターボ復号器の要素復号器の構成を示すブロック図である。図1に示す復号器100は、ターボ符号化されたデータをMAP復号によって復号する誤り訂正復号器の要素復号器であり、入力データ用メモリ101、遷移確率計算部102、後方確率計算部103、後方確率計算結果記憶用メモリ104、計算内容記憶用メモリ105、後方確率再現部106、前方確率計算部107、尤度計算部108、及び出力データ用メモリ109を備えている。
(Embodiment 1)
FIG. 1 is a block diagram showing a configuration of an element decoder of a turbo decoder according to Embodiment 1 of the present invention. A decoder 100 shown in FIG. 1 is an element decoder of an error correction decoder that decodes turbo-encoded data by MAP decoding, and includes an input data memory 101, a transition probability calculation unit 102, a backward probability calculation unit 103, A backward probability calculation result storage memory 104, a calculation content storage memory 105, a backward probability reproduction unit 106, a forward probability calculation unit 107, a likelihood calculation unit 108, and an output data memory 109 are provided.

従来のターボ復号器としては、尤度計算を、遷移確率計算部102と前方確率計算部107と後方確率計算結果記憶用メモリ104とから得られる3種類のデータを用いるものが知られている。その際に、後方確率計算結果記憶用メモリ104の容量増大が問題であった。   As a conventional turbo decoder, one using three types of data obtained from the transition probability calculation unit 102, the forward probability calculation unit 107, and the backward probability calculation result storage memory 104 is known as likelihood calculation. At that time, an increase in the capacity of the backward probability calculation result storage memory 104 was a problem.

本実施の形態1に係るターボ復号器の要素復号器100は、尤度計算を、遷移確率計算部102と前方確率計算部107と後方確率計算結果記憶用メモリ104とから得られる3種類のデータを用いる従来のターボ復号器において、計算内容記憶用メモリ105と後方確率再現部106とを追加して設け、尤度計算を、遷移確率計算部102と前方確率計算部107と後方確率計算結果記憶用メモリ104と後方確率再現部106とから得られる4種類のデータを用いて行うようにし、後方確率計算結果記憶用メモリ104の容量増大が抑制できるようにしている。   Element decoder 100 of the turbo decoder according to Embodiment 1 performs likelihood calculation using three types of data obtained from transition probability calculation section 102, forward probability calculation section 107, and backward probability calculation result storage memory 104. In a conventional turbo decoder using the above, a calculation content storage memory 105 and a backward probability reproduction unit 106 are additionally provided, and likelihood calculation is performed using a transition probability calculation unit 102, a forward probability calculation unit 107, and a backward probability calculation result storage. This is performed by using four types of data obtained from the memory 104 and the backward probability reproduction unit 106 so that the increase in the capacity of the backward probability calculation result storage memory 104 can be suppressed.

遷移確率計算部102は、入力データ用メモリ101に記憶されているターボ符号化されたデータから遷移関係(トレリス格子)に従う各遷移の発生確率を計算し、その計算した遷移確率を後方確率計算部103と後方確率再現部106と前方確率計算部107と尤度計算部108とにそれぞれ与える。   The transition probability calculation unit 102 calculates the occurrence probability of each transition according to the transition relationship (trellis lattice) from the turbo encoded data stored in the input data memory 101, and the calculated transition probability is a backward probability calculation unit. 103, backward probability reproduction unit 106, forward probability calculation unit 107, and likelihood calculation unit 108, respectively.

前方確率計算部107は、遷移確率計算部102からの遷移確率と前段で求めた前方確率を用いて入力データの始端から終端に向けて前方確率を逐次的に計算し、その計算した前方確率を尤度計算部108に与える。   The forward probability calculation unit 107 sequentially calculates the forward probability from the start end to the end of the input data using the transition probability from the transition probability calculation unit 102 and the forward probability obtained in the previous stage, and calculates the calculated forward probability. This is given to the likelihood calculation unit 108.

後方確率計算部103は、遷移確率計算部102からの遷移確率と前段で求めた後方確率を用いて入力データの終端から始端に向けて後方確率を逐次的に算出し、算出した各後方確率を後方確率計算結果記憶用メモリ104に格納する。その際に、後方確率計算部103は、各後方確率を算出する際に発生する情報を計算内容記憶用メモリ105に格納する。   The backward probability calculation unit 103 sequentially calculates backward probabilities from the end of the input data to the start using the transition probability from the transition probability calculation unit 102 and the backward probability obtained in the previous stage, and calculates the calculated backward probabilities. This is stored in the backward probability calculation result storage memory 104. At that time, the backward probability calculation unit 103 stores information generated when each backward probability is calculated in the calculation content storage memory 105.

この場合、後方確率計算部103では、算出した後方確率の全てを後方確率計算結果記憶用メモリ104に格納するのではなく、後方確率再現部106が、例えば時点n−1において、計算内容記憶用メモリ105に記憶された情報から時点nでの後方確率が逆算できる場合は、後方確率計算結果記憶用メモリ104には、その逆算できる後方確率は格納しないようにしている。   In this case, the backward probability calculation unit 103 does not store all the calculated backward probabilities in the backward probability calculation result storage memory 104, but the backward probability reproduction unit 106, for example, stores the calculation contents at the time point n-1. When the backward probability at the time point n can be calculated backward from the information stored in the memory 105, the backward probability that can be calculated backward is not stored in the backward probability calculation result storage memory 104.

尤度計算部108は、その実行時に後方確率計算結果記憶用メモリ104から後方確率を読み出すが、時点nにおいて後方確率計算結果記憶用メモリ104に格納しなかった時点nでの後方確率は、後方確率再現部106が、計算内容記憶メモリ105の情報と遷移確率計算部103から得られる遷移確率と後方確率計算結果記憶用メモリ104から得られる時点n−1での後方確率とを用いて算出し、尤度計算部108に与えるようになっている。   The likelihood calculation unit 108 reads the backward probability from the backward probability calculation result storage memory 104 at the time of execution, but the backward probability at the time point n not stored in the backward probability calculation result storage memory 104 at the time point n is The probability reproduction unit 106 calculates using the information in the calculation content storage memory 105, the transition probability obtained from the transition probability calculation unit 103, and the backward probability at the time point n−1 obtained from the backward probability calculation result storage memory 104. The likelihood calculating unit 108 is provided.

即ち、後方確率再現部106では、前段の後方確率を例えば次のようにして再現する。後方確率は逐次計算によって求められるが、例えばMAX−LOG−MAP方式では、次段の状態を求める場合は、前段の2つの状態を用いた計算結果のどちらかを選択する。詳しく述べると、次段の状態aにおける後方確率をβn−1(a)とし、この次段の後方確率βn−1(a)を求めるために必要となる2つの前段の後方確率が状態b、cの後方確率β(b)、β(c)であるとし、前段の後方確率を用いた計算式がfであるとすると、次段の後方確率βn−1(a)は次の式(1)から求められる。
βn−1(a)=f(β(b))又はβn−1(a)=f(β(c)) …(1)
That is, the backward probability reproduction unit 106 reproduces the backward probability of the previous stage as follows, for example. The backward probability is obtained by sequential calculation. For example, in the MAX-LOG-MAP method, when the next stage state is obtained, one of the calculation results using the two previous stages is selected. More specifically, the backward probability in the state a of the next stage is β n-1 (a), and the two backward probabilities required to obtain the backward probability β n-1 (a) of the next stage are states. Assuming that the backward probabilities β n (b) and β n (c) of b and c and the calculation formula using the backward probability of the previous stage is f, the backward probability β n−1 (a) of the next stage is It is obtained from the following equation (1).
β n-1 (a) = f (β n (b)) or β n-1 (a) = f (β n (c)) (1)

ここで、計算式fの結果から引数を求めることができるならば、前段の後方確率β(b)、β(c)の一方は、次段の後方確率βn−1(a)から逆算することができる。例えば、MAX−LOG−MAP方式では、後方確率の更新式は、前段の状態bから次段の状態aに移行するパスの遷移確率であるγabを用いて、次の式(2)で表される。
f(β(b))=β(b)+γab …(2)
Here, if an argument can be obtained from the result of the calculation formula f, one of the backward probabilities β n (b) and β n (c) of the previous stage is derived from the backward probability β n−1 (a) of the next stage. It can be calculated backwards. For example, in the MAX-LOG-MAP system, the backward probability update formula is expressed by the following formula (2) using γ ab , which is the transition probability of the path from the previous stage b to the next stage a. Is done.
f (β n (b)) = β n (b) + γ ab (2)

そのため、後方確率計算部103では、上記のように逆算できる前段の後方確率β(b)を後方確率計算結果記憶用メモリ104に格納しない。そして、後方確率再現部106では、計算式fの逆算を行って次段の後方確率βn−1(a)から前段の後方確率β(b)を導出し尤度計算部108に与える。 Therefore, the backward probability calculation unit 103 does not store the backward probability β n (b) of the previous stage that can be calculated backward as described above in the backward probability calculation result storage memory 104. Then, the backward probability reproduction unit 106 performs a reverse calculation of the calculation formula f to derive the backward probability β n (b) of the previous stage from the backward probability β n−1 (a) of the next stage, and gives it to the likelihood calculation unit 108.

しかし、計算式fの逆算が可能であるならば、後方確率の更新式が式(2)で表される以外のものであっても、次段の後方確率βn−1(a)から前段の後方確率β(b)を再現することは可能であり、MAX−LOG−MAP方式に限定されるものではない。 However, if the backward calculation of the calculation formula f is possible, even if the backward probability update formula is other than that represented by the formula (2), the backward probability β n-1 (a) of the next stage is used as the previous stage. that is possible to reproduce the backward-probability beta n of (b), is not limited to MAX-LOG-MAP method.

以上のように、実施の形態1によれば、逐次計算によって順次計算される後方確率の関係を利用し、次段の後方確率から前段の後方確率を再現するようにしたので、逐次計算時に全ての後方確率を記憶する必要が無くなる。また、前段の後方確率を推定するのではないので、復号特性の劣化なしに後方確率計算結果を記憶するメモリの記憶データ量を少なくすることができる。このとき、少なくなるデータ量が計算内容記憶用メモリの容量よりも大きい場合には、復号回路当たりの総メモリ容量を少なくすることができる。   As described above, according to the first embodiment, the relationship between the backward probabilities sequentially calculated by the sequential calculation is used, and the backward probability of the previous stage is reproduced from the backward probability of the next stage. There is no need to memorize backward probabilities. Further, since the backward probability of the previous stage is not estimated, the amount of data stored in the memory for storing the backward probability calculation result can be reduced without deterioration of the decoding characteristics. At this time, when the amount of data to be reduced is larger than the capacity of the calculation content storage memory, the total memory capacity per decoding circuit can be reduced.

(実施の形態2)
図2は、本発明の実施の形態2に係るターボ復号器の要素復号器の構成を示すブロック図である。なお、図2では、図1(実施の形態1)に示した構成要素と同一ないしは同等である構成要素には同一の符号が付されている。ここでは、本実施の形態2に関わる部分を中心に説明する。
(Embodiment 2)
FIG. 2 is a block diagram showing the configuration of the element decoder of the turbo decoder according to Embodiment 2 of the present invention. In FIG. 2, components that are the same as or equivalent to the components shown in FIG. 1 (Embodiment 1) are assigned the same reference numerals. Here, the description will be focused on the portion related to the second embodiment.

図2に示すように、本実施の形態2に係るターボ復号器の要素復号器200では、図1(実施の形態1)に示した構成において、計算内容記憶用メモリ105に代えて、選択パス情報記憶用メモリ201が設けられている。   As shown in FIG. 2, in the element decoder 200 of the turbo decoder according to the second embodiment, in the configuration shown in FIG. 1 (the first embodiment), instead of the calculation content storage memory 105, the selected path An information storage memory 201 is provided.

本実施の形態2に係るターボ復号器の要素復号器200は、ターボ符号化されたデータをMAX−LOG−MAP方式によって復号する誤り訂正復号器であり、選択パス情報記憶用メモリ201には、後方確率計算部103にて算出された後方確率とその算出に用いた遷移確率とを対応付けて指示する情報(つまり、計算時に選択したパスの情報或いは選択されなかったパスの情報)が格納される。   Element decoder 200 of the turbo decoder according to the second embodiment is an error correction decoder that decodes turbo-encoded data by the MAX-LOG-MAP method. The selected path information storage memory 201 includes: Information indicating that the backward probability calculated by the backward probability calculation unit 103 and the transition probability used for the calculation are associated with each other (that is, information on a path selected at the time of calculation or information on a path not selected) is stored. The

前記したように、MAX−LOG−MAP方式では、後方確率の更新式は、式(2)で表されるので、式(1)においてβn−1(a)=f(β(b))が選択された場合、前段の後方確率β(b)は、次の式(3)として導出できる。
β(b)=βn−1(a)−γab …(3)
As described above, in the MAX-LOG-MAP method, the backward probability update expression is expressed by Expression (2). Therefore, in Expression (1), β n−1 (a) = f (β n (b) ) Is selected, the backward probability β n (b) of the previous stage can be derived as the following equation (3).
β n (b) = β n−1 (a) −γ ab (3)

このように遷移確率γabを用意できれば、前段の後方確率β(b)は次段の後方確率βn−1(a)から導出できる。遷移確率γabは、パス情報と、当該要素復号器の入力と出力のデータ列とから任意に導出できる。 If the transition probability γ ab can be prepared in this way, the backward probability β n (b) of the previous stage can be derived from the backward probability β n−1 (a) of the next stage. The transition probability γ ab can be arbitrarily derived from the path information and the input and output data strings of the element decoder.

つまり、各状態確率の計算に対して式(1)に示す2つの式の何れが選択されたかを示す2値の情報をパス選択情報として記憶することによって、後方確率再現部106では、パス情報と遷移確率と次段の後方確率とから、前段の後方確率の幾らかは再現できるが、再現できないのもある。   That is, the backward probability reproduction unit 106 stores the path information by storing binary information indicating which of the two expressions shown in the expression (1) is selected for each state probability calculation. From the transition probability and the backward probability of the next stage, some of the backward probability of the previous stage can be reproduced, but it cannot be reproduced.

したがって、本実施の形態2では、後方確率計算結果記憶用メモリ104には、後方確率再現部106で再現できない後方確率が記憶されることになる。尤度計算時には、実施の形態1と同様に、後方確率計算結果記憶用メモリ104に記憶されていない後方確率を後方確率再現部106が再現して用いる。   Therefore, in the second embodiment, the backward probability calculation result storage memory 104 stores backward probabilities that cannot be reproduced by the backward probability reproduction unit 106. In the likelihood calculation, the backward probability reproduction unit 106 reproduces and uses backward probabilities that are not stored in the backward probability calculation result storage memory 104 as in the first embodiment.

以上のように、本実施の形態2によれば、後方確率の計算過程で発生した情報として、選択されたパスの情報を記憶し、それを用いて再現できない後方確率を後方確率計算結果記憶用メモリに格納するようにしたので、復号性能を劣化させずに後方確率計算結果記憶用メモリの容量を少なくすることができる。Max−Log−MAP方式では、1状態の更新において、パスは2パスから1つが選択されるので、情報量は高々1である。したがって、実施の形態1と同様に、復号回路当りの総メモリ容量が少なくて済む。   As described above, according to the second embodiment, the information on the selected path is stored as information generated in the backward probability calculation process, and the backward probability that cannot be reproduced using the information is stored for backward probability calculation result storage. Since the data is stored in the memory, the capacity of the backward probability calculation result storage memory can be reduced without degrading the decoding performance. In the Max-Log-MAP method, since one path is selected from two paths in updating one state, the information amount is at most one. Therefore, as in the first embodiment, the total memory capacity per decoding circuit can be small.

なお、確率計算時に復号特性の向上を目的として補正項や正規化、オフセットを加算する方法があるが、その場合は、選択されたパス情報と補正項やオフセット値を表す値を記憶しておけばよい。   Note that there is a method of adding correction terms, normalization, and offsets for the purpose of improving decoding characteristics during probability calculation. In this case, the selected path information and values representing the correction terms and offset values can be stored. That's fine.

(実施の形態3)
本発明の実施の形態3に係るターボ復号器は、前述した実施の形態2と同様にターボ符号化されたデータをMAX−LOG−MAP方式によって復号する誤り訂正復号器であり、図2に示した構成において、後方確率計算部103は、後方確率計算結果記憶用メモリ104に格納する後方確率と選択パス情報記憶用メモリ201に格納するパス情報とを次のように制御する。
(Embodiment 3)
The turbo decoder according to the third embodiment of the present invention is an error correction decoder that decodes turbo-encoded data by the MAX-LOG-MAP method as in the second embodiment, and is shown in FIG. In the above configuration, the backward probability calculation unit 103 controls the backward probability stored in the backward probability calculation result storage memory 104 and the path information stored in the selected path information storage memory 201 as follows.

即ち、本実施の形態3に係るターボ復号器での後方確率計算部103は、時点nでの全ての状態数がMであり、時点nでの全ての状態の後方確率を重複せずに用いて計算される時点n−1での後方確率の個数がLである場合に、後方確率計算結果記憶用メモリ104に時点当たりに記憶する後方確率の個数をM−Lとし、選択パス情報記憶用メモリ201に時点当たりに記憶する情報がM−L個のパスを示す情報とするようになっている。   That is, the backward probability calculation unit 103 in the turbo decoder according to the third embodiment uses all the backward probabilities of all states at the time point n without overlapping, and the number of all the states at the time point n is M. When the number of backward probabilities at the time point n−1 calculated in this way is L, the number of backward probabilities stored per time point in the backward probability calculation result storage memory 104 is M−L, and the selected path information is stored. Information stored in the memory 201 per time point is information indicating M−L paths.

以下、図3〜図5を参照して具体的に説明する。なお、図3は、本発明の実施の形態3に係るターボ復号器での後方確率の算出過程を説明するために用いるターボ符号のトレリス格子の一例を示す図である。図4は、本発明の実施の形態3に係るターボ復号器での後方確率の更新処理を説明するフローチャートである。図5は、本発明の実施の形態3に係るターボ復号器での後方確率の再現処理を説明するフローチャートである。   Hereinafter, a specific description will be given with reference to FIGS. FIG. 3 is a diagram illustrating an example of a trellis lattice of turbo codes used for explaining a backward probability calculation process in the turbo decoder according to Embodiment 3 of the present invention. FIG. 4 is a flowchart for explaining backward probability update processing in the turbo decoder according to Embodiment 3 of the present invention. FIG. 5 is a flowchart for explaining backward probability reproduction processing in the turbo decoder according to Embodiment 3 of the present invention.

図3では、非特許文献1に記載されているターボ符号のトレリス格子が示されている。図3に示すトレリス格子では、状態数は8である。ここで、時点nにおいて状態0である後方確率がβ(0)であり、状態1である後方確率がβ(1)であり、状態aから状態bに移行するパスの遷移確率がγ(a,b)であるとすると、時点n−1の状態0での後方確率βn−1(0)は、次の式(4)で表される。
βn−1(0)=β(0)+γ(0,0)又はβ(1)+γ(1,0)…(4)
FIG. 3 shows a trellis lattice of turbo codes described in Non-Patent Document 1. In the trellis lattice shown in FIG. Here, the backward probability of being in state 0 at time n is β n (0), the backward probability of being in state 1 is β n (1), and the transition probability of the path from state a to state b is γ Assuming that n (a, b), the backward probability β n−1 (0) in the state 0 at the time point n−1 is expressed by the following equation (4).
β n-1 (0) = β n (0) + γ n (0,0) or β n (1) + γ n (1,0) (4)

後方確率計算部103は、式(4)を用いた後方確率の更新処理を図4に示す手順で行う。図4において、時点n−1の状態0での後方確率βn−1(0)の選択式(4)が求まると(ステップST401)、次段の後方確率の算出において選択式(4)の右辺左式を選択した場合は(ステップST402:Yes)、選択パス情報記憶用メモリ201には“1”を書き込み(ステップST403)、後方確率計算結果記憶用メモリ104には後方確率β(1)を書き込む(ステップST404)。 The backward probability calculation unit 103 performs backward probability update processing using Equation (4) according to the procedure shown in FIG. In FIG. 4, when the selection formula (4) of the backward probability β n−1 (0) in the state 0 at the time point n−1 is obtained (step ST401), the selection formula (4) is calculated in the calculation of the backward probability of the next stage. When the right-hand left expression is selected (step ST402: Yes), “1” is written in the selected path information storage memory 201 (step ST403), and the backward probability β n (1 ) Is written (step ST404).

一方、ステップST402において、次段の後方確率の算出において選択式(4)の右辺右式を選択した場合は(ステップST402:No)、選択パス情報記憶用メモリ201には“0”を書き込み(ステップST405)、後方確率計算結果記憶用メモリ104には後方確率β(0)を書き込む(ステップST406)。 On the other hand, in step ST402, when the right-hand side of the selection formula (4) is selected in the calculation of the backward probability in the next stage (step ST402: No), “0” is written in the selected path information storage memory 201 ( In step ST405, the backward probability β n (0) is written in the backward probability calculation result storage memory 104 (step ST406).

そして、後方確率再現部106では、図5に示す手順で後方確率の再現処理を行う。なお、図5では、前段の後方確率β(0)及び後方確率β(1)を再現する処理が示されている。図5において、後方確率再現部106では、選択パス情報記憶用メモリ201から読み出したパス情報が“1”である場合は(ステップST501:Yes)、遷移確率計算部102から選択式(4)の右辺左式における移行確率γ(0,0)を受け取り(ステップST502)、逆行演算β(0)=βn−1(0)−γ(0,0)を行って前段の後方確率β(0)を再現する(ステップST503)。一方、後方確率β(1)は、後方確率計算結果記憶用メモリ104に格納されているので、後方確率計算結果記憶用メモリ104から読み出す(ステップST504)。 The backward probability reproduction unit 106 performs backward probability reproduction processing according to the procedure shown in FIG. FIG. 5 shows a process for reproducing the backward probability β n (0) and backward probability β n (1) of the preceding stage. In FIG. 5, in the backward probability reproduction unit 106, when the path information read from the selected path information storage memory 201 is “1” (step ST501: Yes), the transition probability calculation unit 102 calculates the selection formula (4). receive transition probability gamma n on the right side left formula (0,0) (step ST 502), retrograde calculation β n (0) = β n -1 (0) preceding backward probability by performing-gamma n a (0,0) β n (0) is reproduced (step ST503). On the other hand, since the backward probability β n (1) is stored in the backward probability calculation result storage memory 104, it is read from the backward probability calculation result storage memory 104 (step ST504).

このように、図3に示したターボ符号のトレリス格子では、時点nでの状態0と1の後方確率から時点n−1での状態0の後方確率が計算される為、時点n−1での状態0の後方確率から時点nでの状態0と1の後方確率の何れかを逆算で導出できる。同様に、時点nでの状態2〜7の後方確率から、時点n−1での状態1〜3の後方確率が計算できる。これは、時点nの重複しない8状態の後方確率から時点n−1の4状態の後方確率が計算できることを示す。このことは、時点n−1の特定の4状態の後方確率から時点nの8状態の後方確率の内、重複しない4状態分の後方確率が逆算で求めることが必ず出来ることを示し、前記時点n−1の状態からは、時点nの重複しない8−4状態の後方確率が逆算で求められない可能性があることも示す。   In this way, in the turbo code trellis lattice shown in FIG. 3, the backward probability of state 0 at time n-1 is calculated from the backward probability of states 0 and 1 at time n. From the backward probability of state 0, either the backward probability of state 0 or 1 at time n can be derived by back calculation. Similarly, the backward probabilities of states 1 to 3 at time n-1 can be calculated from the backward probabilities of states 2 to 7 at time n. This indicates that the backward probability of the four states at the time point n−1 can be calculated from the backward probability of the eight states that do not overlap at the time point n. This indicates that the backward probabilities for the four states that do not overlap among the backward probability of the eight states at the time point n can be obtained by back calculation from the backward probability of the specific four states at the time point n−1. It also indicates that there is a possibility that the backward probability of the non-overlapping 8-4 state at time n may not be obtained from the n-1 state by back calculation.

したがって、後方確率計算結果記憶用メモリ104には、後方確率再現部106で再現できない可能性のある8−4状態の後方確率を記憶し、選択パス情報記憶用メモリ201には、後方確率再現部106で再現できない可能性のある8−4状態を表す情報を記憶する。   Therefore, the backward probability calculation result storage memory 104 stores backward probabilities of 8-4 states that may not be reproduced by the backward probability reproduction unit 106, and the selected path information storage memory 201 stores the backward probability reproduction unit. Information representing an 8-4 state that may not be reproduced in 106 is stored.

また、図3に示すトレリス格子を図6のように連接して用いる場合は、重複しない8状態の後方確率から計算される次段の状態は2状態であり、後方確率再現部106で再現できない可能性のある状態数は8−2=6状態であるため、後方確率計算結果記憶用メモリ104には、6状態の後方確率を記憶し、選択パス情報記憶用メモリ201には、6状態分を表す情報を記憶することで、全ての状態の後方確率を再現できる。   Further, when the trellis lattice shown in FIG. 3 is used concatenated as shown in FIG. 6, the next stage state calculated from the backward probabilities of eight states that do not overlap is two states and cannot be reproduced by the backward probability reproduction unit 106. Since the number of possible states is 8-2 = 6, the backward probability calculation result storage memory 104 stores backward probabilities of 6 states, and the selected path information storage memory 201 stores 6 states. By storing the information representing, backward probabilities of all states can be reproduced.

したがって、本実施の形態3によれば、時点nの重複しないM個の状態の後方確率から時点n−1のL個の状態の後方確率が計算できるときには、時点当たりに計算結果記憶用メモリに記憶する後方確率をM−L個とし、選択パス情報記憶用メモリに記憶する情報は、このM−L個の状態を表す情報とすることで、全ての状態の後方確率を再現でき、計算結果記憶用メモリを(M−L)/Mに小さくすることが出来る。   Therefore, according to the third embodiment, when the backward probabilities of the L states at the time point n−1 can be calculated from the backward probabilities of the M states that do not overlap at the time point n, the calculation result storage memory is stored per time point. The backward probabilities to be stored are ML, and the information stored in the memory for storing selected path information is information representing these ML states, so that the backward probabilities of all the states can be reproduced, and the calculation result The memory for storage can be reduced to (ML) / M.

なお、選択パス情報記憶用メモリに記憶するM−L個の状態を表す情報とは、再現できない状態確率を示すことが出来る情報であれば良く、時点nと時点n−1の間の状態遷移関係を示す全てのパス情報でも良く、再現できないM−L個の状態を直接指示する情報でも良い。また、再現できない状態とは、再現できる状態以外の状態であるため、再現できるL個の状態を指示する情報でも良い。   Note that the information indicating the ML states stored in the memory for storing the selected path information may be any information that can indicate a state probability that cannot be reproduced, and state transition between the time point n and the time point n−1. It may be all path information indicating the relationship, or may be information that directly indicates the ML state that cannot be reproduced. Further, since the state that cannot be reproduced is a state other than the state that can be reproduced, information that indicates L states that can be reproduced may be used.

このように、実施の形態3によれば、任意の時点で記憶されるパス数の情報を、トレリスの状態数よりも小さい一定数の情報に固定することができ、かつ、任意の時点の計算において後方確率計算結果記憶用メモリにアクセスする回数も少なくすることができるので、計算量をそれ程増加させずに従来よりも後方確率計算結果記憶用メモリ容量を低減することができる。   As described above, according to the third embodiment, the information on the number of paths stored at an arbitrary time can be fixed to a certain number of information smaller than the number of states of the trellis, and the calculation at an arbitrary time can be performed. Since the number of times the backward probability calculation result storage memory is accessed can be reduced, the memory capacity for storing the backward probability calculation result can be reduced more than before without increasing the amount of calculation so much.

また、図3に示したターボ符号のトレリス格子では、時点n−1での状態0〜3の後方確率から時点nでの状態0〜7の後方確率の何れか4確率を逆算で導出できることに着目する。後方確率βn−1(0)からは、後方確率β(0)、β(1)の何れかが逆算で計算できるので、後方確率β(0)と後方確率β(1)のうち選択されなかった後方確率を後方確率計算結果記憶用メモリ104に格納することで、時点n−1の状態0での後方確率と時点n−1の状態0の計算で選択されたパス情報から、時点nでの状態0、1での後方確率を一意に再現できる。 In the trellis lattice of the turbo code shown in FIG. 3, any four probabilities of the backward probabilities of the states 0 to 7 at the time point n can be derived by back calculation from the backward probabilities of the states 0 to 3 at the time point n-1. Pay attention. Since either the backward probability β n (0) or β n (1) can be calculated from the backward probability β n-1 (0), the backward probability β n (0) and the backward probability β n (1) Information stored in the backward probability calculation result storage memory 104, and the path information selected by the calculation of the backward probability in state 0 at time n-1 and the calculation of state 0 at time n-1. Thus, the backward probabilities in states 0 and 1 at time n can be uniquely reproduced.

同様に、選択されなかった後方確率を後方確率計算結果記憶用メモリ104に格納することで、時点n−1における状態1、2、3での後方確率から時点nの状態2、3または4、5または6、7での後方確率の何れか3値を再現することができ、尤度計算時に時点n−1の状態0〜3での後方確率から時点nの状態0〜7全ての後方確率が導出できる。つまり、後方確率計算時に特定の4状態(全状態数の半分、本例では状態0〜3)の後方確率を計算する際に選択されたパス情報4つを選択パス情報記憶用メモリ201に格納し、選択されなかった4状態の後方確率を後方確率計算結果記憶用メモリ104に格納することで、全ての後方確率が再現できる。   Similarly, by storing the backward probabilities not selected in the backward probability calculation result storage memory 104, the backward probabilities in the states 1, 2, 3 at the time point n-1 to the state 2, 3 or 4, at the time point n, Any of three values of backward probabilities at 5 or 6, 7 can be reproduced, and all backward probabilities of states 0 to 7 at time point n from the backward probability at states 0 to 3 at time point n-1 at the time of likelihood calculation Can be derived. That is, four path information selected when calculating backward probabilities of specific four states (half of the total number of states, in this example, states 0 to 3) at the time of backward probability calculation are stored in the selected path information storage memory 201. Then, by storing the backward probabilities of the four states not selected in the backward probability calculation result storage memory 104, all backward probabilities can be reproduced.

このように、実施の形態3では、特定のトレリス格子を用いることで、状態数の半分のパス選択情報を記憶するメモリを用意することで、後方確率計算結果記憶用メモリの必要容量を半分に減じることができる。また、本実施の形態3において加えられる状態確率再現処理も特定の状態においてのみ行えば良いので、さらに回路構成が簡易に実現できる。   Thus, in the third embodiment, by using a specific trellis lattice, by preparing a memory for storing path selection information that is half the number of states, the required capacity of the memory for storing the backward probability calculation results is halved. Can be reduced. In addition, since the state probability reproduction process applied in the third embodiment only needs to be performed in a specific state, the circuit configuration can be further easily realized.

(実施の形態4)
図7は、本発明の実施の形態4に係るターボ復号器の要素復号器の構成を示すブロック図である。なお、図7では、図2(実施の形態2)に示した構成要素と同一ないしは同等である構成要素には同一の符号が付されている。ここでは、本実施の形態4に関わる部分を中心に説明する。
(Embodiment 4)
FIG. 7 is a block diagram showing the configuration of the element decoder of the turbo decoder according to Embodiment 4 of the present invention. In FIG. 7, the same reference numerals are given to components that are the same as or equivalent to those shown in FIG. 2 (Embodiment 2). Here, the description will be focused on the portion related to the fourth embodiment.

図7に示すように、本実施の形態4に係るターボ復号器の要素復号器700では、図2(実施の形態2)に示した構成において、確率再現判断部701が後方確率計算部103と後方確率計算結果記憶用メモリ104との間に設けられている。後方確率計算部103は、算出した後方確率とその算出過程で得られる情報とを確率再現判断部701に与え、選択パス情報記憶用メモリ201へのパス情報は確率再現判断部701から入力されるとしている。   As shown in FIG. 7, in the element decoder 700 of the turbo decoder according to the fourth embodiment, in the configuration shown in FIG. 2 (Embodiment 2), the probability reproduction determining unit 701 includes the backward probability calculating unit 103 and A backward probability calculation result storage memory 104 is provided. The backward probability calculation unit 103 gives the calculated backward probability and information obtained in the calculation process to the probability reproduction determination unit 701, and the path information to the selected path information storage memory 201 is input from the probability reproduction determination unit 701. It is said.

確率再現判断部701は、後方確率計算部103にて逐次計算で導出される後方確率が次段の後方確率とその算出に用いる遷移確率とから再現可能か否かを判断し、その判断結果に従って後方確率を選別し、後方確率計算結果記憶用メモリ104に格納する制御を行う。   The probability reproduction determination unit 701 determines whether the backward probability derived by sequential calculation in the backward probability calculation unit 103 is reproducible from the backward probability of the next stage and the transition probability used for the calculation, and according to the determination result A control is performed to select the backward probability and store it in the backward probability calculation result storage memory 104.

また、確率再現判断部701は、選択パス情報記憶用メモリ201に、パス情報に加えて、どの状態の後方確率が後方確率計算結果記憶用メモリ104に書き込まれたか判断し得る情報も格納する制御を行うようになっている。   Further, the probability reproduction determination unit 701 stores in the selected path information storage memory 201 information in addition to the path information, information that can determine which state's backward probability is written in the backward probability calculation result storage memory 104. Is supposed to do.

本実施の形態4では、次段の確率の計算時に選択される前段の確率として、同じ状態のものが選択されることがあるため、実際に再現できない確率数は、時点毎に可変となる点に着目し、任意の時点において記憶する必要のある、ひいては任意の時点において記憶される確率数を対応付けて記憶するようにした。そのため、この形態では記憶される確率の総数を計算毎に最小にすることができる。   In the fourth embodiment, since the probability of the same state may be selected as the previous stage probability selected when calculating the next stage probability, the number of probabilities that cannot actually be reproduced is variable at each time point. The number of probabilities that need to be stored at an arbitrary time, and that is stored at an arbitrary time, is associated and stored. Therefore, in this embodiment, the total number of stored probabilities can be minimized for each calculation.

具体的には、ある時点n−1の後方確率を求めるために実際に選択されて用いられる時点nの後方確率の個数は、時点当たりの後方確率の状態数をMとすると、M/2以上M以下である。そのため、本発明で記憶すべき後方確率数は、時点当たりM/2乃至0で充分であるので、各状態について後方確率再現部106で再現可能か否かの判断結果に基づいて格納するデータ数を決定したほうが、総記憶容量は少なくできる。   Specifically, the number of backward probabilities at time n that are actually selected and used to determine the backward probability at a certain time point n−1 is M / 2 or more, where M is the number of states of backward probability per time point. M or less. Therefore, since the number of backward probabilities to be stored in the present invention is M / 2 to 0 per time point, the number of data to be stored based on the determination result of whether or not each state can be reproduced by the backward probability reproduction unit 106 The total storage capacity can be reduced by determining.

この方法では、後方確率再現部で再現可能な全ての後方確率をメモリに書き込まないことが可能であり、後方確率再現部で行われる逆行演算は、後方確率計算部によって行われる逐次計算の順行方向を逆にした逐次計算である為、計算結果記憶メモリとしてスタックのようなLIFO領域にデータを記憶するような方法を取る場合は、特に有効である。   In this method, it is possible not to write all backward probabilities that can be reproduced by the backward probability reproducing unit to the memory, and the backward operation performed by the backward probability reproducing unit is the forward of the sequential calculation performed by the backward probability calculating unit. Since it is a sequential calculation with the direction reversed, it is particularly effective when taking a method of storing data in a LIFO area such as a stack as a calculation result storage memory.

以上のように、本実施の形態4によれば、後方確率計算結果記憶用メモリに書き込まれるデータ数を可能な限り少なくすることができるため、総メモリ容量を抑制することができる。また、後方確率計算結果記憶用メモリへのアクセス数を減らすことができるため、メモリアクセスに起因する処理遅延を抑えるもとも可能となる。また、メモリへのアクセス数を極力抑えることが可能であり、メモリアクセスに伴う電力消費量を同時に抑えることが可能である。   As described above, according to the fourth embodiment, since the number of data written to the backward probability calculation result storage memory can be reduced as much as possible, the total memory capacity can be suppressed. In addition, since the number of accesses to the backward probability calculation result storage memory can be reduced, processing delay due to memory access can be suppressed. In addition, the number of accesses to the memory can be suppressed as much as possible, and the power consumption associated with the memory access can be suppressed at the same time.

なお、以上に示した各実施の形態では、尤度計算を、遷移確率計算部と前方確率計算部と後方確率計算結果記憶用メモリとから得られる3種類のデータを用いるターボ復号器への適用例を示したが、本発明はこれに限定されるものではなく、尤度計算を、例えば、遷移確率計算部と後方確率計算部と前方確率計算結果記憶用メモリとから得られる3種類のデータを用いるターボ復号器に対しても同様に適用することができる。また、前方確率と後方確率とを状況に応じて計算、メモリに格納するターボ復号器にも同様に適用できることは言うまでもない。   In each of the embodiments described above, likelihood calculation is applied to a turbo decoder that uses three types of data obtained from a transition probability calculation unit, a forward probability calculation unit, and a backward probability calculation result storage memory. Although an example is shown, the present invention is not limited to this, and likelihood calculation is performed by, for example, three types of data obtained from a transition probability calculation unit, a backward probability calculation unit, and a forward probability calculation result storage memory. The same can be applied to a turbo decoder using. Needless to say, the forward probability and the backward probability are calculated according to the situation and can be similarly applied to a turbo decoder that stores the same in a memory.

本発明は、ターボ符号をMAP方式やMAX−LOG−MAP方式によって復号する場合に、復号能力を損じることなく、内部演算に用いられるメモリ容量を減じるのに有用である。   INDUSTRIAL APPLICABILITY The present invention is useful for reducing the memory capacity used for internal computation without degrading the decoding capability when turbo codes are decoded by the MAP method or the MAX-LOG-MAP method.

本発明の実施の形態1に係るターボ復号器の要素復号器の構成を示すブロック図FIG. 2 is a block diagram showing a configuration of an element decoder of a turbo decoder according to Embodiment 1 of the present invention. 本発明の実施の形態2に係るターボ復号器の要素復号器の構成を示すブロック図FIG. 9 is a block diagram showing a configuration of an element decoder of a turbo decoder according to Embodiment 2 of the present invention. 本発明の実施の形態3に係るターボ復号器での後方確率の算出過程を説明するために用いるターボ符号のトレリス格子の一例を示す図The figure which shows an example of the trellis grating | lattice of the turbo code used in order to demonstrate the calculation process of the back probability in the turbo decoder which concerns on Embodiment 3 of this invention. 本発明の実施の形態3に係るターボ復号器での後方確率の更新処理を説明するフローチャートFlowchart for explaining backward probability update processing in the turbo decoder according to Embodiment 3 of the present invention. 本発明の実施の形態3に係るターボ復号器での後方確率の再現処理を説明するフローチャートFlowchart for explaining backward probability reproduction processing in a turbo decoder according to Embodiment 3 of the present invention. 本発明の実施の形態3に係るターボ復号器での後方確率の算出過程を説明するために用いるターボ符号のトレリス格子の一例を示す図The figure which shows an example of the trellis grating | lattice of the turbo code used in order to demonstrate the calculation process of the back probability in the turbo decoder which concerns on Embodiment 3 of this invention. 本発明の実施の形態4に係るターボ復号器の要素復号器の構成を示すブロック図FIG. 9 is a block diagram showing a configuration of an element decoder of a turbo decoder according to Embodiment 4 of the present invention.

符号の説明Explanation of symbols

100、200、700 要素復号器
101 入力データ用メモリ
102 遷移確率計算部
103 後方確率計算部
104 後方確率計算結果記憶用メモリ
105 計算内容記憶用メモリ
106 後方確率再現部
107 前方確率計算部
108 尤度計算部
109 出力データ用メモリ
201 選択パス情報記憶用メモリ
701 確率再現判断部
100, 200, 700 Element decoder 101 Input data memory 102 Transition probability calculation unit 103 Back probability calculation unit 104 Back probability calculation result storage memory 105 Calculation content storage memory 106 Back probability reproduction unit 107 Forward probability calculation unit 108 Likelihood Calculation unit 109 Output data memory 201 Selected path information storage memory 701 Probability reproduction determination unit

Claims (15)

ターボ符号化されたデータをMAP復号によって復号する際に、後方確率計算手段が逐次計算で算出した後方確率を尤度計算手段がアクセスする計算結果記憶手段に格納するターボ復号器において、前記後方確率計算手段が尤度の計算に必要な後方確率を逐次計算で算出する過程で発生する情報を格納する計算内容記憶手段と、尤度計算時に用いる前段の後方確率を前記計算内容記憶手段に記憶される情報と状態の遷移確率とを用いて次段の後方確率から再現する後方確率再現手段と、を具備し、前記後方確率計算手段は、計算した後方確率のうち前記後方確率再現手段にて再現できない後方確率を前記計算結果記憶手段に格納することを特徴とするターボ復号器。   When decoding turbo-encoded data by MAP decoding, in the turbo decoder for storing the backward probability calculated by the backward probability calculating means in the sequential calculation in the calculation result storage means accessed by the likelihood calculating means, the backward probability Calculation content storage means for storing information generated in the process of calculating backward probabilities necessary for likelihood calculation by sequential calculation, and previous stage backward probabilities used in likelihood calculation are stored in the calculation content storage means. And a backward probability reproducing means for reproducing from the backward probability of the next stage using the information and the state transition probability. The backward probability calculating means reproduces the backward probability of the calculated backward probability by the backward probability reproducing means. A turbo decoder characterized by storing a backward probability that cannot be stored in said calculation result storage means. ターボ符号化されたデータをMAX−LOG−MAP方式によって復号する際に、後方確率計算手段が逐次計算で算出した後方確率を尤度計算手段がアクセスする計算結果記憶手段に格納するターボ復号器において、前記後方確率計算手段が逐次計算で算出した尤度の計算に必要な後方確率とその算出に用いた遷移確率とを対応付けて指示するパス情報を格納する選択パス情報記憶手段と、尤度計算時に用いる前段の後方確率を前記選択パス情報記憶手段に記憶されるパス情報と状態の遷移確率とを用いて次段の後方確率から再現する後方確率再現手段と、を具備し、前記後方確率計算手段は、計算した後方確率のうち前記後方確率再現手段にて再現できない後方確率を前記計算結果記憶手段に格納することを特徴とするターボ復号器。   In a turbo decoder that stores the backward probability calculated by the backward probability calculation means by the sequential calculation in the calculation result storage means accessed by the likelihood calculation means when decoding the turbo encoded data by the MAX-LOG-MAP method A selection path information storage means for storing path information indicating the backward probability necessary for calculating the likelihood calculated by the backward probability calculation means and the transition probability used for the calculation in association with each other, and the likelihood A backward probability reproduction means for reproducing the backward probability of the previous stage used in the calculation from the backward probability of the next stage using the path information stored in the selected path information storage means and the state transition probability, and the backward probability The calculation means stores a backward probability that cannot be reproduced by the backward probability reproduction means among the calculated backward probabilities in the calculation result storage means. 前記後方確率計算手段において時点n−1のL個の状態の後方確率が時点nのM個の状態の後方確率から計算される場合に、前記計算結果記憶手段に時点当たりに格納する後方確率の個数をM−Lとし、前記選択パス情報記憶手段に時点当たりに格納する情報がM−L個のパスを示す情報とすることを特徴とする請求項2記載のターボ復号器。   When the backward probability of the L states at the time point n-1 is calculated from the backward probability of the M states at the time point n in the backward probability calculating means, the backward probability stored in the calculation result storage means per time point 3. The turbo decoder according to claim 2, wherein the number is ML, and the information stored in the selected path information storage means per time is information indicating ML paths. 前記後方確率再現手段は、時点nでの後方確率の状態数がMであり、時点nでの特定のM/2個の後方確率を用いて時点n+1でのM/2個の後方確率を計算し、前記後方確率計算手段は、前記計算結果記憶手段と前記選択パス情報記憶手段とに時点当たりに格納する後方確率とパス数とをM/2とすることを特徴とする請求項2記載のターボ復号器。   The backward probability reproduction means calculates M / 2 backward probabilities at time point n + 1 using M / 2 backward probabilities at time point n, where the number of states of backward probability at time point n is M. 3. The backward probability calculation means sets M / 2 as the backward probability and the number of paths stored per time in the calculation result storage means and the selected path information storage means. Turbo decoder. 前記後方確率計算手段が逐次計算で算出した後方確率が次段の後方確率とその算出に用いる遷移確率とから再現可能か否かを判断し、その判断結果に基づき後方確率を選別して前記計算結果記憶手段に格納するとともに、前記計算結果記憶手段に格納した後方確率に対応する状態を示す情報を前記選択パス情報記憶手段に格納する再現可否判断手段、を具備することを特徴とする請求項2記載のターボ復号器。   It is determined whether the backward probability calculated by the backward probability calculation means by sequential calculation is reproducible from the backward probability of the next stage and the transition probability used for the calculation, and based on the determination result, the backward probability is selected and the calculation is performed. A reproducibility determining means for storing in the selected path information storage means information indicating a state corresponding to a backward probability stored in the calculation result storage means, as well as being stored in the result storage means. 2. The turbo decoder according to 2. ターボ符号化されたデータをMAP復号によって復号する際に、前方確率計算手段が逐次計算で算出した前方確率を尤度計算手段がアクセスする計算結果記憶手段に格納するターボ復号器において、前記前方確率計算手段が尤度の計算に必要な前方確率を逐次計算で算出する過程で発生する情報を格納する計算内容記憶手段と、尤度計算時に用いる前段の前方確率を前記計算内容記憶手段に記憶される情報と状態の遷移確率とを用いて次段の前方確率から再現する前方確率再現手段と、を具備し、前記前方確率計算手段は、計算した前方確率のうち前記前方確率再現手段にて再現できない前方確率を前記計算結果記憶手段に格納することを特徴とするターボ復号器。   When decoding turbo-encoded data by MAP decoding, in the turbo decoder for storing the forward probability calculated by the forward probability calculation means by sequential calculation in the calculation result storage means accessed by the likelihood calculation means, the forward probability Calculation content storage means for storing information generated in the process of calculating forward probabilities necessary for likelihood calculation by sequential calculation, and previous forward probabilities used in likelihood calculation are stored in the calculation content storage means. Forward probability reproduction means that reproduces from the next-stage forward probability using the information and state transition probability, and the forward probability calculation means reproduces the calculated forward probability by the forward probability reproduction means. A turbo decoder characterized by storing a forward probability that cannot be stored in the calculation result storage means. ターボ符号化されたデータをMAX−LOG−MAP方式によって復号する際に、前方確率計算手段が逐次計算で算出した前方確率を尤度計算手段がアクセスする計算結果記憶手段に格納するターボ復号器において、前記前方確率計算手段が逐次計算で算出した尤度の計算に必要な前方確率とその算出に用いた遷移確率とを対応付けて指示するパス情報を格納する選択パス情報記憶手段と、尤度計算時に用いる前段の前方確率を前記選択パス情報記憶手段に記憶されるパス情報と状態の遷移確率とを用いて次段の前方確率から再現する前方確率再現手段と、を具備し、前記前方確率計算手段は、計算した前方確率のうち前記前方確率再現手段にて再現できない前方確率を前記計算結果記憶手段に格納することを特徴とするターボ復号器。   In a turbo decoder that stores forward probabilities calculated by sequential calculation by forward probability calculation means in calculation result storage means accessed by likelihood calculation means when decoding turbo-encoded data by the MAX-LOG-MAP method A selection path information storage means for storing path information indicating the forward probability necessary for calculating the likelihood calculated by the forward probability calculation means and the transition probability used for the calculation in association with each other, and the likelihood Forward probability reproduction means for reproducing the forward probability of the previous stage used in the calculation from the forward probability of the next stage using the path information stored in the selected path information storage means and the state transition probability, and the forward probability. The calculation means stores a forward probability that cannot be reproduced by the forward probability reproduction means among the calculated forward probabilities in the calculation result storage means. 前記前方確率計算手段において時点n+1のL個の状態の前方確率が時点nのM個の状態の前方確率から計算される場合に、前記計算結果記憶手段に時点当たりに格納する前方確率の個数をM−Lとし、前記選択パス情報記憶手段に時点当たりに格納する情報がM−L個のパスを示す情報とすることを特徴とする請求項7記載のターボ復号器。   When the forward probability of the L states at the time point n + 1 is calculated from the forward probability of the M states at the time point n in the forward probability calculation means, the number of forward probabilities stored per time point in the calculation result storage means is 8. The turbo decoder according to claim 7, wherein M-L is used, and information stored per time in the selected path information storage means is information indicating M-L paths. 前記前方確率再現手段は、時点nでの前方確率の状態数がMであり、時点nでの特定のM/2個の前方確率を用いて時点n−1でのM/2個の前方確率を計算し、前記前方確率計算手段は、前記計算結果記憶手段と前記選択パス情報記憶手段とに時点当たりに格納する前方確率とパス数とをM/2とすることを特徴とする請求項7記載のターボ復号器。   The forward probability reproduction means has a forward probability state number M at time n, and M / 2 forward probabilities at time n-1 using a specific M / 2 forward probability at time n. The forward probability calculation means calculates M / 2 as the forward probability and the number of paths stored per time in the calculation result storage means and the selected path information storage means. The described turbo decoder. 前記前方確率計算手段が逐次計算で算出した前方確率が次段の前方確率とその算出に用いる遷移確率とから再現可能か否かを判断し、その判断結果に基づき前方確率を選別して前記計算結果記憶手段に格納するとともに、前記計算結果記憶手段に格納した前方確率に対応する状態を示す情報を前記選択パス情報記憶手段に格納する再現可否判断手段、を具備することを特徴とする請求項7記載のターボ復号器。   It is determined whether the forward probability calculated by the forward probability calculation means by sequential calculation is reproducible from the forward probability of the next stage and the transition probability used for the calculation, and the forward probability is selected based on the determination result and the calculation is performed. A reproducibility determining means for storing in the selected path information storage means information indicating a state corresponding to a forward probability stored in the result storage means and stored in the calculation result storage means. 8. The turbo decoder according to 7. ターボ符号化されたデータをMAP復号によって復号する際に、尤度の計算に必要な前方確率と後方確率とをそれぞれ逐次計算によって算出し、少なくとも一方の確率をメモリに格納する場合において、前記一方の確率を算出する過程で発生する情報を前記メモリに格納する工程と、尤度計算時に用いる前記一方の確率における前段の確率を前記メモリに記憶される情報と状態の遷移確率とを用いて前記一方の確率における次段の確率から再現する工程と、算出した前記一方の確率のうち前記再現する工程にて再現できない確率を前記メモリに格納する工程と、を具備することを特徴とするターボ復号方法。   When decoding turbo-encoded data by MAP decoding, forward probabilities and backward probabilities required for likelihood calculation are calculated by sequential calculation, and at least one probability is stored in a memory. Storing the information generated in the process of calculating the probability in the memory, and using the information stored in the memory and the state transition probability as the previous stage probability in the one probability used in the likelihood calculation A turbo decoding comprising: a step of reproducing from a probability of the next stage in one probability; and a step of storing in the memory a probability that cannot be reproduced in the step of reproducing among the calculated one probability Method. ターボ符号化されたデータをMAX−LOG−MAP方式によって復号する際に、尤度の計算に必要な前方確率と後方確率とをそれぞれ逐次計算によって算出し、少なくとも一方の確率を第1メモリに格納する場合において、逐次計算で算出された前記一方の確率とその算出に用いた遷移確率とを対応付けて指示するパス情報を第2メモリに格納する工程と、尤度計算時に用いる前記一方の確率における前段の確率を前記第2メモリに記憶されるパス情報と状態の遷移確率とを用いて前記一方の確率における次段の確率から再現する工程と、算出した前記一方の確率のうち前記再現する工程にて再現できない確率を前記第1メモリに格納する工程と、を具備することを特徴とするターボ復号方法。   When decoding turbo-encoded data using the MAX-LOG-MAP method, forward probabilities and backward probabilities required for likelihood calculation are calculated by sequential calculation, and at least one probability is stored in the first memory. And storing the path information instructing the one probability calculated by the sequential calculation in association with the transition probability used in the calculation in the second memory, and the one probability used in the likelihood calculation. Reproducing the probability of the previous stage from the probability of the next stage of the one probability using the path information stored in the second memory and the state transition probability, and reproducing the one of the calculated probabilities Storing a probability that cannot be reproduced in the process in the first memory. 前記第1メモリと前記第2メモリとに時点当たりに格納する状態確率は、時点nでの一方の全ての状態数がM個であり、M個の状態から次段のL個の状態確率が求められる場合に、M−L個であり、前記第2メモリに記憶される情報は次段のL個の状態確率の計算に用いられない時点nでのM−L個の状態確率を示す情報であることを特徴とする請求項12記載のターボ復号方法。   The state probabilities to be stored in the first memory and the second memory per time point are such that the number of all one states at the time point n is M, and the L state probabilities from the M state to the next stage are When required, there are M−L pieces of information, and the information stored in the second memory is information indicating M−L state probabilities at time n that is not used in the calculation of the next stage L state probabilities. The turbo decoding method according to claim 12, wherein: 前記第1メモリと前記第2メモリとに時点当たりに格納する状態確率とパス数は、時点nでの一方の全ての状態がMである場合に、M/2であることを特徴とする請求項12記載のターボ復号方法。   The state probability and the number of passes stored in the first memory and the second memory per time point are M / 2 when all of one state at the time point n are M. Item 13. The turbo decoding method according to Item 12. 算出した前記一方の確率が次段における一方の確率とその算出に用いる遷移確率とから再現可能か否かを判断する工程と、算出した前記一方の確率のうちその判断結果に基づき選別した一方の確率を前記第1メモリに格納する工程と、前記第1メモリに格納した一方の確率に対応する状態を示す情報を前記第2メモリに格納する工程と、を具備することを特徴とする請求項12記載のターボ復号方法。   Determining whether the calculated one probability is reproducible from one probability in the next stage and the transition probability used for the calculation, and selecting one of the calculated probabilities based on the determination result The method includes: storing a probability in the first memory; and storing information indicating a state corresponding to one of the probabilities stored in the first memory in the second memory. 12. The turbo decoding method according to 12.
JP2005001841A 2005-01-06 2005-01-06 Turbo decoder and turbo decoding method Expired - Fee Related JP4520861B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005001841A JP4520861B2 (en) 2005-01-06 2005-01-06 Turbo decoder and turbo decoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005001841A JP4520861B2 (en) 2005-01-06 2005-01-06 Turbo decoder and turbo decoding method

Publications (2)

Publication Number Publication Date
JP2006191392A JP2006191392A (en) 2006-07-20
JP4520861B2 true JP4520861B2 (en) 2010-08-11

Family

ID=36798088

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005001841A Expired - Fee Related JP4520861B2 (en) 2005-01-06 2005-01-06 Turbo decoder and turbo decoding method

Country Status (1)

Country Link
JP (1) JP4520861B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4526433B2 (en) * 2005-05-09 2010-08-18 パナソニック株式会社 Turbo decoder
JP4708301B2 (en) * 2006-10-13 2011-06-22 富士通株式会社 Turbo decoder
CN113078914B (en) * 2021-03-26 2023-08-08 重庆邮电大学 Blind identification method for parameters of single incomplete Turbo code component encoder

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001024521A (en) * 1999-07-07 2001-01-26 Nec Corp Turbo decoder
JP2003032126A (en) * 2001-05-23 2003-01-31 Texas Instruments Inc Turbo decoding method and turbo decoder
JP2004080508A (en) * 2002-08-20 2004-03-11 Nec Electronics Corp Decoding method for error correction code, its program, and its device
JP2004104787A (en) * 2002-09-05 2004-04-02 Stmicroelectronics Nv Compound turbo code / convolution code decoder particularly for mobile radio system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001024521A (en) * 1999-07-07 2001-01-26 Nec Corp Turbo decoder
JP2003032126A (en) * 2001-05-23 2003-01-31 Texas Instruments Inc Turbo decoding method and turbo decoder
JP2004080508A (en) * 2002-08-20 2004-03-11 Nec Electronics Corp Decoding method for error correction code, its program, and its device
JP2004104787A (en) * 2002-09-05 2004-04-02 Stmicroelectronics Nv Compound turbo code / convolution code decoder particularly for mobile radio system

Also Published As

Publication number Publication date
JP2006191392A (en) 2006-07-20

Similar Documents

Publication Publication Date Title
JP4038518B2 (en) Method and apparatus for efficiently decoding low density parity check code
JP5229591B2 (en) Error correction codes for increased storage capacity in multilevel memory devices.
US7246298B2 (en) Unified viterbi/turbo decoder for mobile communication systems
JP3246484B2 (en) Turbo decoder
JP2001156651A (en) Viterbi decoder
JP4520861B2 (en) Turbo decoder and turbo decoding method
US20110087949A1 (en) Reconfigurable turbo interleavers for multiple standards
US7958437B2 (en) MAP detector with a single state metric engine
EP1739843B1 (en) Power efficient Viterbi decoder
JP3550369B2 (en) Method for storing path metric in Viterbi decoder
JP2005109771A (en) Method and apparatus for decoding maximum posteriori probability
KR20030005267A (en) Method and apparatus for efficiently reading and storing state metrics in memory for high-speed acs viterbi decoder implementations
JPH11328880A (en) Error correcting device and optical disk reproducing device
JP4526433B2 (en) Turbo decoder
JP2001127647A (en) Decoder for parallel consecutive code, decoding method, and storage medium recording decoding program
US20070067702A1 (en) Method and apparatus for syndrome generation
JP3753822B2 (en) Viterbi decoding method and apparatus
KR101134064B1 (en) Aparatus of pucturing of error control codes and method using the aparatus
JP2000341137A (en) Decoder
JPH0722969A (en) Arithmetic unit
JP4366867B2 (en) MAP decoding device
KR20230132697A (en) Device for decoding a generalized concatenated code codeword, storage system and method for controlling the system
JP2800598B2 (en) Error correction decoding device
KR100277467B1 (en) Viterbi Decoder
JP2002198827A (en) Maximum likelihood decoding method and decoder thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080104

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100415

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

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

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

Free format text: PAYMENT UNTIL: 20130528

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

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees