JP2012175564A - Decoding apparatus, encoding apparatus, decoding method and encoding method - Google Patents

Decoding apparatus, encoding apparatus, decoding method and encoding method Download PDF

Info

Publication number
JP2012175564A
JP2012175564A JP2011037455A JP2011037455A JP2012175564A JP 2012175564 A JP2012175564 A JP 2012175564A JP 2011037455 A JP2011037455 A JP 2011037455A JP 2011037455 A JP2011037455 A JP 2011037455A JP 2012175564 A JP2012175564 A JP 2012175564A
Authority
JP
Japan
Prior art keywords
check matrix
unit
data
parity
decoding
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.)
Withdrawn
Application number
JP2011037455A
Other languages
Japanese (ja)
Inventor
Masafumi Iwasa
雅文 岩佐
Atsushi Hayamizu
淳 速水
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.)
JVCKenwood Corp
Original Assignee
JVCKenwood Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by JVCKenwood Corp filed Critical JVCKenwood Corp
Priority to JP2011037455A priority Critical patent/JP2012175564A/en
Publication of JP2012175564A publication Critical patent/JP2012175564A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Error Detection And Correction (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a technique for reducing the computational complexity of a decoding process while keeping decoding characteristics intact.SOLUTION: A decoding section 28 inputs data LDPC-coded with a check matrix via a channel. A channel state estimation section 46 estimates a state of the channel from the input data. A reduction number decision section 48 and a check matrix modification section 50 modify the size of the check matrix in accordance with the estimated state of the channel. A frame data number adjustment section 42 adjusts the number of parity bits in the input data in accordance with the modified size of the check matrix. An LDPC decoding section 44 executes a decoding processing using the modified check matrix on the adjusted data.

Description

本発明は、復号技術および符号化技術に関し、特にLDPC符号化を使用すべき復号装置、符号化装置、復号方法、符号化方法に関する。   The present invention relates to a decoding technique and an encoding technique, and more particularly, to a decoding apparatus, an encoding apparatus, a decoding method, and an encoding method that should use LDPC encoding.

近年、低S/Nの伝送路でも強力な誤り訂正能力をもつ誤り訂正符号として、LDPC(Low Density Parity Check Code)が注目され、多くの分野で適用されている。LDPCでは、送信側において、疎な検査行列をもとに生成される符号化行列によって、データが符号化される。ここで、疎な検査行列とは、要素が1または0からなる行列であって、1の数が少ない行列である。一方、受信側において、検査行列をもとにして、データの復号とパリティ検査とがなされる。特に、BP(Belief Propagation)法等による繰り返し復号によって復号性能が向上する。   In recent years, LDPC (Low Density Parity Check Code) has attracted attention as an error correction code having strong error correction capability even in a low S / N transmission path, and is applied in many fields. In LDPC, data is encoded by an encoding matrix generated on the transmission side based on a sparse check matrix. Here, a sparse check matrix is a matrix having 1 or 0 elements and a small number of 1s. On the other hand, on the receiving side, data decoding and parity check are performed based on the check matrix. In particular, decoding performance is improved by iterative decoding using the BP (Belief Propagation) method or the like.

この復号では、検査行列の行列要素が「1」である部分を対象にして、行方向に復号するチェックノード処理と、列方向に復号する変数ノード処理とを繰り返し実行する。したがって、復号処理の演算量は検査行列の行列数と行列要素が「1」の数によって決まる。ここで、チェックノード処理のひとつとして、Gallager関数や双曲線関数を用いるsum−product復号が知られている。また、sum−product復号を簡略化した復号方法が、min−sum復号である。LDPCの検査行列のひとつが、LDGM構造の検査行列である。当該LDGM構造の検査行列は、検査行列から生成行列を求めることなく符号化可能な特殊な行列である。   In this decoding, a check node process for decoding in the row direction and a variable node process for decoding in the column direction are repeatedly executed for a portion where the matrix element of the parity check matrix is “1”. Therefore, the amount of decoding processing is determined by the number of check matrices and the number of matrix elements “1”. Here, sum-product decoding using a Gallager function or a hyperbolic function is known as one of the check node processes. A decoding method that simplifies sum-product decoding is min-sum decoding. One of LDPC parity check matrices is a LDGM parity check matrix. The parity check matrix of the LDGM structure is a special matrix that can be encoded without obtaining a generator matrix from the parity check matrix.

具体的には、検査行列のパリティビットに作用される部分の行列の例として、右上三角が「0」とした構造や2重対角部分を「0」とした構造を有する。この構造によると上位のパリティから順にパリティが計算されるので、生成行列と検査行列とが同一の行列になる。このLDGM構造の検査行列を使用する場合、パリティビットに作用される部分の行列数を削減すれば、演算量は減少する。一方、削減量に応じて符号化率が増加するので、復号特性が悪化する。一方、無線装置がバッテリ駆動にて動作する場合、動作時間を延ばすことが望まれる。そのため、演算量の削減が必要になる。例えば、通信路の状態に応じて、検査行列を再構成してから復号がなされる(例えば、特許文献1参照)。   Specifically, examples of the matrix of the portion that is affected by the parity bit of the parity check matrix have a structure in which the upper right triangle is “0” and a structure in which the double diagonal portion is “0”. According to this structure, since the parity is calculated in order from the upper parity, the generator matrix and the check matrix are the same matrix. When the LDGM check matrix is used, the amount of calculation decreases if the number of portions of the matrix affected by the parity bits is reduced. On the other hand, since the coding rate increases according to the reduction amount, the decoding characteristics deteriorate. On the other hand, when the wireless device operates by battery drive, it is desired to extend the operation time. Therefore, it is necessary to reduce the amount of calculation. For example, decoding is performed after reconstructing a parity check matrix according to the state of the communication path (see, for example, Patent Document 1).

特開2006−013714号公報JP 2006-013714 A

背景技術のように検査行列を再構成する場合であっても、復号特性の改善を目的として検査行列の構成を変更しているので、演算量は削減されない。そこで、通信路の状態に合わせて検査行列の行列数を変更することによって、復号処理の演算量を削減し、消費電力を抑制することが望まれる。その際、復号特性の悪化を抑制することと、検査行列の行列数変更の処理を簡易化することも望まれる。   Even when the parity check matrix is reconstructed as in the background art, since the structure of the parity check matrix is changed for the purpose of improving decoding characteristics, the amount of calculation is not reduced. Therefore, it is desired to reduce the amount of decoding processing and reduce power consumption by changing the number of check matrices according to the state of the communication path. At that time, it is also desired to suppress the deterioration of the decoding characteristics and simplify the process of changing the number of check matrices.

本発明はこうした状況に鑑みてなされたものであり、その目的は、復号特性の悪化を抑制しながら復号処理の演算量を削減する技術を提供することにある。   The present invention has been made in view of such circumstances, and an object of the present invention is to provide a technique for reducing the amount of decoding processing while suppressing deterioration in decoding characteristics.

上記課題を解決するために、本発明のある態様の復号装置は、通信路を介して、検査行列によってLDPC符号化されたデータを入力する入力部と、入力部において入力したデータをもとに、通信路の状態を推定する推定部と、推定部において推定した通信路の状態に応じて、検査行列のサイズを変更する変更部と、変更部において変更した検査行列のサイズに応じて、入力部において入力したデータのうち、パリティビットの数を調節する調節部と、調節部において調節されたデータに対して、変更部において変更した検査行列をもとに復号処理を実行する復号部と、を備える。   In order to solve the above problems, a decoding apparatus according to an aspect of the present invention is based on an input unit that inputs data that is LDPC-encoded by a parity check matrix via a communication channel, and data that is input in the input unit. , An estimation unit that estimates the state of the communication channel, a change unit that changes the size of the parity check matrix according to the state of the communication channel estimated by the estimation unit, and an input according to the size of the parity check matrix that is changed by the change unit An adjustment unit that adjusts the number of parity bits among the data input in the unit, and a decoding unit that performs a decoding process on the data adjusted in the adjustment unit based on the parity check matrix changed in the change unit, Is provided.

この態様によると、推定した通信路の状態に応じてサイズを変更した検査行列をもとに復号処理を実行するので、復号特性の悪化を抑制しながら復号処理の演算量を削減できる。   According to this aspect, since the decoding process is executed based on the parity check matrix whose size is changed according to the estimated state of the communication channel, it is possible to reduce the calculation amount of the decoding process while suppressing the deterioration of the decoding characteristics.

入力部において入力したデータは、LDGM構造の検査行列によってLDPC符号化されており、変更部は、最後に符号化されるパリティビットにあたる検査行列の最下行または最上行から順に行を削減するとともに、最後に符号化されるパリティビットにあたる最右列または最左列から順に列を削減することによって、検査行列のサイズを変更してもよい。この場合、LDGM構造の検査行列を使用し、かつ最下行または最上行と、最右列または最左列から順に行列を削減するので、送信装置において使用された検査行列と異なっていても復号できる。   The data input in the input unit is LDPC-encoded with a check matrix having an LDGM structure, and the changing unit reduces the rows in order from the bottom row or the top row of the check matrix corresponding to the parity bit to be encoded last, The size of the parity check matrix may be changed by reducing the columns in order from the rightmost column or the leftmost column corresponding to the parity bit to be encoded last. In this case, since the parity check matrix having the LDGM structure is used, and the matrix is reduced in order from the bottom row or the top row, and the rightmost column or the leftmost column, decoding can be performed even if it differs from the parity check matrix used in the transmission apparatus. .

変更部は、検査行列のうちの任意の行を削除することによって、検査行列のサイズを変更してもよい。この場合、行のみを削除するので、処理を簡易化できる。   The changing unit may change the size of the parity check matrix by deleting any row of the parity check matrix. In this case, since only the line is deleted, the processing can be simplified.

本発明の別の態様は、符号化装置である。この装置は、受信装置との間の通信路の状態の推定結果を取得する取得部と、取得部において取得した通信路の状態の推定結果に応じて、LDGM構造の検査行列のサイズを変更する変更部と、変更部においてサイズを変更した検査行列によって、データをLDPC符号化する符号化部と、符号化部においてLDPC符号化したデータを通信路経由で受信装置へ出力する出力部とを備える。変更部は、最後に符号化されるパリティビットにあたる検査行列の最下行または最上行から順に行を削減するとともに、最後に符号化されるパリティビットにあたる最右列または最左列から順に列を削減することによって、検査行列のサイズを変更する。   Another aspect of the present invention is an encoding device. This apparatus changes the size of the check matrix of the LDGM structure according to the acquisition unit that acquires the estimation result of the state of the communication path with the receiving apparatus, and the estimation result of the state of the communication path acquired by the acquisition unit A changing unit, an encoding unit that performs LDPC encoding on the data using a check matrix whose size is changed by the changing unit, and an output unit that outputs the LDPC encoded data in the encoding unit to the receiving device via a communication path. . The changing unit reduces the rows in order starting from the bottom row or top row of the parity check matrix corresponding to the last encoded parity bit, and reduces the columns starting from the rightmost column or leftmost column corresponding to the last encoded parity bit. To change the size of the parity check matrix.

この態様によると、受信時において削減したサイズの検査行列を符号化にも使用するので、伝送効率を向上できる。   According to this aspect, since the check matrix having a reduced size at the time of reception is also used for encoding, transmission efficiency can be improved.

符号化部は、データを再送する場合、再送前の検査行列のサイズ以上のサイズの検査行列を使用してもよい。この場合、再送の際には、再送前の検査行列のサイズ以上のサイズの検査行列を使用するので、復号特性を向上できる。   When retransmitting data, the encoding unit may use a check matrix having a size larger than the size of the check matrix before retransmission. In this case, at the time of retransmission, a check matrix having a size larger than that of the check matrix before retransmission is used, so that decoding characteristics can be improved.

本発明のさらに別の態様は、復号方法である。この方法は、通信路を介して、検査行列によってLDPC符号化されたデータを入力するステップと、入力したデータをもとに、通信路の状態を推定するステップと、推定した通信路の状態に応じて、検査行列のサイズを変更するステップと、変更した検査行列のサイズに応じて、入力したデータのうち、パリティビットの数を調節するステップと、調節されたデータに対して、変更した検査行列をもとに復号処理を実行するステップと、を備える。   Yet another embodiment of the present invention is a decoding method. This method includes a step of inputting data LDPC-encoded by a check matrix through a communication channel, a step of estimating a state of the communication channel based on the input data, and a state of the estimated communication channel. Accordingly, the step of changing the size of the parity check matrix, the step of adjusting the number of parity bits in the input data according to the size of the changed parity check matrix, and the changed check for the adjusted data Performing a decoding process based on the matrix.

本発明のさらに別の態様は、符号化方法である。この方法は、受信装置との間の通信路の状態の推定結果を取得するステップと、取得した通信路の状態の推定結果に応じて、LDGM構造の検査行列のサイズを変更するステップと、サイズを変更した検査行列によって、データをLDPC符号化するステップと、LDPC符号化したデータを通信路経由で受信装置へ出力するステップとを備える。変更するステップは、最後に符号化されるパリティビットにあたる検査行列の最下行または最上行から順に行を削減するとともに、最後に符号化されるパリティビットにあたる最右列または最左列から順に列を削減することによって、検査行列のサイズを変更する。   Yet another embodiment of the present invention is an encoding method. The method includes a step of obtaining an estimation result of a state of a communication channel with a receiving device, a step of changing a size of a parity check matrix of an LDGM structure according to the obtained estimation result of a state of a communication channel, The method includes a step of LDPC encoding data using a parity check matrix changed and a step of outputting the LDPC encoded data to a receiving device via a communication path. The changing step reduces the rows in order from the bottom row or the top row of the parity check matrix corresponding to the parity bit to be encoded last, and the columns in order from the rightmost column or the leftmost column corresponding to the parity bit to be encoded last. By reducing the size of the check matrix.

なお、以上の構成要素の任意の組合せ、本発明の表現を方法、装置、システム、記録媒体、コンピュータプログラムなどの間で変換したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described constituent elements and a conversion of the expression of the present invention between a method, an apparatus, a system, a recording medium, a computer program, etc. are also effective as an aspect of the present invention.

本発明によれば、復号特性の悪化を抑制しながら復号処理の演算量を削減できる。   According to the present invention, the amount of decoding processing can be reduced while suppressing deterioration in decoding characteristics.

本発明の実施例1に係る通信システムの構成を示す図である。It is a figure which shows the structure of the communication system which concerns on Example 1 of this invention. 図1の符号化部において使用される検査行列を示す図である。It is a figure which shows the test matrix used in the encoding part of FIG. 図1の復号部の構成を示す図である。It is a figure which shows the structure of the decoding part of FIG. 図3の通信路状態推定部において測定されるBER−CNR特性を示す図である。It is a figure which shows the BER-CNR characteristic measured in the channel state estimation part of FIG. 図3の検査行列数削減テーブルのデータ構造を示す図である。FIG. 4 is a diagram illustrating a data structure of a check matrix number reduction table in FIG. 3. 図3のLDPC復号部の動作を模式的に表したタナーグラフを示す図である。It is a figure which shows the Tanner graph which represented typically the operation | movement of the LDPC decoding part of FIG. 図3のLDPC復号部における外部値比の更新の概要を示す図である。It is a figure which shows the outline | summary of the update of the external value ratio in the LDPC decoding part of FIG. 図3のLDPC復号部における事前値比の更新の概要を示す図である。It is a figure which shows the outline | summary of the update of the prior value ratio in the LDPC decoding part of FIG. 図3の復号部による復号処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the decoding process by the decoding part of FIG. 本発明の実施例2に係る検査行列数削減テーブルのデータ構造を示す図である。It is a figure which shows the data structure of the check matrix number reduction table which concerns on Example 2 of this invention. 本発明の実施例2に係る復号部による復号処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the decoding process by the decoding part which concerns on Example 2 of this invention. 本発明の実施例3に係る復号部および符号化部の構成を示す図である。It is a figure which shows the structure of the decoding part and encoding part which concern on Example 3 of this invention. 図12の復号部および符号化部による符号化処理の手順を示すフローチャートである。13 is a flowchart illustrating a procedure of encoding processing by the decoding unit and the encoding unit in FIG. 12. 図14(a)−(c)は、図1の符号化部において使用される別の検査行列を示す図である。14A to 14C are diagrams illustrating another parity check matrix used in the encoding unit in FIG.

(実施例1)
本発明を具体的に説明する前に、まず概要を述べる。本発明の実施例1は、LDPC符号化を実行する送信装置と、送信装置において符号化されたデータ(以下、「符号化データ」という)に対して検査行列をもとに繰り返し復号を実行する受信装置とを含む通信システムに関する。特に、受信装置は、min−sumアルゴリズムを実行する。前述のごとく、min−sumアルゴリズムは、簡易な処理にて実現されるが、復号特性が悪化しやすい。復号特性の悪化を抑制しながら復号処理の演算量を削減するために、本実施例に係る通信システム、特に受信装置は、次のように構成される。
Example 1
Before describing the present invention specifically, an outline will be given first. The first embodiment of the present invention performs iterative decoding based on a check matrix for a transmission apparatus that performs LDPC encoding and data encoded in the transmission apparatus (hereinafter referred to as “encoded data”). The present invention relates to a communication system including a receiving device. In particular, the receiving device executes a min-sum algorithm. As described above, the min-sum algorithm is realized by simple processing, but the decoding characteristics are likely to deteriorate. In order to reduce the calculation amount of the decoding process while suppressing the deterioration of the decoding characteristics, the communication system according to the present embodiment, particularly the receiving apparatus, is configured as follows.

なお、検査行列は、LDGM構造にて形成されている。受信装置は、送信装置との間の通信路状態を推定し、通信路状態が良好な場合に検査行列の行列数を削減し、削除した行列部分に相当する復調データのパリティビットを除外して復号演算を実行する。このように検査行列の行列数が削減されることによって、復号処理の演算量が削減される。一方、受信装置は、通信路状態が悪化している場合に検査行列をそのまま使用することによって、復号特性の悪化が抑制される。   Note that the parity check matrix is formed with an LDGM structure. The receiver estimates the channel state with the transmitter, reduces the number of check matrixes when the channel state is good, and excludes the parity bits of the demodulated data corresponding to the deleted matrix part Perform a decoding operation. By reducing the number of check matrices in this way, the amount of computation for decoding processing is reduced. On the other hand, the reception apparatus suppresses deterioration of decoding characteristics by using the check matrix as it is when the channel state is deteriorated.

図1は、本発明の実施例1に係る通信システム100の構成を示す。通信システム100は、送信装置10、受信装置12を含む。送信装置10は、情報データ生成部20、符号化部22、変調部24を含む。受信装置12は、復調部26、復号部28、情報データ出力部30を含む。   FIG. 1 shows a configuration of a communication system 100 according to Embodiment 1 of the present invention. The communication system 100 includes a transmission device 10 and a reception device 12. The transmission device 10 includes an information data generation unit 20, an encoding unit 22, and a modulation unit 24. The receiving device 12 includes a demodulator 26, a decoder 28, and an information data output unit 30.

情報データ生成部20は、送信すべきデータを取得し、情報データを生成する。なお、取得したデータがそのまま情報データとされてもよい。情報データ生成部20は、情報データを符号化部22へ出力する。符号化部22は、情報データ生成部20から、情報データを入力する。符号化部22は、LDPCでの検査行列をもとにしたパリティ(以下、「LDPCパリティ」という)を情報データに付加する。LDPCパリティを付加した情報データが、前述の符号化データに相当する。符号化部22は、符号化データを変調部24に出力する。図2は、符号化部22において使用される検査行列を示す。ここでは、説明を簡単にするために、検査行列は7行18列であるとするが、これに限定されない。図示のごとく、右上三角を「0」としたLDGM構造であり、この場合、列番号の1〜11の列がメッセージビット部分に演算され、列番号の12〜18の列がパリティビット部分に演算される。   The information data generation unit 20 acquires data to be transmitted and generates information data. The acquired data may be used as information data as it is. The information data generation unit 20 outputs the information data to the encoding unit 22. The encoding unit 22 inputs information data from the information data generation unit 20. The encoding unit 22 adds parity (hereinafter referred to as “LDPC parity”) based on a parity check matrix in LDPC to information data. Information data to which the LDPC parity is added corresponds to the encoded data described above. The encoding unit 22 outputs the encoded data to the modulation unit 24. FIG. 2 shows a parity check matrix used in the encoding unit 22. Here, in order to simplify the description, it is assumed that the parity check matrix has 7 rows and 18 columns, but is not limited thereto. As shown in the figure, the LDGM structure has an upper right triangle of “0”. In this case, columns 1 to 11 of column numbers are calculated as message bit portions, and columns 12 to 18 of column numbers are calculated as parity bit portions. Is done.

符号化部22は、まず始めに検査行列の1行目の情報データとメッセージビット(m1〜m11)の情報からパリティビットp1を導出する。具体的に説明すると、符号化部22は、検査行列のうち、構成要素が「1」であるメッセージビットとパリティビットの排他的論理和(XOR)が「0」になるようにパリティビットを導出する。その結果、検査行列の1行目の情報データとメッセージビット(m1〜m11)の情報からパリティビットp1は次のように導出される。

Figure 2012175564
次に、符号化部22は、検査行列の2行目の情報データとメッセージビット(m1〜m11)の情報と既に導出したパリティビットp1の情報から、パリティビットp2を次のように導出する。
Figure 2012175564
The encoding unit 22 first derives the parity bit p1 from the information data of the first row of the parity check matrix and the information of the message bits (m1 to m11). More specifically, the encoding unit 22 derives a parity bit so that an exclusive OR (XOR) of a message bit having a constituent element “1” and a parity bit is “0” in the check matrix. To do. As a result, the parity bit p1 is derived from the information data of the first row of the check matrix and the information of the message bits (m1 to m11) as follows.
Figure 2012175564
Next, the encoding unit 22 derives the parity bit p2 from the information data of the second row of the parity check matrix, the information of the message bits (m1 to m11), and the information of the already derived parity bit p1, as follows.
Figure 2012175564

符号化部22は、このような処理を繰り返すことによって、最後に検査行列の7行目の情報データとメッセージビット(m1〜m11)の情報と既に導出したパリティビット(p1〜p6)の情報からパリティビットp7を次のように導出する。

Figure 2012175564
このように右上三角の部分に「0」を配置させた検査行列の場合、パリティビットはp1、p2、p3、p4、p5、p6、p7の順に導出される。図1に戻る。 The encoding unit 22 repeats such processing, and finally from the information data of the seventh row of the check matrix, the information of the message bits (m1 to m11), and the information of the already derived parity bits (p1 to p6). The parity bit p7 is derived as follows.
Figure 2012175564
In the case of a parity check matrix in which “0” is arranged in the upper right triangular portion in this way, the parity bits are derived in the order of p1, p2, p3, p4, p5, p6, and p7. Returning to FIG.

変調部24は、符号化部22から符号化データを入力する。変調部24は、符号化データを変調する。変調方式として、PSK(Phase Shift Keying)、FSK(Frequency Shift Keying)等が使用される。変調部24は、変調した符号化データを変調信号として送信する。復調部26は、変調部24から通信路、例えば無線伝送路を介して変調信号を受信する。復調部26は、変調信号を復調する。復調には公知の技術が使用されればよいので、ここでは説明を省略する。復調部26は、復調結果(以下、「復調データ」という)を復号部28へ出力する。   The modulation unit 24 receives encoded data from the encoding unit 22. The modulation unit 24 modulates the encoded data. As a modulation method, PSK (Phase Shift Keying), FSK (Frequency Shift Keying), or the like is used. The modulation unit 24 transmits the modulated encoded data as a modulation signal. The demodulator 26 receives the modulated signal from the modulator 24 via a communication path, for example, a wireless transmission path. The demodulator 26 demodulates the modulated signal. Since a known technique may be used for demodulation, the description is omitted here. The demodulator 26 outputs a demodulation result (hereinafter referred to as “demodulated data”) to the decoder 28.

復号部28は、復調部26からの復調データを入力する。復号部28は、復調データに対して、LDCPでの検査行列による復号処理を繰り返し実行する。復号処理として、例えば、min−sumアルゴリズムが実行される。min−sumアルゴリズムは、次の手順で実行される。
1.初期化:事前値比を初期化し、最大復号繰り返し回数を設定する。
2.チェックノード処理:検査行列の行方向に対して外部値比を更新する。
3.変数ノード処理:検査行列の列方向に対して事前値比を更新する。
4.一時推定語を計算する。
The decoder 28 receives the demodulated data from the demodulator 26. The decoding unit 28 repeatedly performs a decoding process using a parity check matrix in LDCP on the demodulated data. As the decoding process, for example, a min-sum algorithm is executed. The min-sum algorithm is executed in the following procedure.
1. Initialization: The prior value ratio is initialized and the maximum number of decoding iterations is set.
2. Check node processing: The external value ratio is updated in the row direction of the check matrix.
3. Variable node processing: The priori value ratio is updated in the column direction of the check matrix.
4). Calculate temporary estimated words.

復号部28は、復号結果(以下、「復号データ」という)を情報データ出力部30へ出力する。情報データ出力部30は、復号部28からの復号データを入力する。情報データ出力部30は、復号データをもとに情報データを生成する。なお、復号データがそのまま情報データとされてもよい。情報データ出力部30は、外符号復号部を含み、例えばCRC(Cyclic Redundancy Check)等の外符号を復号してもよい。   The decoding unit 28 outputs the decoding result (hereinafter referred to as “decoded data”) to the information data output unit 30. The information data output unit 30 inputs the decoded data from the decoding unit 28. The information data output unit 30 generates information data based on the decoded data. The decoded data may be used as information data as it is. The information data output unit 30 includes an outer code decoding unit, and may decode an outer code such as a CRC (Cyclic Redundancy Check), for example.

この構成は、ハードウエア的には、任意のコンピュータのCPU、メモリ、その他のLSIで実現でき、ソフトウエア的にはメモリにロードされたプログラムなどによって実現されるが、ここではそれらの連携によって実現される機能ブロックを描いている。したがって、これらの機能ブロックがハードウエアのみ、ソフトウエアのみ、またはそれらの組合せによっていろいろな形で実現できることは、当業者には理解されるところである。   This configuration can be realized in terms of hardware by a CPU, memory, or other LSI of any computer, and in terms of software, it can be realized by a program loaded in the memory, but here it is realized by their cooperation. Draw functional blocks. Accordingly, those skilled in the art will understand that these functional blocks can be realized in various forms by hardware only, software only, or a combination thereof.

図3は、復号部28の構成を示す。復号部28は、フレームデータ記憶部40、フレームデータ数調節部42、LDPC復号部44、通信路状態推定部46、削減数決定部48、検査行列変更部50、検査行列数削減テーブル52、検査行列記憶部54を含む。   FIG. 3 shows the configuration of the decoding unit 28. The decoding unit 28 includes a frame data storage unit 40, a frame data number adjustment unit 42, an LDPC decoding unit 44, a channel state estimation unit 46, a reduction number determination unit 48, a check matrix change unit 50, a check matrix number reduction table 52, a check A matrix storage unit 54 is included.

フレームデータ記憶部40は、図示しない復調部26からの復調データを入力する。復調データは、通信路を介してのLDPC符号化がなされたデータであって、かつLDGM構造の検査行列によってLDPC符号化がなされたデータといえる。フレームデータ記憶部40は、復調データに含まれたフレーム同期信号を検出する。フレームデータ記憶部40は、フレーム同期信号をもとに、復調データによって形成されるフレームの単位を特定する。例えば、フレームの先頭部分にフレーム同期信号が配置され、かつフレームの期間が固定長である場合、フレームデータ記憶部40は、フレーム同期信号を検出してから固定長の期間をフレームと特定する。なお、LDPC符号化の単位がフレームであってもよい。フレームデータ記憶部40は、フレーム単位で復調信号を一時的に記憶する。   The frame data storage unit 40 receives demodulated data from the demodulator 26 (not shown). The demodulated data can be said to be data that has been subjected to LDPC encoding via a communication channel and that has been subjected to LDPC encoding using a check matrix having an LDGM structure. The frame data storage unit 40 detects a frame synchronization signal included in the demodulated data. The frame data storage unit 40 specifies a unit of a frame formed by the demodulated data based on the frame synchronization signal. For example, when the frame synchronization signal is arranged at the head portion of the frame and the frame period has a fixed length, the frame data storage unit 40 identifies the fixed length period as a frame after detecting the frame synchronization signal. The unit of LDPC encoding may be a frame. The frame data storage unit 40 temporarily stores the demodulated signal in units of frames.

通信路状態推定部46は、図示しない復調部26からの復調データを入力する。通信路状態推定部46は、復調データをもとに、通信路の状態(以下、「通信路値」という)を推定する。ここでは、通信路値としてCNRが測定される。このような通信路値は、1フレーム分の復調データの分散量に相当する。図4は、通信路状態推定部46において測定されるBER−CNR特性を示す。図中の基本検査行列とは、符号化率R=360/522(パリティビット数=162bit)で8値FSKの変復調がなされた場合に相当する。これに対してパリティビット数を25%削減(41bit削減)した場合と50%削減(81bit削減)した場合のBER−CNR特性が合わせて示されている。所要品質がBER=1.0E−3以下である場合、CNRが大きい領域ではバリティビット数を削減することが可能である。図3に戻る。   The communication path state estimation unit 46 receives demodulated data from the demodulation unit 26 (not shown). The communication channel state estimation unit 46 estimates the state of the communication channel (hereinafter referred to as “communication channel value”) based on the demodulated data. Here, CNR is measured as the channel value. Such a channel value corresponds to the amount of dispersion of demodulated data for one frame. FIG. 4 shows the BER-CNR characteristic measured by the channel state estimation unit 46. The basic parity check matrix in the figure corresponds to the case where 8-level FSK modulation / demodulation is performed at a coding rate R = 360/522 (number of parity bits = 162 bits). In contrast, the BER-CNR characteristics when the number of parity bits is reduced by 25% (41-bit reduction) and when reduced by 50% (81-bit reduction) are also shown. When the required quality is BER = 1.0E-3 or less, it is possible to reduce the number of variability bits in an area where the CNR is large. Returning to FIG.

検査行列数削減テーブル52は、通信路値に対する検査行列の行列削減数情報が示されたテーブルである。図4の例では、CNRが17.5dB未満の場合に基本検査行列を使用すべきであるので、行列削減数は「0」になる。また、CNRが17.5dB以上で19.0dB未満の場合に25%削減可能なので、行列削減数は「41」になる。さらに、CNRが19.0dB以上の場合に50%削減可能なので、行列削減数は「81」になる。これをまとめたものが検査行列数削減テーブル52である。図5は、検査行列数削減テーブル52のデータ構造を示す。検査行列数削減テーブル52は、通信路値欄200、検査行列削減数欄202、検査行列削減行列番号欄204を含む。通信路値欄200、検査行列削減数欄202は、前述のとおりである。なお、ここでは説明を簡単にするために通信路値に対して3段階に分けて行列削減数を設定しているが、これに限定されない。検査行列削減行列番号欄204は、行列削減数に対して削除すべきパリティビット番号、行番号、列番号を示す。図3に戻る。   The check matrix number reduction table 52 is a table in which the matrix reduction number information of the check matrix with respect to the channel value is indicated. In the example of FIG. 4, since the basic check matrix should be used when the CNR is less than 17.5 dB, the number of matrix reductions is “0”. In addition, when the CNR is 17.5 dB or more and less than 19.0 dB, 25% reduction is possible, and the matrix reduction number is “41”. Furthermore, when the CNR is 19.0 dB or more, 50% reduction is possible, so the number of matrix reductions is “81”. A summary of this is a check matrix number reduction table 52. FIG. 5 shows the data structure of the check matrix number reduction table 52. The check matrix number reduction table 52 includes a channel value column 200, a check matrix reduction number column 202, and a check matrix reduction matrix number column 204. The channel value column 200 and the check matrix reduction number column 202 are as described above. Here, in order to simplify the description, the number of matrix reductions is set in three stages for the channel value, but the present invention is not limited to this. The check matrix reduction matrix number column 204 indicates the parity bit number, row number, and column number to be deleted with respect to the matrix reduction number. Returning to FIG.

削減数決定部48は、通信路状態推定部46から通信路値を入力する。また、削減数決定部48は、検査行列数削減テーブル52を参照することによって、通信路値に応じた行列削減数と検査行列削減行列番号とを選択する。後者は、削除すべきパリティビット番号、行番号、列番号を特定することに相当する。削減数決定部48は、削除すべきパリティビット番号をフレームデータ数調節部42に出力するとともに、削除すべき行番号、列番号を検査行列変更部50に出力する。検査行列記憶部54は、図2に示した検査行列を記憶する。   The reduction number determination unit 48 receives the channel value from the channel state estimation unit 46. Further, the reduction number determination unit 48 selects the matrix reduction number and the parity check matrix reduction matrix number corresponding to the channel value by referring to the parity check matrix number reduction table 52. The latter corresponds to specifying the parity bit number, row number, and column number to be deleted. The reduction number determining unit 48 outputs the parity bit number to be deleted to the frame data number adjusting unit 42, and outputs the row number and column number to be deleted to the check matrix changing unit 50. The parity check matrix storage unit 54 stores the parity check matrix illustrated in FIG.

検査行列変更部50は、削減数決定部48から、削除すべき行番号、列番号を入力する。検査行列変更部50は、検査行列記憶部54に記憶した検査行列から、削減数決定部48によって指定された行番号と列番号に相当する行列部分を削除する。つまり、検査行列変更部50は、推定した通信路の状態に応じて、検査行列の最下行から順に行を削減するとともに、最右列から順に列を削減することによって、検査行列のサイズを変更する。検査行列変更部50は、検査行列をLDPC復号部44に出力する。   The check matrix changing unit 50 inputs the row number and column number to be deleted from the reduction number determining unit 48. The parity check matrix changing unit 50 deletes the matrix part corresponding to the row number and column number specified by the reduction number determining unit 48 from the parity check matrix stored in the parity check matrix storage unit 54. That is, the parity check matrix changing unit 50 changes the size of the parity check matrix by reducing the rows in order from the bottom row of the parity check matrix and reducing the columns in order from the rightmost column according to the estimated channel state. To do. The parity check matrix changing unit 50 outputs the parity check matrix to the LDPC decoding unit 44.

フレームデータ数調節部42は、削減数決定部48から、削除すべきパリティビット番号を入力する。フレームデータ数調節部42は、フレームデータ記憶部40に記憶した1フレーム分の復調データから、削減数決定部48によって指定されたパリティビット番号に相当するパリティビットデータを削除する。つまり、フレームデータ数調節部42は、検査行列変更部50において変更した検査行列のサイズに応じて、復調データのうち、パリティビットの数を調節する。例えば、行列削減数が「2」であれば、最後に符号化されたパリティビットp7とこのパリティビットp7が演算されている検査行列の7行目と18列目の行列と、最後から2番目に符号化されたパリティビットp6とこのパリティビットp6が演算されている検査行列の6行目と17列目の行列を削減して復号処理がなされる。これは、符号化率を下げて符号化した情報を復号することに相当するので、復号特性は悪化するが正常に復号処理がなされる。フレームデータ数調節部42は、復調データをLDPC復号部44に出力する。   The frame data number adjustment unit 42 inputs the parity bit number to be deleted from the reduction number determination unit 48. The frame data number adjustment unit 42 deletes the parity bit data corresponding to the parity bit number designated by the reduction number determination unit 48 from the demodulated data for one frame stored in the frame data storage unit 40. That is, the frame data number adjusting unit 42 adjusts the number of parity bits in the demodulated data according to the size of the check matrix changed by the check matrix changing unit 50. For example, if the matrix reduction number is “2”, the last encoded parity bit p7, the matrix in the 7th and 18th columns of the parity check matrix in which this parity bit p7 is calculated, and the second from the end Decoding processing is performed by reducing the 6th row and 17th column matrices of the parity bit p6 encoded in the check matrix and the parity check matrix in which the parity bit p6 is calculated. This is equivalent to decoding the encoded information at a lower encoding rate, so that the decoding process is performed normally, although the decoding characteristics deteriorate. The frame data number adjustment unit 42 outputs the demodulated data to the LDPC decoding unit 44.

LDPC復号部44は、フレームデータ数調節部42においてパリティビット数が調節された復調データに対して、LDPC復号部44においてサイズが変更された検査行列をもとに復号処理を実行する。これは、通信路状態に応じた数量だけ行列数が削減された検査行列と、通信路状態に応じた数量だけパリティビットが削減された復調データとを使用して、LDPC復号を実行することに相当する。前述のごとく、LDPC復号として、min−sumアルゴリズムが実行される。min−sumアルゴリズムでは、チェックノード処理と変数ノード処理とが交互に実行される。図6は、LDPC復号部44の動作を模式的に表したタナーグラフを示す。タナーグラフでは、b1からb18が変数ノードと呼ばれ、c1からc7がチェックノードと呼ばれる。ここでは、変数ノードの数をnとし、bnをn番目の変数ノードとする。また、チェックノードの数をmとし、cmをm番目のチェックノードとする。また、変数ノードb1からb18には、フレームデータのメッセージビットm1からm11とパリティビットp1からp7が接続されている。図3に戻る。   The LDPC decoding unit 44 performs a decoding process on the demodulated data whose number of parity bits has been adjusted by the frame data number adjusting unit 42 based on the parity check matrix whose size has been changed by the LDPC decoding unit 44. This is to perform LDPC decoding using a check matrix in which the number of matrices is reduced by a quantity corresponding to the channel state and demodulated data in which parity bits are reduced by a quantity corresponding to the channel state. Equivalent to. As described above, the min-sum algorithm is executed as LDPC decoding. In the min-sum algorithm, check node processing and variable node processing are executed alternately. FIG. 6 is a Tanner graph schematically showing the operation of the LDPC decoding unit 44. In the Tanner graph, b1 to b18 are called variable nodes, and c1 to c7 are called check nodes. Here, the number of variable nodes is n, and bn is the nth variable node. The number of check nodes is m, and cm is the mth check node. Also, message bits m1 to m11 and parity bits p1 to p7 of frame data are connected to the variable nodes b1 to b18. Returning to FIG.

チェックノード処理では、繰り返し復号の最初に事前値比βを初期化する。ここでは、LDPC復号部44に入力された復調データがそのまま使用される。次に、チェックノード処理部56は、事前値比の絶対値の最小値min|βmn’|を求める。チェックノード処理では、チェックノードにつながる変数ノードとの間で、cmからbmへの外部値比αmnを更新させる。αmnの計算は、検査行列Hmn=1を満たすすべての組(m、n)について、次のようになされる。
αmn=a(Πsign(βmn’))・min|βmn’|・・・(4)
ここで、n’はA(m)\n :A(m)はチェックノードmに接続する変数ノード集合で、\nはnを含まない差集合を示す。また、signはシグネチャ関数、min|βmn’|は絶対値の最小値選択を示す。ここで、aは正規化定数である。図7は、LDPC復号部44における外部値比の更新の概要を示す。外部値比α11は、β11’から導出される。つまり、チェックノード処理では、事前値比をもとに外部値比を更新させる。図3に戻る。事前値比の絶対値の最小値min|βmn’|の導出は、繰り返しごとになされる。
In the check node process, the prior value ratio β is initialized at the beginning of the iterative decoding. Here, the demodulated data input to the LDPC decoding unit 44 is used as it is. Next, the check node processing unit 56 obtains the minimum value min | βmn ′ | of the absolute value of the prior value ratio. In the check node process, the external value ratio αmn from cm to bm is updated with the variable node connected to the check node. The calculation of αmn is performed as follows for all pairs (m, n) satisfying the check matrix Hmn = 1.
αmn = a (Πsign (βmn ′)) · min | βmn ′ | (4)
Here, n ′ is A (m) \ n: A (m) is a variable node set connected to the check node m, and \ n indicates a difference set not including n. Further, sign represents a signature function, and min | βmn ′ | represents selection of the absolute minimum value. Here, a is a normalization constant. FIG. 7 shows an outline of the update of the external value ratio in the LDPC decoding unit 44. The external value ratio α11 is derived from β11 ′. That is, in the check node process, the external value ratio is updated based on the prior value ratio. Returning to FIG. The minimum value min | βmn ′ | of the absolute value of the prior value ratio is derived for each iteration.

変数ノード処理では、αmnから変数ノードにつながるチェックノードとの間で、bnからcmへの事前値比βmnを更新する。βmnの計算は、検査行列Hmn=1を満たすすべての組(m、n)について、次のようになされる。
βmn=Σαm’n+λn・・・・(5)
ここで、λnは、入力データynに等しい。入力データynは、復調部26からの復調データに相当する。また、m’はB(n)\m:B(n)は変数ノードnに接続するチェックノード集合で、\mはmを含まない差集合を示す。図8は、LDPC復号部44における事前値比の更新の概要を示す。事前値比β11は、α1’1から導出される。つまり、変数ノード処理部58は、外部値比をもとに事前値比を更新させる。図3に戻る。LDPC復号部44は、チェックノード処理と変数ノード処理とが所定回数繰り返された後、一時推定語を計算する。なお、LDPC復号部44は、所定回数繰り返される前であっても、パリティ検査の結果が正しければ一時推定語を計算してもよい。LDPC復号部44は、一時推定語を復号結果として出力してもよい。
In the variable node process, the prior value ratio βmn from bn to cm is updated between αmn and a check node connected to the variable node. The calculation of βmn is performed as follows for all pairs (m, n) satisfying the check matrix Hmn = 1.
βmn = Σαm′n + λn (5)
Here, λn is equal to the input data yn. The input data yn corresponds to demodulated data from the demodulator 26. M ′ is B (n) \ m: B (n) is a check node set connected to the variable node n, and \ m is a difference set not including m. FIG. 8 shows an overview of updating the prior value ratio in the LDPC decoding unit 44. The prior value ratio β11 is derived from α1′1. That is, the variable node processing unit 58 updates the prior value ratio based on the external value ratio. Returning to FIG. The LDPC decoding unit 44 calculates a temporary estimated word after the check node process and the variable node process are repeated a predetermined number of times. Note that the LDPC decoding unit 44 may calculate a temporary estimated word as long as the parity check result is correct even before being repeated a predetermined number of times. The LDPC decoding unit 44 may output the temporary estimated word as a decoding result.

以上の構成による通信システム100の動作を説明する。図9は、復号部28による復号処理の手順を示すフローチャートである。通信路状態推定部46は、1フレーム分のデータを受信中に受信データの分散量を導出することによって、通信路の状態として通信路値(CNR)を計測する(S10)。1フレーム分のデータを受信中であれば(S12のY)、ステップ10に戻る。1フレーム分のデータを受信中でなければ(S12のN)、削減数決定部48は、データ受信時の通信路値(CNR)を読み込む(S14)。削減数決定部48は、第1CNR値判定としてCNRが19.0dB以上でなく(S16のN)、第2CNR値判定としてCNRが17.5dB以上でなければ(S18のN)、検査行列数削減テーブル52から17.5dB未満の値を読み込む(S20)。ここでは、行列削減数が「0」とされ、削除パリティ番号、削除行番号、削除列番号が「なし」とされる。   The operation of the communication system 100 configured as above will be described. FIG. 9 is a flowchart showing the procedure of the decoding process by the decoding unit 28. The channel state estimation unit 46 measures the channel value (CNR) as the channel state by deriving the amount of dispersion of the received data while receiving data for one frame (S10). If data for one frame is being received (Y in S12), the process returns to step 10. If data for one frame is not being received (N in S12), the reduction number determination unit 48 reads the communication channel value (CNR) at the time of data reception (S14). The reduction number determining unit 48 reduces the number of check matrices if the CNR is not 19.0 dB or more as the first CNR value determination (N in S16) and the CNR is not 17.5 dB or more as the second CNR value determination (N in S18). A value less than 17.5 dB is read from the table 52 (S20). Here, the matrix reduction number is set to “0”, and the deleted parity number, the deleted row number, and the deleted column number are set to “none”.

一方、削減数決定部48は、第2CNR値判定としてCNRが17.5dB以上であれば(S18のY)、検査行列数削減テーブル52から17.5dB以上の値を読み込む(S22)。ここでは、行列削減数が「41」とされ、削除パリティ番号が「P162〜P122」とされ、削除行番号が「162〜122」とされ、削除列番号が「522〜482」とされる。さらに、削減数決定部48は、第1CNR値判定としてCNRが19.0dB以上であれば(S16のY)、検査行列数削減テーブル52から19.0dB以上の値を読み込む(S24)。ここでは、行列削減数が「81」とされ、削除パリティ番号が「P162〜P82」とされ、削除行番号が「162〜82」とされ、削除列番号が「522〜442」とされる。削減数決定部48は、検査行列数削減テーブル52から読み込んだ削除すべき番号リストを検査行列変更部50に出力する(S26)。検査行列変更部50は、番号リストにしたがい検査行列の行列数(サイズ)を縮小する(S28)。フレームデータ数調節部42は、番号リストにしたがいパリティビットを削除する(S30)。LDPC復号部44は、行列数(サイズ)を縮小した検査行列とデータを使って復号処理を行う(S32)。   On the other hand, if the CNR is 17.5 dB or more as the second CNR value determination (Y in S18), the reduction number determination unit 48 reads a value of 17.5 dB or more from the check matrix number reduction table 52 (S22). Here, the matrix reduction number is “41”, the deleted parity number is “P162 to P122”, the deleted row number is “162 to 122”, and the deleted column number is “522 to 482”. Furthermore, if the CNR is 19.0 dB or more as the first CNR value determination (Y in S16), the reduction number determination unit 48 reads a value of 19.0 dB or more from the check matrix number reduction table 52 (S24). Here, the matrix reduction number is “81”, the deleted parity number is “P162 to P82”, the deleted row number is “162 to 82”, and the deleted column number is “522 to 442”. The reduction number determination unit 48 outputs the number list to be deleted read from the check matrix number reduction table 52 to the check matrix change unit 50 (S26). The parity check matrix changing unit 50 reduces the number of matrixes (size) of the parity check matrix according to the number list (S28). The frame data number adjusting unit 42 deletes the parity bits according to the number list (S30). The LDPC decoding unit 44 performs a decoding process using a parity check matrix and data in which the number of matrices (size) is reduced (S32).

本発明の実施例によれば、推定した通信路の状態に応じてサイズを変更した検査行列をもとに復号処理を実行するので、通信路の状態が良好になるほど検査行列のサイズを小さくできる。また、検査行列のサイズが小さくなるので、演算量を低減できる。また、演算量が低減されるので、消費電力も低減できる。また、推定した通信路の状態に応じてサイズを変更した検査行列をもとに復号処理を実行するので、通信路の状態が悪化すると検査行列のサイズを大きくできる。また、検査行列のサイズが大きくなるので、復号特性の悪化を抑制できる。また、推定した通信路の状態に応じてサイズを変更した検査行列をもとに復号処理を実行するので、復号特性の悪化を抑制しながら復号処理の演算量を削減できる。   According to the embodiment of the present invention, the decoding process is performed based on the parity check matrix whose size is changed according to the estimated channel state, so that the size of the parity check matrix can be reduced as the channel state becomes better. . In addition, since the size of the check matrix is reduced, the amount of calculation can be reduced. Moreover, since the amount of calculation is reduced, power consumption can also be reduced. In addition, since the decoding process is executed based on the parity check matrix whose size is changed according to the estimated channel state, the size of the parity check matrix can be increased when the channel state deteriorates. Moreover, since the size of the parity check matrix is increased, it is possible to suppress deterioration of the decoding characteristics. In addition, since the decoding process is executed based on the parity check matrix whose size is changed according to the estimated channel state, it is possible to reduce the calculation amount of the decoding process while suppressing the deterioration of the decoding characteristics.

また、受信したデータから通信路の状態を推定し、その結果から検査行列の行列削減数を決めて行列数を変えて復号処理を行うので、送信側の符号化処理は何も変えずに受信側だけで消費電力を抑制できる。また、検査行列の行列数を削減するので、そこに含まれる1の数だけ演算回数を削減できる。また、パリティビット数を50%削減することによって検査行列の行数が半減し、演算回数も半減できる。また、LDGM構造の検査行列を使用し、かつ最下行と最右列から順に行列を削減するので、送信側において使用された検査行列と異なっていても復号できる。また、送信側において使用された検査行列と異なっていても復号がなされるので、送信側の設計変更を回避できる。   In addition, the channel condition is estimated from the received data, and the number of check matrix reductions is determined from the result, and the decoding process is performed by changing the number of matrices, so that the encoding process on the transmission side is not changed. Power consumption can be suppressed only on the side. In addition, since the number of check matrices is reduced, the number of operations can be reduced by the number of 1 included therein. Further, by reducing the number of parity bits by 50%, the number of rows of the check matrix can be reduced by half, and the number of operations can be reduced by half. In addition, since a check matrix having an LDGM structure is used and the matrix is reduced in order from the bottom row and the rightmost column, decoding can be performed even if the check matrix is different from the check matrix used on the transmission side. In addition, since decoding is performed even if the check matrix is different from the check matrix used on the transmission side, a design change on the transmission side can be avoided.

(実施例2)
次に、本発明の実施例2を説明する。本発明の実施例2は、実施例1と同様に、通信路状態が良好な場合に、検査行列のサイズを小さくして復号処理を実行する受信装置に関する。実施例1では、検査行列のサイズを小さくするために検査行列の行列数を削減しているが、実施例2では、検査行列のサイズを小さくするために検査行列の行数のみを削減する。実施例2の場合、列数は削減しないので、復調データからパリティビットを削除する処理が不要となり、より簡単な構成で演算量削減が可能となる。なお、検査行列から除外すべき行は任意に決めてよいが、行削除を行った後にメッセージビットが演算される各列において、その列の要素に必ず「1」がひとつ以上残るように決定されるべきである。実施例2に係る通信システム100は、図1と同様のタイプであり、復号部28は、図3と同様のタイプである。ここでは、差異を中心に説明する。
(Example 2)
Next, a second embodiment of the present invention will be described. As in the first embodiment, the second embodiment of the present invention relates to a receiving apparatus that executes a decoding process by reducing the size of the parity check matrix when the communication channel state is good. In the first embodiment, the number of check matrixes is reduced in order to reduce the size of the check matrix. However, in the second embodiment, only the number of rows of the check matrix is reduced in order to reduce the size of the check matrix. In the case of the second embodiment, since the number of columns is not reduced, the process of deleting the parity bit from the demodulated data becomes unnecessary, and the amount of calculation can be reduced with a simpler configuration. The rows to be excluded from the check matrix may be arbitrarily determined, but in each column in which the message bit is calculated after deleting the row, it is determined so that at least one “1” always remains in the column element. Should be. The communication system 100 according to the second embodiment is the same type as that shown in FIG. 1, and the decoding unit 28 is the same type as that shown in FIG. Here, the difference will be mainly described.

検査行列数削減テーブル52は、通信路値に対する検査行列の行削減数情報が示されたテーブルである。検査行列数削減テーブル52にて示された行削減数情報も、図4に示されたBER−CNR特性にもとづいて決定されている。図10は、本発明の実施例2に係る検査行列数削減テーブル52のデータ構造を示す。検査行列数削減テーブル52は、通信路値欄210、検査行列行削減数欄212、検査行列削減行番号欄214を含む。通信路値欄210、検査行列行削減数欄212、検査行列削減行番号欄214は、図5の通信路値欄200、検査行列削減数欄202、検査行列削減行列番号欄204にそれぞれ対応する。図3に戻る。   The check matrix number reduction table 52 is a table in which information on the number of rows reduced in the check matrix with respect to the channel value is indicated. The row reduction number information shown in the check matrix number reduction table 52 is also determined based on the BER-CNR characteristics shown in FIG. FIG. 10 shows a data structure of the check matrix number reduction table 52 according to the second embodiment of the present invention. The check matrix number reduction table 52 includes a channel value column 210, a check matrix row reduction number column 212, and a check matrix reduction row number column 214. The channel value column 210, the parity check matrix row reduction number column 212, and the parity check matrix reduction row number column 214 respectively correspond to the channel value column 200, the parity check matrix reduction number column 202, and the parity check matrix reduction matrix number column 204 in FIG. . Returning to FIG.

削減数決定部48は、通信路状態推定部46から通信路値を入力する。また、削減数決定部48は、検査行列数削減テーブル52を参照することによって、通信路値に応じた行数削減数を求めて、その分の削除する行番号を特定する。削減数決定部48は、削除すべき行番号を検査行列変更部50に出力する。なお、実施例2に係る復号部28において、フレームデータ数調節部42は、パリティビットの数を調節しない。そのため、実施例2に係る復号部28において、フレームデータ数調節部42が含まれていなくてもよい。検査行列変更部50は、削減数決定部48から、削除すべき行番号を入力する。検査行列変更部50は、検査行列記憶部54に記憶した検査行列から、削減数決定部48によって指定された行番号に相当する行部分を削除する。つまり、検査行列変更部50は、検査行列のうちの任意の行を削除することによって、検査行列のサイズを変更する。検査行列変更部50は、検査行列をLDPC復号部44に出力する。   The reduction number determination unit 48 receives the channel value from the channel state estimation unit 46. In addition, the reduction number determination unit 48 refers to the check matrix number reduction table 52 to obtain the number of lines to be reduced according to the channel value, and specifies the number of lines to be deleted. The reduction number determining unit 48 outputs the row number to be deleted to the check matrix changing unit 50. In the decoding unit 28 according to the second embodiment, the frame data number adjustment unit 42 does not adjust the number of parity bits. Therefore, the decoding unit 28 according to the second embodiment may not include the frame data number adjustment unit 42. The check matrix changing unit 50 inputs the row number to be deleted from the reduction number determining unit 48. The parity check matrix changing unit 50 deletes the row portion corresponding to the row number designated by the reduction number determining unit 48 from the parity check matrix stored in the parity check matrix storage unit 54. That is, the parity check matrix changing unit 50 changes the size of the parity check matrix by deleting an arbitrary row of the parity check matrix. The parity check matrix changing unit 50 outputs the parity check matrix to the LDPC decoding unit 44.

図11は、本発明の実施例2に係る復号部28による復号処理の手順を示すフローチャートである。通信路状態推定部46は、1フレーム分のデータを受信中に受信データの分散量を導出することによって、通信路の状態として通信路値(CNR)を計測する(S50)。1フレーム分のデータを受信中であれば(S52のY)、ステップ50に戻る。1フレーム分のデータを受信中でなければ(S52のN)、削減数決定部48は、データ受信時の通信路値(CNR)を読み込む(S54)。削減数決定部48は、第1CNR値判定としてCNRが19.0dB以上でなく(S56のN)、第2CNR値判定としてCNRが17.5dB以上でなければ(S58のN)、検査行列数削減テーブル52から17.5dB未満の値を読み込む(S60)。ここでは、行列削減数が「0」とされ、削除行番号が「なし」とされる。   FIG. 11 is a flowchart illustrating the procedure of the decoding process performed by the decoding unit 28 according to the second embodiment of the present invention. The channel state estimation unit 46 measures the channel value (CNR) as the channel state by deriving the distribution amount of the received data while receiving data for one frame (S50). If one frame of data is being received (Y in S52), the process returns to step 50. If data for one frame is not being received (N in S52), the reduction number determination unit 48 reads the communication channel value (CNR) at the time of data reception (S54). If the CNR is not 19.0 dB or more as the first CNR value determination (N in S56) and the CNR is not 17.5 dB or more as the second CNR value determination (N in S58), the reduction number determination unit 48 reduces the number of check matrices. A value less than 17.5 dB is read from the table 52 (S60). Here, the matrix reduction number is set to “0”, and the deleted row number is set to “none”.

一方、削減数決定部48は、第2CNR値判定としてCNRが17.5dB以上であれば(S58のY)、検査行列数削減テーブル52から17.5dB以上の値を読み込む(S62)。ここでは、行列削減数が「30」とされ、削除行番号が「135・・・126、85・・・76、35・・・26」とされる。さらに、削減数決定部48は、第1CNR値判定としてCNRが19.0dB以上であれば(S56のY)、検査行列数削減テーブル52から19.0dB以上の値を読み込む(S64)。ここでは、行列削減数が「60」とされ、削除行番号が「135・・・126、110・・・101、85・・・76、60・・・51、35・・・26、10・・・1」とされる。削減数決定部48は、検査行列数削減テーブル52から読み込んだ削除すべき番号リストを検査行列変更部50に出力する(S66)。検査行列変更部50は、番号リストにしたがい検査行列の行数(サイズ)を縮小する(S68)。LDPC復号部44は、行数(サイズ)を縮小した検査行列とデータを使って復号処理を行う(S70)。   On the other hand, if the CNR is 17.5 dB or more as the second CNR value determination (Y in S58), the reduction number determination unit 48 reads a value of 17.5 dB or more from the check matrix number reduction table 52 (S62). Here, the matrix reduction number is set to “30”, and the deleted row numbers are set to “135... 126, 85... 76, 35. Furthermore, if the CNR is 19.0 dB or more as the first CNR value determination (Y in S56), the reduction number determination unit 48 reads a value of 19.0 dB or more from the check matrix number reduction table 52 (S64). Here, the number of matrix reductions is “60”, and the deleted row numbers are “135... 126, 110... 101, 85. .. 1 ”. The reduction number determination unit 48 outputs the number list to be deleted read from the check matrix number reduction table 52 to the check matrix change unit 50 (S66). The parity check matrix changing unit 50 reduces the number of rows (size) of the parity check matrix according to the number list (S68). The LDPC decoding unit 44 performs a decoding process using a parity check matrix and data with a reduced number of rows (size) (S70).

本発明の実施例によれば、通信路状態に合わせて予め設定された数量だけ検査行列の行数を削減させてから、復号処理を実行するので、復号特性の悪化を抑制しながら、演算量を削減できる。また、演算量が削減されるので、消費電力を低減できる。また、行のみを削除するので、処理を簡易化できる。また、任意の行を削減可能であるので、設計の自由度を向上できる。   According to the embodiment of the present invention, since the decoding process is executed after reducing the number of rows of the check matrix by a preset number according to the channel state, the amount of computation is suppressed while suppressing the deterioration of the decoding characteristics. Can be reduced. Moreover, since the amount of calculation is reduced, power consumption can be reduced. Further, since only the rows are deleted, the processing can be simplified. Moreover, since arbitrary rows can be reduced, the degree of freedom in design can be improved.

(実施例3)
次に、本発明の実施例3を説明する。実施例1では、通信路状態が良好な場合に、検査行列のサイズを小さくして復号処理を実行している。本発明の実施例3は、データを送信する際に、受信時に行列サイズが縮小した検査行列を使用して符号化処理を実行することによって、パリティビット数が削減された符号化データを生成して送信する無線装置である。そのため、実施例3に係る無線装置は、これまでの送信装置の機能と受信装置の機能とを併せて有する。そのため、無線装置は、図1の通信システム100における送信装置10に含まれた各構成要素と受信装置12に含まれた各構成要素とを含む。ここでは、差異を中心に説明する。
(Example 3)
Next, a third embodiment of the present invention will be described. In the first embodiment, when the communication channel state is good, the decoding process is executed with the size of the check matrix being reduced. The third embodiment of the present invention generates encoded data with a reduced number of parity bits by performing encoding processing using a check matrix with a reduced matrix size at the time of reception when transmitting data. Is a wireless device for transmission. For this reason, the wireless device according to the third embodiment has the functions of the transmission device and the reception device so far. Therefore, the wireless device includes each component included in the transmission device 10 and each component included in the reception device 12 in the communication system 100 of FIG. Here, the difference will be mainly described.

図12は、本発明の実施例3に係る復号部28および符号化部22の構成を示す。復号部28は、図3と同様に構成される。検査行列変更部50は、前述のごとく、取得した通信路の状態の推定結果に応じて、検査行列の最下行から順に行を削減するとともに、最右列から順に列を削減することによって、LDGM構造の検査行列のサイズを変更する。つまり、通信路の状態が良好であれば、検査行列のサイズが低減される。検査行列変更部50は、検査行列をLDPC復号部44に出力するとともに、符号化部22にも出力する。   FIG. 12 shows configurations of the decoding unit 28 and the encoding unit 22 according to the third embodiment of the present invention. The decoding unit 28 is configured in the same manner as in FIG. As described above, the parity check matrix changing unit 50 reduces the rows in order from the bottom row of the parity check matrix according to the obtained estimation result of the state of the communication channel, and reduces the columns in order from the rightmost column. Change the size of the structure check matrix. That is, if the state of the communication channel is good, the size of the check matrix is reduced. The parity check matrix changing unit 50 outputs the parity check matrix to the LDPC decoding unit 44 and also to the encoding unit 22.

符号化部22は、図示しない情報データ生成部20から情報データを入力するとともに、検査行列変更部50から検査行列を入力する。なお、通信路の状態の推定結果によっては、検査行列のサイズが変更されていることもある。符号化部22は、検査行列をもとにして生成したLDPCパリティを情報データに付加することによって、情報データをLDPC符号化する。検査行列のサイズが低減されている場合、LDPCパリティのビット数が減少する。これは、符号化率が向上し、伝送効率も向上することに相当する。LDPCパリティの生成については前述のとおりなので、ここでは説明を省略する。このような符号化率の変更に対応するために、情報データの一部には、符号化率に関する情報が含まれてもよい。なお、符号化率に関する情報が含まれる区間の符号化率は固定値であるとする。その際、図示しない受信側の無線装置は、符号化率に関する情報に応じて、符号化率を設定し、LDPC復号を実行する。符号化部22は、符号化データを図示しない変調部24に出力する。このような符号化データは、通信路経由で図示しない他の無線装置へ送信される。   Encoding unit 22 inputs information data from information data generation unit 20 (not shown) and also inputs a check matrix from check matrix change unit 50. Note that the size of the check matrix may be changed depending on the estimation result of the communication path state. The encoding unit 22 performs LDPC encoding on the information data by adding the LDPC parity generated based on the parity check matrix to the information data. When the size of the check matrix is reduced, the number of bits of LDPC parity is reduced. This corresponds to an improvement in coding rate and transmission efficiency. Since the generation of the LDPC parity is as described above, the description thereof is omitted here. In order to cope with such a change in the coding rate, information on the coding rate may be included in a part of the information data. It is assumed that the coding rate of a section including information on the coding rate is a fixed value. At that time, a radio apparatus on the receiving side (not shown) sets the coding rate according to the information related to the coding rate, and executes LDPC decoding. The encoding unit 22 outputs the encoded data to a modulation unit 24 (not shown). Such encoded data is transmitted to another wireless device (not shown) via a communication path.

符号化部22は、入力した情報データが再送データである場合、検査行列変更部50から入力した検査行列に関係なく、サイズを調節していない検査行列を使用する。これは、符号化率が最も低くなる検査行列を使用することに相当し、通常の検査行列に戻してすべてのLDPCパリティを送信することに相当する。そのため、符号化部22は、データを再送する場合、再送前の検査行列のサイズ以上のサイズの検査行列を使用するといえる。   When the input information data is retransmission data, the encoding unit 22 uses a parity check matrix whose size is not adjusted regardless of the parity check matrix input from the parity check matrix changing unit 50. This corresponds to using a parity check matrix with the lowest coding rate, and corresponds to transmitting all LDPC parities back to a normal parity check matrix. Therefore, it can be said that encoding section 22 uses a check matrix having a size larger than the size of the check matrix before retransmission when data is retransmitted.

図13は、復号部28および符号化部22による符号化処理の手順を示すフローチャートである。再送信のデータでなければ(S90のN)、符号化部22は、受信時に作成した最新の検査行列を読み込み、その行列を使って情報データの符号化処理を行う(S92)。一方、再送信のデータであれば(S90のY)、符号化部22は、通常の検査行列を読み込み、その行列を使って情報データの符号化処理を行う(S94)。変調部24は、符号化されたデータを変調して送信する(S96)。   FIG. 13 is a flowchart illustrating the procedure of the encoding process performed by the decoding unit 28 and the encoding unit 22. If the data is not retransmitted data (N in S90), the encoding unit 22 reads the latest check matrix created at the time of reception, and encodes information data using the matrix (S92). On the other hand, if the data is retransmission data (Y in S90), the encoding unit 22 reads a normal check matrix and performs encoding processing of information data using the matrix (S94). The modulation unit 24 modulates the encoded data and transmits it (S96).

本発明の実施例によれば、受信時において削減したサイズの検査行列を符号化にも使用するので、LDPCパリティのビット数を低減できる。また、LDPCパリティのビット数が低減されるので、伝送効率を向上できる。また、LDPCパリティのビット数が低減されるので、データ伝送量が減り、通信電力を低減できる。また、再送の際には、受信時において削減したサイズに関係なく、予め規定されたサイズの検査行列を使用するので、復号特性を向上できる。また、再送時の復号特性が向上されるので、再送回数を低減できる。   According to the embodiment of the present invention, since the check matrix having a reduced size at the time of reception is also used for encoding, the number of bits of LDPC parity can be reduced. Further, since the number of bits of LDPC parity is reduced, transmission efficiency can be improved. Further, since the number of bits of LDPC parity is reduced, the amount of data transmission is reduced, and communication power can be reduced. Further, since a parity check matrix having a predetermined size is used at the time of retransmission regardless of the size reduced at the time of reception, decoding characteristics can be improved. In addition, since the decoding characteristics during retransmission are improved, the number of retransmissions can be reduced.

以上、本発明を実施例をもとに説明した。この実施例は例示であり、それらの各構成要素や各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。   In the above, this invention was demonstrated based on the Example. This embodiment is an exemplification, and it will be understood by those skilled in the art that various modifications can be made to the combination of each component and each processing process, and such modifications are also within the scope of the present invention. .

本発明の実施例において、通信システム100は無線通信システムを前提としているので、送信装置10および受信装置12は、無線通信装置に含まれる。しかしながらこれに限らず例えば、通信システム100は有線通信システムを前提としてもよい。その際、送信装置10および受信装置12は、有線通信装置に含まれる。本変形例によれば、本発明をさまざまな装置に適用できる。   In the embodiment of the present invention, since the communication system 100 is premised on a wireless communication system, the transmission device 10 and the reception device 12 are included in the wireless communication device. However, the present invention is not limited to this. For example, the communication system 100 may be based on a wired communication system. At that time, the transmission device 10 and the reception device 12 are included in the wired communication device. According to this modification, the present invention can be applied to various devices.

本発明の実施例において、復号部28は、min−sumアルゴリズムを実行している。しかしながらこれに限らず例えば、復号部28は、min−sumアルゴリズムとは異なったアルゴリズムを実行してもよい。min−sumアルゴリズムとは異なったアルゴリズムの一例は、sum−productアルゴリズムである。本変形例によれば、復号にさまざまなアルゴリズムを使用できる。   In the embodiment of the present invention, the decoding unit 28 executes a min-sum algorithm. However, the present invention is not limited to this. For example, the decoding unit 28 may execute an algorithm different from the min-sum algorithm. An example of an algorithm different from the min-sum algorithm is the sum-product algorithm. According to this modification, various algorithms can be used for decoding.

本発明の実施例において検査行列数削減テーブル52では、削減数が3段階に分かれて設定されている。しかしながらこれに限らず例えば、検査行列数削減テーブル52では、削減数が4段階以上や2段階に分かれて設定されていてもよい。本変形例によれば、設計の自由度を向上できる。   In the embodiment of the present invention, in the check matrix number reduction table 52, the number of reductions is set in three stages. However, the present invention is not limited to this. For example, in the check matrix number reduction table 52, the number of reductions may be set in four or more stages or in two stages. According to this modification, the degree of freedom in design can be improved.

本発明の実施例において、符号化部22は、受信時に使用した検査行列を使用している。しかしながらこれに限らず例えば、符号化部22は、受信時に使用した検査行列とは別に、検査行列のサイズを低減してもよい。その場合、通信対象の無線装置から、当該通信対象の無線装置において推定された通信路の状態を受けつけ、削減数決定部48、検査行列変更部50は、受けつけた通信路の状態をもとに、符号化に使用するための検査行列を決定する。なお、この決定は、復号に使用するための検査行列の決定とは別になされる。本変形例によれば、通信対象の無線装置から通信路の状態を受けつけるので、検査行列の決定精度を向上できる。   In the embodiment of the present invention, the encoding unit 22 uses the check matrix used at the time of reception. However, the present invention is not limited to this. For example, the encoding unit 22 may reduce the size of the parity check matrix separately from the parity check matrix used at the time of reception. In this case, the communication path state estimated in the communication target wireless apparatus is received from the communication target wireless apparatus, and the reduction number determining unit 48 and the check matrix changing unit 50 are based on the received communication path state. Determine a parity check matrix for use in encoding. This determination is made separately from the determination of the check matrix used for decoding. According to this modification, since the state of the communication path is received from the wireless device to be communicated, the accuracy of determining the check matrix can be improved.

本発明の実施例において、LDGM構造の検査行列は、図2のように示されている。つまり、検査行列の左側の列にメッセージビットが配置され、検査行列の右側の列にパリティビットが配置されている。ここで、最後に符号化されるパリティビットは、7行18列に配置されており、最下行および最右列に配置されている。しかしながらこれに限らず例えば、LDGM構造の検査行列は、これと別のデータ構造であってもよい。図14(a)−(c)は、符号化部22において使用される別の検査行列を示す。図14(a)−(c)に示された検査行列における最後に符号化されるパリティビットは、図2に示された検査行列における最後に符号化されるパリティビットとは異なった位置に配置されている。図14(a)では、最後に符号化されるパリティビットが、最上行および最右列に配置されている。図14(b)では、最後に符号化されるパリティビットが、最下行および最左列に配置されている。図14(c)では、最後に符号化されるパリティビットが、最上行および最左列に配置されている。   In the embodiment of the present invention, the check matrix of the LDGM structure is shown in FIG. That is, message bits are arranged in the left column of the parity check matrix, and parity bits are arranged in the right column of the parity check matrix. Here, the parity bits to be encoded last are arranged in 7 rows and 18 columns, and are arranged in the lowermost row and the rightmost column. However, the present invention is not limited to this. For example, the LDGM check matrix may have a different data structure. FIGS. 14A to 14C show other parity check matrices used in the encoding unit 22. The parity bits encoded last in the parity check matrix shown in FIGS. 14A to 14C are arranged at positions different from the parity bits encoded last in the parity check matrix shown in FIG. Has been. In FIG. 14A, the parity bits encoded last are arranged in the uppermost row and the rightmost column. In FIG. 14B, the parity bits encoded last are arranged in the bottom row and the leftmost column. In FIG. 14C, the parity bits encoded last are arranged in the uppermost row and the leftmost column.

さらに、図14(a)の検査行列が使用される場合、検査行列変更部50は、検査行列の最上行から順に行を削減するとともに、最右列から順に列を削減することによって、検査行列のサイズを変更する。図14(b)の検査行列が使用される場合、検査行列変更部50は、検査行列の最下行から順に行を削減するとともに、最左列から順に列を削減することによって、検査行列のサイズを変更する。図14(c)の検査行列が使用される場合、検査行列変更部50は、検査行列の最上行から順に行を削減するとともに、最左列から順に列を削減することによって、検査行列のサイズを変更する。つまり、検査行列変更部50は、最後に符号化されるパリティビットが配置された行側と列側から順に削除する。本変形例によれば、さまざまなタイプのLDGM構造の検査行列を使用できる。   Furthermore, when the parity check matrix of FIG. 14A is used, the parity check matrix changing unit 50 reduces the rows in order from the top row of the parity check matrix and reduces the columns in order from the rightmost column, thereby checking the parity check matrix. Change the size of. When the parity check matrix in FIG. 14B is used, the parity check matrix changing unit 50 reduces the number of rows in order from the bottom row of the parity check matrix and reduces the size of the parity check matrix by reducing the columns in order from the leftmost column. To change. When the parity check matrix of FIG. 14C is used, the parity check matrix changing unit 50 reduces the size of the parity check matrix by reducing the rows in order from the top row of the parity check matrix and reducing the columns in order from the leftmost column. To change. That is, the parity check matrix changing unit 50 deletes in order from the row side and the column side where the parity bit to be encoded last is arranged. According to this modification, various types of LDGM structure check matrices can be used.

10 送信装置、 12 受信装置、 20 情報データ生成部、 22 符号化部、 24 変調部、 26 復調部、 28 復号部、 30 情報データ出力部、 40 フレームデータ記憶部、 42 フレームデータ数調節部、 44 LDPC復号部、 46 通信路状態推定部、 48 削減数決定部、 50 検査行列変更部、 52 検査行列数削減テーブル、 54 検査行列記憶部、 100 通信システム。   DESCRIPTION OF SYMBOLS 10 Transmission apparatus, 12 Reception apparatus, 20 Information data generation part, 22 Encoding part, 24 Modulation part, 26 Demodulation part, 28 Decoding part, 30 Information data output part, 40 Frame data storage part, 42 Frame data number adjustment part, 44 LDPC decoding unit, 46 channel state estimation unit, 48 reduction number determination unit, 50 parity check matrix change unit, 52 parity check matrix number reduction table, 54 parity check matrix storage unit, 100 communication system.

Claims (7)

通信路を介して、検査行列によってLDPC符号化されたデータを入力する入力部と、
前記入力部において入力したデータをもとに、通信路の状態を推定する推定部と、
前記推定部において推定した通信路の状態に応じて、検査行列のサイズを変更する変更部と、
前記変更部において変更した検査行列のサイズに応じて、前記入力部において入力したデータのうち、パリティビットの数を調節する調節部と、
前記調節部において調節されたデータに対して、前記変更部において変更した検査行列をもとに復号処理を実行する復号部と、
を備えることを特徴とする復号装置。
An input unit for inputting LDPC-encoded data by a check matrix through a communication path;
Based on the data input in the input unit, an estimation unit that estimates the state of the communication path;
A changing unit that changes the size of the check matrix according to the state of the communication path estimated by the estimating unit;
An adjustment unit that adjusts the number of parity bits in the data input in the input unit according to the size of the parity check matrix changed in the change unit;
A decoding unit that performs a decoding process on the data adjusted in the adjustment unit based on the parity check matrix changed in the change unit;
A decoding apparatus comprising:
前記入力部において入力したデータは、LDGM構造の検査行列によってLDPC符号化されており、
前記変更部は、最後に符号化されるパリティビットにあたる検査行列の最下行または最上行から順に行を削減するとともに、最後に符号化されるパリティビットにあたる最右列または最左列から順に列を削減することによって、検査行列のサイズを変更することを特徴とする請求項1に記載の復号装置。
The data input at the input unit is LDPC encoded with a parity check matrix of LDGM structure,
The changing unit reduces the rows in order from the bottom row or the top row of the parity check matrix corresponding to the parity bit to be encoded last, and the columns in order from the rightmost column or the leftmost column corresponding to the parity bit to be encoded last. The decoding apparatus according to claim 1, wherein the size of the check matrix is changed by reducing the size.
前記変更部は、検査行列のうちの任意の行を削除することによって、検査行列のサイズを変更することを特徴とする請求項1に記載の復号装置。   The decoding apparatus according to claim 1, wherein the changing unit changes the size of the parity check matrix by deleting an arbitrary row of the parity check matrix. 受信装置との間の通信路の状態の推定結果を取得する取得部と、
前記取得部において取得した通信路の状態の推定結果に応じて、LDGM構造の検査行列のサイズを変更する変更部と、
前記変更部においてサイズを変更した検査行列によって、データをLDPC符号化する符号化部と、
前記符号化部においてLDPC符号化したデータを通信路経由で受信装置へ出力する出力部とを備え、
前記変更部は、最後に符号化されるパリティビットにあたる検査行列の最下行または最上行から順に行を削減するとともに、最後に符号化されるパリティビットにあたる最右列または最左列から順に列を削減することによって、検査行列のサイズを変更することを特徴とする符号化装置。
An acquisition unit for acquiring an estimation result of a state of a communication path with the receiving device;
A changing unit that changes the size of the parity check matrix of the LDGM structure according to the estimation result of the state of the communication path acquired by the acquiring unit;
An encoding unit that performs LDPC encoding of data using a parity check matrix whose size is changed in the changing unit;
An output unit that outputs data that has been LDPC encoded in the encoding unit to a receiving device via a communication path;
The changing unit reduces the rows in order from the bottom row or the top row of the parity check matrix corresponding to the parity bit to be encoded last, and the columns in order from the rightmost column or the leftmost column corresponding to the parity bit to be encoded last. An encoding apparatus, wherein the size of a check matrix is changed by reducing the size of the check matrix.
前記符号化部は、データを再送する場合、再送前の検査行列のサイズ以上のサイズの検査行列を使用することを特徴とする請求項4に記載の符号化装置。   The encoding apparatus according to claim 4, wherein, when retransmitting data, the encoding unit uses a check matrix having a size equal to or larger than a size of a check matrix before retransmission. 通信路を介して、検査行列によってLDPC符号化されたデータを入力するステップと、
入力したデータをもとに、通信路の状態を推定するステップと、
推定した通信路の状態に応じて、検査行列のサイズを変更するステップと、
変更した検査行列のサイズに応じて、入力したデータのうち、パリティビットの数を調節するステップと、
調節されたデータに対して、変更した検査行列をもとに復号処理を実行するステップと、
を備えることを特徴とする復号方法。
Inputting LDPC-encoded data by a check matrix via a communication path;
Estimating the state of the communication path based on the input data;
Changing the size of the check matrix according to the estimated channel state;
Adjusting the number of parity bits in the input data according to the size of the modified check matrix;
Performing a decoding process on the adjusted data based on the modified parity check matrix;
A decoding method comprising:
受信装置との間の通信路の状態の推定結果を取得するステップと、
取得した通信路の状態の推定結果に応じて、LDGM構造の検査行列のサイズを変更するステップと、
サイズを変更した検査行列によって、データをLDPC符号化するステップと、
LDPC符号化したデータを通信路経由で受信装置へ出力するステップとを備え、
前記変更するステップは、最後に符号化されるパリティビットにあたる検査行列の最下行または最上行から順に行を削減するとともに、最後に符号化されるパリティビットにあたる最右列または最左列から順に列を削減することによって、検査行列のサイズを変更することを特徴とする符号化方法。
Obtaining an estimation result of the state of the communication path with the receiving device;
Changing the size of the check matrix of the LDGM structure according to the obtained estimation result of the state of the communication path;
LDPC encoding the data with a resized check matrix;
Outputting LDPC-encoded data to a receiving device via a communication path,
The step of changing includes reducing the rows in order from the bottom row or the top row of the parity check matrix corresponding to the parity bit to be encoded last, and the columns from the rightmost column or the leftmost column corresponding to the parity bit to be encoded last. A coding method characterized in that the size of a parity check matrix is changed by reducing.
JP2011037455A 2011-02-23 2011-02-23 Decoding apparatus, encoding apparatus, decoding method and encoding method Withdrawn JP2012175564A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011037455A JP2012175564A (en) 2011-02-23 2011-02-23 Decoding apparatus, encoding apparatus, decoding method and encoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011037455A JP2012175564A (en) 2011-02-23 2011-02-23 Decoding apparatus, encoding apparatus, decoding method and encoding method

Publications (1)

Publication Number Publication Date
JP2012175564A true JP2012175564A (en) 2012-09-10

Family

ID=46977996

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011037455A Withdrawn JP2012175564A (en) 2011-02-23 2011-02-23 Decoding apparatus, encoding apparatus, decoding method and encoding method

Country Status (1)

Country Link
JP (1) JP2012175564A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113541863A (en) * 2021-06-02 2021-10-22 香港中文大学(深圳) Data encoding method, data decoding method, electronic device, and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113541863A (en) * 2021-06-02 2021-10-22 香港中文大学(深圳) Data encoding method, data decoding method, electronic device, and storage medium
CN113541863B (en) * 2021-06-02 2024-01-09 香港中文大学(深圳) Data encoding method, data decoding method, electronic device, and storage medium

Similar Documents

Publication Publication Date Title
JP5593312B2 (en) Overcoming LDPC trapping sets by resetting the decoder
US7673223B2 (en) Node processors for use in parity check decoders
CN110326221B (en) Method for generating ordered sequence for polarization code
US20100251062A1 (en) Encoding method and transmission device
KR101718543B1 (en) Apparatus and method for decoding using improved bit-flipping algorithm for low density parity check code and recording medium for the same
JP2012151676A (en) Decoding apparatus and decoding method
WO2006075417A1 (en) Encoding method, decoding method, and device thereof
EP2164178A1 (en) Encoding method and encoding device
JP5301575B2 (en) Channel coding apparatus and method in digital broadcast communication system using low density parity check code
JP2009100222A (en) Device and method for decoding low density parity check code
JP2007104685A (en) Check node updating method in low-density parity check decoder
JPWO2014122772A1 (en) Transmitter and receiver, and coding rate variable method
JP2008199623A (en) Message-passing and forced convergence decoding method
KR101991447B1 (en) The Method of Protograph LDPC codes Construction Robust to Block Interference and Fading
CN111130563A (en) Method and device for processing information
US9143165B2 (en) Decoding apparatus and decoding method for decoding LDPC-encoded data
JP5365601B2 (en) Decoding device and decoding method
JP2006060695A (en) Information decoding and encoding method,information communication method, information decoding device, transmitting device, and information communication system
JP2012175564A (en) Decoding apparatus, encoding apparatus, decoding method and encoding method
WO2017214851A1 (en) Signal transfer method, transmitting terminal, and receiving terminal
JP5310701B2 (en) Decoding device and decoding method
US20130268821A1 (en) Decoding apparatus and decoding method for decoding data encoded by ldpc
JP5772622B2 (en) Decoding device and decoding method
EP3526899B1 (en) Decoding of low-density parity-check convolutional turbo codes
JP2013070133A (en) Decoder and decoding method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20140513