JP2009231979A - Memory reduction rate matching processor for broadcast channel - Google Patents

Memory reduction rate matching processor for broadcast channel Download PDF

Info

Publication number
JP2009231979A
JP2009231979A JP2008072427A JP2008072427A JP2009231979A JP 2009231979 A JP2009231979 A JP 2009231979A JP 2008072427 A JP2008072427 A JP 2008072427A JP 2008072427 A JP2008072427 A JP 2008072427A JP 2009231979 A JP2009231979 A JP 2009231979A
Authority
JP
Japan
Prior art keywords
bit
rate matching
memory
data
matching processing
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
JP2008072427A
Other languages
Japanese (ja)
Inventor
Teppei Shoji
哲平 庄司
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.)
Hitachi Kokusai Electric Inc
Original Assignee
Hitachi Kokusai Electric Inc
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 Hitachi Kokusai Electric Inc filed Critical Hitachi Kokusai Electric Inc
Priority to JP2008072427A priority Critical patent/JP2009231979A/en
Publication of JP2009231979A publication Critical patent/JP2009231979A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce memory capacity equivalent to a virtual circular buffer, by eliminating NULL detection in rate matching processing and by reducing the bits necessary for NULL detection. <P>SOLUTION: A memory reduction rate matching processor comprises a bit collector which puts output data (respectively being 1 bit) of coding processing which is a pre-stage processing of rate-matching processing for memory reduction rate matching processing of a BCH together into 3 bits; a memory which stores the data put together into the 3 bits, an interleaver which performs block interleaving processing on the data put together into the 3 bits, a bit splitter which divides the interleaved 3-bit output data by bit; and a selector which selects and outputs the divided data at a desired timing. The memory is disposed, before the interleaver and interleaving points which serve as NULL are skipped in the block interleaving to read the data out of the memory. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明はブロードキャストチャネル(以下、BCHという)のメモリ低減レートマッチング処理装置に係り、特に、LTE(Long−Term Evolution)における無線基地局装置におけるBCHのメモリ低減レートマッチング処理装置に関する。   The present invention relates to a memory reduction rate matching processing device for a broadcast channel (hereinafter referred to as BCH), and more particularly to a memory reduction rate matching processing device for BCH in a radio base station device in LTE (Long-Term Evolution).

図5は、非特許文献1に開示されているLTEにおける下りチャンネル(以下、DLという)におけるBCHにおけるトランスポートチャネルプロセスを示している。   FIG. 5 shows a transport channel process in the BCH in the downlink channel (hereinafter referred to as DL) in LTE disclosed in Non-Patent Document 1.

このトランスポートチャネルプロセスは、CRCアタッチメント部1と、チャネルコーディング部2と、レートマッチング部3とを有している。   This transport channel process has a CRC attachment unit 1, a channel coding unit 2, and a rate matching unit 3.

図6は、図5のチャネルコーディング部2を詳細に示すブロック図であって、レート1/3テールバインディング畳み込み符号によるエンコードを用いる例である。   FIG. 6 is a block diagram illustrating the channel coding unit 2 of FIG. 5 in detail, and is an example using encoding by a rate 1/3 tail binding convolutional code.

図7は、図5のレートマッチング部3を詳細に示すブロック図であって、BCHと、DL−CCHのレートマッチングの例である。   FIG. 7 is a block diagram showing in detail the rate matching unit 3 in FIG. 5, and is an example of rate matching between BCH and DL-CCH.

そして、BCHは、16ビットのCRCビット付加、レート1/3のビットバイティング畳み込み符号、レートマッチングによって符号化される。   The BCH is encoded by adding a 16-bit CRC bit, a rate 1/3 bit-biting convolutional code, and rate matching.

BCHのレートマッチングは、チャネルコーディング後の入力データ(d (0),d (1),d (2):それぞれ1bit)それぞれに対して、サブブロックインターリーバ4,5,6によってブロックインターリーブを行う。 BCH rate matching is performed by sub-block interleavers 4, 5, and 6 for input data after channel coding (d k (0) , d k (1) , d k (2) : 1 bit each). Interleave.

サブブロックインターリーバ4,5,6それぞれの出力データ(v (0),v (1),v (2))は、入力データのサイズがブロックインターリーバのサイズ(R*C)より小さい場合には、データでないことを示すNULLがマッピングされる。 The output data (v k (0) , v k (1) , v k (2) ) of each of the sub-block interleavers 4, 5 and 6 has an input data size that is larger than the block interleaver size (R * C). When it is small, NULL indicating that it is not data is mapped.

サブブロックインターリーバ4,5,6の出力データ(v (0),v (1),v (2))をビットコレクション部7にて、v (0)→v (1)→v (2)の順に仮想サーキュラバッファに格納し、ビットセレクション/プランニング部8で仮想サーキュラバッフアに格納されたデータを巡回しながら出力していく(図7参照)。 The output data (v k (0) , v k (1) , v k (2) ) of the sub-block interleavers 4, 5, 6 is received by the bit collection unit 7 and v k (0) → v k (1) The data is stored in the virtual circular buffer in the order of v k (2) , and the bit selection / planning unit 8 outputs the data stored in the virtual circular buffer while circulating (see FIG. 7).

各部の処理の詳細な説明は、非特許文献1の下記参照。   Refer to the following in Non-Patent Document 1 for a detailed description of the processing of each part.

CRCアタッチメント部1:5.1.1 CRC calculation
チャネルコーディング部2:5.1.3.1 Tail biting convolutional coding
レートマッチング部3:5.1.4.2 Rate matching for BCH and DL−CCH
図8は、図7を元に従来技術として想定されるBCHレートマッチング処理装置の構成例を説明するために示すブロック図である。
CRC attachment part 1: 5.1.1 CRC calculation
Channel coding unit 2: 5.1.3.1 Tail biting conventional coding
Rate matching unit 3: 5.1.4.2 Rate matching for BCH and DL-CCH
FIG. 8 is a block diagram for explaining a configuration example of a BCH rate matching processing device assumed as a conventional technique based on FIG.

図8に示されるBCHレートマッチング処理装置の構成例は、図7とほぼ同じ構成である。   The configuration example of the BCH rate matching processing device shown in FIG. 8 is almost the same as that in FIG.

すなわち、このBCHレートマッチング処理装置は、入力データ(d (0),d (1),d (2):それぞれ1bit)それぞれに対して、ブロックインーリーブを行うインターリーバ11,12,13と、これらインターリーバ11,12,13それぞれの出力データ(v (0),v (1),v (2))を格納するメモリ14,15,16と、ビットコレクション部17と、ビットセレクション/プランニング17とで構成されている。 In other words, this BCH rate matching processing device performs interleavers 11, 12, which perform block inleaving on each of input data (d k (0) , d k (1) , d k (2) : 1 bit each). 13, memories 14, 15, 16 for storing output data (v k (0) , v k (1) , v k (2) ) of the interleavers 11, 12, 13, a bit collection unit 17, , And bit selection / planning 17.

このような従来技術として図8に示されるBCHレートマッチング処理装置の構成では、各インターリーバ11,12,13の出力結果を格納する各メモリ14,15,16が仮想サーキュラバッファの役割を果たしており、この仮想サーキュラバッファがインターリーバ11,12,13の後にあるため、仮想サーキュラバッファの役割を果たす各メモリ14,15,16において上述したNULLを検出するビットが必要となる。   In the configuration of the BCH rate matching processing apparatus shown in FIG. 8 as such a conventional technique, the memories 14, 15, and 16 that store the output results of the interleavers 11, 12, and 13 serve as virtual circular buffers. Since this virtual circular buffer is located after the interleavers 11, 12, 13, a bit for detecting the above-mentioned NULL is required in each of the memories 14, 15, 16 serving as the virtual circular buffer.

そのため、各メモリ14,15,16のビット幅は、1bitの入力データにNULLを検出する1ビットを付加した2bitに拡張する必要がある。   For this reason, the bit width of each of the memories 14, 15, and 16 needs to be expanded to 2 bits in which 1 bit for detecting NULL is added to 1 bit of input data.

なお、従来、この種の技術に関連するものとして、特許文献1には、第3世代の移動体通信システムなどのW−CDMA(Wide−Code Division Multiple Access )方式による無線通信システムの下り伝送路に関するHSDPA(Hight Speed Downlink Packet Access )技術に係り、特に、そのHARQ(Hybrid Automatic Repeat reQuest)技術による再送データ(HARQデータ)などのインターリーブ処理装置が開示されている。   Conventionally, as related to this type of technology, Patent Document 1 discloses a downlink transmission path of a wireless communication system based on a W-CDMA (Wide-Code Division Multiple Access) system such as a third generation mobile communication system. In particular, an interleave processing device such as retransmission data (HARQ data) based on the HARQ (Hybrid Automatic Repeat reQuest) technology is disclosed in connection with the HSDPA (High Speed Downlink Packet Access) technology.

このインターリーブ処理装置は、図9に示すように、複数の物理チャンネルが、夫々の該物理チャンネルのビット列が列方向に沿うように、行方向に配列して記憶させるための第1,第2のメモリ21,22と、複数の物理チャンネルが、夫々の該物理チャンネルのビット列が列方向に沿うように、行方向に配列して記憶させるための第3,第4のメモリ23,24と、複数の該物理チャンネルが記憶された該第1のメモリ21から、または、複数の該物理チャンネルが記憶された該第1,第2のメモリ21,22から、その行方向のビット列を列方向に順に読み出し、読み出した列毎の該ビット列を、該第3のメモリ23の、または、該第3,第4のメモリ23,24の該第1のメモリ21、または、該第1,第2のメモリ22での該読み出されたビット列の列とは異なる列に書き込む列置き換え部25,26と、インターリーブ参照テーブル27とを備えている。   As shown in FIG. 9, the interleave processing device includes a plurality of physical channels arranged in the row direction so that the bit strings of the respective physical channels are aligned in the column direction. A plurality of physical channels, third and fourth memories 23 and 24 for storing a plurality of physical channels arranged in the row direction so that the bit strings of the respective physical channels are along the column direction; From the first memory 21 in which the physical channels are stored, or from the first and second memories 21 and 22 in which the plurality of physical channels are stored, the bit columns in the row direction are sequentially arranged in the column direction. The bit string for each column read out is read out from the first memory 21 of the third memory 23, the third memory 23, 24, or the first, second memory. The reading at 22 A column replacement unit 25 to write to the different rows and columns of bit strings, and a interleave reference table 27.

そして、このインターリーブ処理装置は、HARQデータが16QAMデータである場合には、メモリ21,22に物理チャンネル#0〜#14を行方向に配列して、かつ各物理チャンネルのビット列が列方向に配列されるように書き込み、列置き換え部25,26により、列順に物理チャンネル#0〜#14の1ビットずつからなるビット列を読み出す。読み出しビット列は、列置き換え部25,26により、テーブル27でのインターリーブパターンに応じて、メモリ23,24でのメモリ21,22とは異なる列に書き込む。   When the HARQ data is 16QAM data, the interleave processing device arranges physical channels # 0 to # 14 in the memory 21 and 22 in the row direction, and arranges the bit string of each physical channel in the column direction. As described above, the column replacement units 25 and 26 read out a bit string consisting of one bit of each of the physical channels # 0 to # 14 in the column order. The read bit string is written in a column different from the memories 21 and 22 in the memories 23 and 24 by the column replacement units 25 and 26 according to the interleave pattern in the table 27.

これにより、メモリ23,24では、物理チャンネル#0〜#14での列方向のビット配列がメモリ21,22と異なり、物理チャンネル毎にインターリーブ処理されることになる。   Thereby, in the memories 23 and 24, the bit arrangement in the column direction in the physical channels # 0 to # 14 is different from the memories 21 and 22, and the interleave processing is performed for each physical channel.

そして、HARQデータがQPSKデータである場合には、メモリ21,23が用いられる。   If the HARQ data is QPSK data, the memories 21 and 23 are used.

このような、インターリーブ処理装置は、物理チャンネル数にかかわらずインターリーブ処理回数の増加を抑え、処理量を低減することを可能にする。
DRAFT−3GPP TS36.212 V8.0.0 (2007−09) 特開2007−142944号公報
Such an interleave processing device suppresses an increase in the number of interleaving processes regardless of the number of physical channels, and makes it possible to reduce the processing amount.
DRAFT-3GPP TS36.212 V8.0.0 (2007-09) JP 2007-142944 A

しかしながら、上述したように、BCHのレートマッチングにおいて、レートマッチング処理のビットセレクションにおけるNULL検出をなくし、かつNULL検出時に必要なビットを削減して、仮想サーキュラバッファに相当するメモリ容量を低減しようとする場合には、特許文献1に開示されているインターリーブ処理装置によるようなテクニックを適用することができない。   However, as described above, in BCH rate matching, NULL detection is not performed in bit selection of rate matching processing, and bits necessary for NULL detection are reduced to reduce the memory capacity corresponding to the virtual circular buffer. In this case, a technique such as that by the interleave processing device disclosed in Patent Document 1 cannot be applied.

そこで、本発明は以上のような点に鑑みてなされたもので、その目的とするところは、BCHのレートマッチングにおいて、仮想サーキュラバッファに相当するメモリをレートマッチング処理の手前に置くことにより、レートマッチング処理のビットセレクションにおけるNULL検出をなくし、かつNULL検出時に必要なビットを削減して、仮想サーキュラバッファに相当するメモリ容量を低減することが可能なBCHのメモリ低減レートマッチング処理装置を提供することである。   Therefore, the present invention has been made in view of the above points, and an object of the present invention is to place a memory corresponding to a virtual circular buffer before rate matching processing in BCH rate matching. To provide a BCH memory reduction rate matching processing device that eliminates NULL detection in bit selection of matching processing, reduces bits necessary for NULL detection, and reduces the memory capacity corresponding to a virtual circular buffer. It is.

本発明によると、上記課題を解決するために、
LTE(Long−Term Evolution)における無線基地局装置の下りリンクのトランスポートチャネルのーつであるブロードキャストチャネル(以下、BCH)のレートマッチング処理を行うレートマッチング処理装置において、
前記レートマッチング処理の前段の処理であるレート1/3のテールバイディング畳み込みエンコードによるコーディング処理の出力データ(v (0),v (1),v (2):それぞれ1bit)を3bitにまとめるビットコレクタと、
前記ビットコレクタで3bitにまとめられたデータを格納するメモリと、
前記ビットコレクタで3bitにまとめられたデータをブロックインターリーブするインターリーバと、
前記インターリーバでインターリーブされた3bitの出力データを各ビット(v ’(0),v ’(1),v ’(2))毎に分割するビットスプリッタと、
前記ビットスプリッタで分割されたデータを所望のタイミングで選択し、出力するセレクタとで構成されるBCHにおけるレートマッチング処理装置であって、
前記メモリを前記レートマッチング処理装置における前記インターリーバの手前に置き、前記レートマッチング処理装置における前記ブロックインターリーブにおいて、NULLとなるインターリーブポイントを飛ばし、前記メモリからデータを読み出すことにより、前記レートマッチング処理装置における前記セレクタによるビットセレクションにおけるNULL検出をなくして、NULL検出時に必要なビットを削減し、前記メモリの容量を低減することを特徴するBCHにおけるメモリ低減レートマッチング処理装置が提供される。
According to the present invention, in order to solve the above problems,
In a rate matching processing device that performs rate matching processing of a broadcast channel (hereinafter referred to as BCH) that is one of the downlink transport channels of a radio base station device in LTE (Long-Term Evolution),
The output data (v k (0) , v k (1) , v k (2) : 1 bit each) of the coding process by the rate 1/3 tail-biding convolutional encoding, which is the previous stage of the rate matching process, is 3 bits. A bit collector
A memory for storing data collected in 3 bits by the bit collector;
An interleaver that performs block interleaving on the data collected in 3 bits by the bit collector;
A bit splitter that divides the 3-bit output data interleaved by the interleaver into each bit (v k ′ (0) , v k ′ (1) , v k ′ (2) );
A rate matching processing device in the BCH configured by a selector that selects and outputs data divided by the bit splitter at a desired timing,
By placing the memory before the interleaver in the rate matching processing device, in the block interleaving in the rate matching processing device, skip the NULL interleaving point and read the data from the memory, thereby the rate matching processing device There is provided a memory reduction rate matching processing device for BCH, wherein NULL detection in bit selection by the selector is eliminated, bits required at the time of NULL detection are reduced, and the capacity of the memory is reduced.

本発明によるBCHにおけるメモリ低減レートマッチング処理装置は、BCHのレートマッチングにおいて、仮想サーキュラバッファに相当するメモリをレートマッチング処理の手前に置くことにより、レートマッチング処理のビットセレクションにおけるNULL検出をなくし、NULL検出時に必要なビットを削減してメモリ容量を低減するようにしている。   The memory reduction rate matching processing apparatus for BCH according to the present invention eliminates NULL detection in bit selection of rate matching processing by placing a memory corresponding to a virtual circular buffer in front of rate matching processing in BCH rate matching. Bits required at the time of detection are reduced to reduce the memory capacity.

本発明によるBCHにおけるメモリ低減レートマッチング処理装置と図8に示した従来技術とを比較したメモリ使用内訳は、図3に示すように、従来技術では、NULLを検出するために各データ2bitのビット幅となり、各データ毎にメモリを割り当てているので、全体で6X[bit]のメモリ容量が必要であるのに対して、本発明においては、3つのbitデータをビットコレクトして1つのメモリを割り当てているので、全体で3X[bit]のメモリ容量となり、従来技術の1/2のメモリ容量でBCHのレートマッチングを実現することができる。   The memory usage breakdown comparing the memory reduction rate matching processing apparatus in the BCH according to the present invention with the prior art shown in FIG. 8 is as follows. As shown in FIG. 3, in the prior art, each bit of 2 bits of data is used to detect NULL. Since the memory is allocated for each data, a total memory capacity of 6 × [bit] is necessary, whereas in the present invention, one bit is collected by bit-collecting three bit data. As a result, the memory capacity is 3X [bit] as a whole, and BCH rate matching can be realized with a memory capacity that is ½ that of the prior art.

以下図面を参照して本発明の実施の形態について説明する。   Embodiments of the present invention will be described below with reference to the drawings.

図1は、本発明によるBCHにおけるメモリ低減レートマッチング処理装置の構成を説明するために示す要部のブロック図である。   FIG. 1 is a block diagram of a main part shown for explaining the configuration of a memory reduction rate matching processing apparatus in BCH according to the present invention.

すなわち、本発明によるBCHにおけるメモリ低減レートマッチング処理装置は、基本的には、LTE(Long−Term Evolution)における無線基地局装置の下りリンクのトランスポートチャネルのーつであるブロードキャストチャネル(以下、BCH)のレートマッチング処理を行うレートマッチング処理装置において、前記レートマッチング処理の前段の処理であるレート1/3のテールバイディング畳み込みエンコードによるコーディング処理の出力データ(v (0),v (1),v (2):それぞれ1bit)を3bitにまとめるビットコレクタ31と、前記ビットコレクタ31で3bitにまとめられたデータを格納するメモリ32と、前記ビットコレクタ31で3bitにまとめられたデータをブロックインターリーブするインターリーバ33と、前記インターリーバ33でインターリーブされた3bitの出力データを各ビット(v ’(0),v ’(1),v ’(2))毎に分割するビットスプリッタ34と、前記ビットスプリッタ34で分割されたデータを所望のタイミングで選択し、出力するセレクタ35とで構成されるBCHにおけるレートマッチング処理装置であって、前記メモリ32を前記レートマッチング処理装置における前記インターリーバ33の手前に置き、前記レートマッチング処理装置における前記ブロックインターリーブにおいて、NULLとなるインターリーブポイントを飛ばし、前記メモリからデータを読み出すことにより、前記レートマッチング処理装置における前記セレクタ35によるビットセレクションにおけるNULL検出をなくして、NULL検出時に必要なビットを削減し、前記メモリの容量を低減することを特徴としている。 That is, the memory reduction rate matching processing apparatus in BCH according to the present invention is basically a broadcast channel (hereinafter referred to as BCH) which is one of the downlink transport channels of a radio base station apparatus in LTE (Long-Term Evolution). ) In the rate matching processing apparatus that performs the rate matching process, the output data (v k (0) , v k (1 ) of the coding process based on the tail-binding convolutional encoding at a rate of 1/3, which is the preceding stage of the rate matching process. ) , V k (2) : A bit collector 31 that collects 1 bit) into 3 bits, a memory 32 that stores data organized into 3 bits by the bit collector 31, and data that is organized into 3 bits by the bit collector 31 The Interleaver 33 that performs lock interleaving, and bits that divide the 3-bit output data interleaved by the interleaver 33 for each bit (v k ′ (0) , v k ′ (1) , v k ′ (2) ) A rate matching processing device in BCH comprising a splitter 34 and a selector 35 that selects and outputs data divided by the bit splitter 34 at a desired timing, and the memory 32 in the rate matching processing device Bits by the selector 35 in the rate matching processing device are placed before the interleaver 33, skipping NULL interleaving points in the block interleaving in the rate matching processing device, and reading data from the memory. Without the NULL detection in collection, to reduce the bit required when NULL detection is characterized by reducing the capacity of the memory.

具体的には、図1に示すように、チャネルコーディング後の3個分の入力データ(d (0),d (1),d (2):それぞれ1bit)は、ビットコレクタ31によって1つの3bitデータにまとめられて、メモリ32に格納される。 Specifically, as shown in FIG. 1, three pieces of input data (d k (0) , d k (1) , d k (2) : 1 bit each) after channel coding are transmitted by a bit collector 31. The data is collected into one 3-bit data and stored in the memory 32.

ここで、メモリ32は、ビット幅3bitのメモリであって、ビットコレクタ31によって1つの3bitデータにまとめられた入力データ(d (0),d (1),d (2))が時系列にメモリ領域に書き込まれる。 Here, the memory 32 is a memory having a bit width of 3 bits, and the input data (d k (0) , d k (1) , d k (2) ) collected into one 3 bit data by the bit collector 31 is stored. It is written in the memory area in time series.

メモリ32からの読み出しは、メモリ32の後段に設けられているインターリーバ33が指定するアドレスに格納されているデータを読み出すことによって行われる。   Reading from the memory 32 is performed by reading data stored at an address specified by an interleaver 33 provided at a subsequent stage of the memory 32.

インターリーバ33としては、サブブロックインターリーバが用いられ、このサブブロックインターリーバによるインターリーブ処理は、ブロックインターリーバへの入力データのサイズDとブロックインターリーバのサイズ(R*C:R行数、C列数)とにおいて、条件式D<R*Cが真の場合、ブロックインターリーバの先頭にR*C−D(以下、NDと記す)分のNULLを入れた後に、入力データを入れてブロックインターリーバによる処理が行われる。   As the interleaver 33, a sub-block interleaver is used, and the interleaving processing by this sub-block interleaver is performed by the size D of the input data to the block interleaver and the size of the block interleaver (R * C: number of R rows, C If the conditional expression D <R * C is true, the block interleaver is filled with R * C-D (hereinafter referred to as ND) NULL, and then input data is put into the block. Processing by an interleaver is performed.

ブロックインターリーバは、入力データを列方向に入力し、列単位でインターリーブを行った後に、行方向から出力するものである。   The block interleaver inputs input data in the column direction, performs interleaving in units of columns, and then outputs from the row direction.

ここで、列数Cは32に固定されており、インターリーブパターンP[i]は<1,17,9,25,5,21,13,29,3,19,11,27,7,23,15,31,0,16,8,24,4,20,12,28,2,18,10,26,6,22,14,30>である。   Here, the number of columns C is fixed to 32, and the interleave pattern P [i] is <1, 17, 9, 25, 5, 21, 13, 29, 3, 19, 11, 27, 7, 23, 15, 31, 0, 16, 8, 24, 4, 20, 12, 28, 2, 18, 10, 26, 6, 22, 14, 30>.

列数Cが32に固定されているので、NDは、0以上32未満となり、NULLは、インターリーバの1行目のみしかマッピングされない。   Since the number of columns C is fixed at 32, ND is 0 or more and less than 32, and NULL is mapped only in the first row of the interleaver.

このブロックインターリーバのアルゴリズムを表すと、
for(1=0;i<C;i++){
for(i=0;j<R;j++){
出力[k++]=入力[j*32+P[i]]


となる。
This block interleaver algorithm is
for (1 = 0; i <C; i ++) {
for (i = 0; j <R; j ++) {
Output [k ++] = input [j * 32 + P [i]]
}
}
It becomes.

ここで、iは列方向のインデックス、jは行方向のインデックス、kは出力データのインデックス、P[i]はインターリーブパターンである。   Here, i is an index in the column direction, j is an index in the row direction, k is an index of output data, and P [i] is an interleave pattern.

入力にNULLが含まれるので、出力はNULLを含むデータ列となり、2bitデータになる。   Since NULL is included in the input, the output becomes a data string including NULL and becomes 2-bit data.

本発明では、NULLは、インターリーバの1行目のみしかマッピングされないということを利用し、NULLがある列に対しては、行数RからNULL分の回数を差し引いて出力するアルゴリズムとしていると共に、入力データの格納位置はND分オフセットされているので、インターリーブパターンP[i]からオフセット分の補正を施す処理も同時に行うものとする。   In the present invention, NULL uses the fact that only the first row of the interleaver is mapped, and for a column with NULL, it is an algorithm that subtracts the number of times of NULL from the number of rows R, and outputs it. Since the storage position of the input data is offset by ND, it is assumed that processing for correcting the offset from the interleave pattern P [i] is performed at the same time.

本発明のアルゴリズムを表すと、
for(1=0;i<C;i++){
offset=(P[i]−ND)%32
if(P[i]≧ND)tmp=0
else tmp=1
for(i=0;j<R−tmp;j++){
出力[k++]=入力[j*32+offset]


となる。
When representing the algorithm of the present invention,
for (1 = 0; i <C; i ++) {
offset = (P [i] −ND)% 32
if (P [i] ≧ ND) tmp = 0
else tmp = 1
for (i = 0; j <R-tmp; j ++) {
Output [k ++] = Input [j * 32 + offset]
}
}
It becomes.

本アルゴリズムにおいて、出力[k++]=入力[j*32+offset]としているが、実際には、メモリ32のインデックスであるj*32+offsetを求めて、このインデックスj*32+offsetを用いて、メモリ32からインターリーブ後にデータを読み出している。   In this algorithm, output [k ++] = input [j * 32 + offset], but actually, j * 32 + offset, which is an index of the memory 32, is obtained, and after interleaving from the memory 32 using this index j * 32 + offset. Reading data.

本インターリーバ33では、3bitデータをメモリ32から読み出し、ビットスプリッタ34へと出力している。   The interleaver 33 reads 3 bit data from the memory 32 and outputs it to the bit splitter 34.

また、1回のインターリーブが終了した時点で、セレクタ番号の更新を行い、セレクタ番号をセレクタ35に通知している。   Further, when one interleave is completed, the selector number is updated, and the selector number is notified to the selector 35.

インターリーバ33は、図2に示すように、レートマッチング後サイズEになるまで、繰返し処理を行う。   As shown in FIG. 2, the interleaver 33 performs iterative processing until the post-rate matching size E is reached.

ビットスプリッタ34は、インターリーバ33からの3bitデータを3個分の1bitデータに分離する処理部である。   The bit splitter 34 is a processing unit that separates the 3-bit data from the interleaver 33 into 1-bit data of three pieces.

セレクタ35は、ビットスプリッタ34からの3個分の1bitデータのうち1個分の1bitデータを選択して出力する処理部である。   The selector 35 is a processing unit that selects and outputs 1-bit 1-bit data among the 3-bit 1-bit data from the bit splitter 34.

図4は、本発明によるレートマッチングのフローチャー卜を説明するために示す図である。   FIG. 4 is a diagram for explaining a rate matching flow chart according to the present invention.

次に、図4を参照して本発明によるレートマッチングのフローチャー卜について説明する。   Next, a rate matching flowchart according to the present invention will be described with reference to FIG.

まず、スタート後のステップS1において、初期化処理として各パラメータ(セレクタ番号,D,R,ND,出力データサイズ数)の初期化処理が行われる。   First, in step S1 after the start, initialization processing of each parameter (selector number, D, R, ND, number of output data sizes) is performed as initialization processing.

次に、ステップS2、ステップS14において、繰返し(1):STARTと繰返し (1):ENDによるレートマッチング後データサイズの繰返し処理が行われる。   Next, in step S2 and step S14, the repetition (1): START and repetition (1): repetition processing of the data size after rate matching by END is performed.

次に、ステップS3、ステップS12において、繰返し(2):STARTと繰返し (2):ENDによる列数Cの繰返し処理が行われる。   Next, in step S3 and step S12, repetition processing of the number of columns C is performed by repetition (2): START and repetition (2): END.

次に、ステップS8、ステップS11において、繰返し(3):STARTと繰返し (3):ENDによる列数Rの繰返し処理が行われる。   Next, in step S8 and step S11, repetition processing of the number of columns R by repetition (3): START and repetition (3): END is performed.

この場合、NULLが有る列については、1回少ない繰返し回数となる。   In this case, the number of repetitions is one less for a column with NULL.

以上のような繰返し(1)、繰返し(2)、繰返し(3)を繰返すことにより、ブロックインターリーブされたデータを巡回しながら出力する(図2参照)。   By repeating the repetition (1), repetition (2), and repetition (3) as described above, the block interleaved data is output while circulating (see FIG. 2).

次に、ステップS4において、列並び替えオフセット更新処理として、ND分オフセットされている入力データの格納位置をインターリーブパターンP[i]から補正する処理が行われる。   Next, in step S4, as the column rearrangement offset update process, a process for correcting the storage position of the input data offset by ND from the interleave pattern P [i] is performed.

次に、ステップS5において、条件(1)として、インターリーブパターンP[i]の列の、NULLの有無をチエックする処理が行われる。   Next, in step S5, as a condition (1), processing for checking the presence / absence of NULL in the column of the interleave pattern P [i] is performed.

NULL無しの場合、ステップS6に遷移する。   If there is no NULL, the process proceeds to step S6.

NULL有りの場合、ステップS7に遷移する。   If NULL is present, the process proceeds to step S7.

次に、ステップS6において、繰返しオフセット更新(1)として、NULL無しなので、繰返しオフセット(tmp)に0を設定する処理が行われる。   Next, in step S6, as the repeated offset update (1), since there is no NULL, a process of setting 0 to the repeated offset (tmp) is performed.

次に、ステップS7において、繰返しオフセット更新(2)として、NULL有りなので、繰返しオフセット(tmp)に1を設定する処理が行われる。   Next, in step S7, since NULL is present as repetitive offset update (2), processing for setting 1 to repetitive offset (tmp) is performed.

次に、ステップ9において、データ出力処理として、メモリ32の読み出しアドレスを計算し、メモリ32から該読み出しアドレスに格納されているデータを読み出す処理が行われる。   Next, in step 9, as a data output process, a read address of the memory 32 is calculated, and a process of reading data stored in the read address from the memory 32 is performed.

次に、ステップ10において、出力データ数更新処理として、出力データ数をインクリメントする処理が行われる。   Next, in step 10, as the output data number update process, a process of incrementing the output data number is performed.

次に、ステップ13において、セレクタ切り換え処理として、セレクタ35で用いるセレクタ番号を生成するが行われる。   Next, in step 13, a selector number used in the selector 35 is generated as selector switching processing.

このセレクタ番号は、1回のインターリーブ処理後にインクリメントされる。   This selector number is incremented after one interleaving process.

なお、本発明は、上記しかつ図示した実施の形態に限定されることなく、本発明の要旨を逸脱しない範囲で、種々の変形や適用が可能であることは言うまでもない。   Needless to say, the present invention is not limited to the embodiment described above and illustrated, and various modifications and applications are possible without departing from the spirit of the present invention.

図1は、本発明によるBCHにおけるメモリ低減レートマッチング処理装置の構成を説明するために示す要部のブロック図である。FIG. 1 is a block diagram of a main part shown for explaining the configuration of a memory reduction rate matching processing apparatus in BCH according to the present invention. 図2は、本発明によるインターリーバの出力例を説明するために示す図である。FIG. 2 is a diagram for explaining an output example of the interleaver according to the present invention. 図3は、本発明によるBCHにおけるメモリ低減レートマッチング処理装置と図8に示す従来技術とを比較したメモリ使用内訳を示す図である。FIG. 3 is a diagram showing a breakdown of memory usage comparing the memory reduction rate matching processing device in the BCH according to the present invention and the prior art shown in FIG. 図4は、本発明によるレートマッチングのフローチャー卜を説明するために示す図である。FIG. 4 is a diagram for explaining a rate matching flow chart according to the present invention. 図5は、非特許文献1に開示されているLTEにおける下りチャンネルにおけるBCHにおけるトランスポートチャネルプロセスを示すブロック図である。FIG. 5 is a block diagram illustrating a transport channel process in the BCH in the downlink channel in LTE disclosed in Non-Patent Document 1. 図6は、図5のチャネルコーディング部2を詳細に示すブロック図であって、レート1/3テールバインディング畳み込み符号によるエンコードを用いる例である。FIG. 6 is a block diagram illustrating the channel coding unit 2 of FIG. 5 in detail, and is an example using encoding by a rate 1/3 tail binding convolutional code. 図7は、図5のレートマッチング部3を詳細に示すブロック図であって、BCHと、DL−CCHのレートマッチングの例である。FIG. 7 is a block diagram showing in detail the rate matching unit 3 in FIG. 5, and is an example of rate matching between BCH and DL-CCH. 図8は、図7を元に従来技術として想定されるBCHレートマッチング処理装置の構成例を説明するために示すブロック図である。FIG. 8 is a block diagram for explaining a configuration example of a BCH rate matching processing device assumed as a conventional technique based on FIG. 図9は、上記特許文献1に開示されているインターリーブ処理装置の構成を説明するために示すブロック図である。FIG. 9 is a block diagram for explaining the configuration of the interleave processing device disclosed in Patent Document 1. In FIG.

符号の説明Explanation of symbols

31…ビットコレクタ、
32…メモリ、
33…インターリーバ、
34…ビットスプリッタ、
35…セレクタ。
31 ... Bit collector,
32 ... Memory,
33 ... Interleaver,
34 ... Bit splitter,
35 ... Selector.

Claims (1)

LTE(Long−Term Evolution)における無線基地局装置の下りリンクのトランスポートチャネルのーつであるブロードキャストチャネル(以下、BCH)のレートマッチング処理を行うレートマッチング処理装置において、
前記レートマッチング処理の前段の処理であるレート1/3のテールバイディング畳み込みエンコードによるコーディング処理の出力データ(v (0),v (1),v (2):それぞれ1bit)を3bitにまとめるビットコレクタと、
前記ビットコレクタで3bitにまとめられたデータを格納するメモリと、
前記ビットコレクタで3bitにまとめられたデータをブロックインターリーブするインターリーバと、
前記インターリーバでインターリーブされた3bitの出力データを各ビット(v ’(0),v ’(1),v ’(2))毎に分割するビットスプリッタと、
前記ビットスプリッタで分割されたデータを所望のタイミングで選択し、出力するセレクタとで構成されるBCHにおけるレートマッチング処理装置であって、
前記メモリを前記レートマッチング処理装置における前記インターリーバの手前に置き、前記レートマッチング処理装置における前記ブロックインターリーブにおいて、NULLとなるインターリーブポイントを飛ばし、前記メモリからデータを読み出すことにより、前記レートマッチング処理装置における前記セレクタによるビットセレクションにおけるNULL検出をなくして、NULL検出時に必要なビットを削減し、前記メモリの容量を低減することを特徴するBCHにおけるメモリ低減レートマッチング処理装置。
In a rate matching processing device that performs rate matching processing of a broadcast channel (hereinafter referred to as BCH) that is one of the downlink transport channels of a radio base station device in LTE (Long-Term Evolution),
The output data (v k (0) , v k (1) , v k (2) : 1 bit each) of the coding process by the rate 1/3 tail-biding convolutional encoding, which is the previous stage of the rate matching process, is 3 bits. A bit collector
A memory for storing data collected in 3 bits by the bit collector;
An interleaver that performs block interleaving on the data collected in 3 bits by the bit collector;
A bit splitter that divides the 3-bit output data interleaved by the interleaver into each bit (v k ′ (0) , v k ′ (1) , v k ′ (2) );
A rate matching processing device in the BCH configured by a selector that selects and outputs data divided by the bit splitter at a desired timing,
By placing the memory before the interleaver in the rate matching processing device, in the block interleaving in the rate matching processing device, skip the NULL interleaving point and read the data from the memory, thereby the rate matching processing device A memory reduction rate matching processing apparatus for BCH, wherein NULL detection in bit selection by the selector is eliminated, bits necessary at the time of NULL detection are reduced, and the capacity of the memory is reduced.
JP2008072427A 2008-03-19 2008-03-19 Memory reduction rate matching processor for broadcast channel Withdrawn JP2009231979A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008072427A JP2009231979A (en) 2008-03-19 2008-03-19 Memory reduction rate matching processor for broadcast channel

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008072427A JP2009231979A (en) 2008-03-19 2008-03-19 Memory reduction rate matching processor for broadcast channel

Publications (1)

Publication Number Publication Date
JP2009231979A true JP2009231979A (en) 2009-10-08

Family

ID=41246924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008072427A Withdrawn JP2009231979A (en) 2008-03-19 2008-03-19 Memory reduction rate matching processor for broadcast channel

Country Status (1)

Country Link
JP (1) JP2009231979A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160127092A (en) * 2014-02-26 2016-11-02 프라운호퍼 게젤샤프트 쭈르 푀르데룽 데어 안겐반텐 포르슝 에. 베. Data Transmission Arrangement, Data Receiver, and Method for the Operation Thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160127092A (en) * 2014-02-26 2016-11-02 프라운호퍼 게젤샤프트 쭈르 푀르데룽 데어 안겐반텐 포르슝 에. 베. Data Transmission Arrangement, Data Receiver, and Method for the Operation Thereof
KR101887863B1 (en) 2014-02-26 2018-08-14 프라운호퍼 게젤샤프트 쭈르 푀르데룽 데어 안겐반텐 포르슝 에. 베. Data Transmission Arrangement, Data Receiver, and Method for the Operation Thereof
US10285135B2 (en) 2014-02-26 2019-05-07 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Data transmission arrangement, data receiver, and method for the operation thereof

Similar Documents

Publication Publication Date Title
JP5791161B2 (en) How to assign a redundancy version to a circular buffer
US8520496B2 (en) Method and apparatus for rate matching within a communication system
US9300329B2 (en) Turbo-product codes (TPC) with interleaving
US8205123B2 (en) Interleaver and de-interleaver for iterative code systems
US8433987B2 (en) Method for high-efficient implementation of de-rate matching including HARQ combining for LTE
JP2004531138A (en) Buffer architecture for turbo decoder
US8379671B2 (en) Techniques for extracting a control channel from a received signal in a wireless communication system
US8443268B2 (en) Method of performing interleaving and data transmission apparatus
US20090164868A1 (en) Method and apparatus for buffering an encoded signal for a turbo decoder
JP2023508449A (en) Decoding method, device, network device and recording medium
US8555133B2 (en) Rate matching apparatus and rate matching method thereof
KR100963463B1 (en) Improved turbo code interleaver for low frame error rate
JP4837645B2 (en) Error correction code decoding circuit
KR101110201B1 (en) Method and apparatus for paraller structured latin square interleaving in communication system
JP2009231979A (en) Memory reduction rate matching processor for broadcast channel
US9916240B2 (en) Interleaver and de-interleaver for correcting a burst bit error
JP2007142944A (en) Interleaving processing apparatus
JP2004194128A (en) Decoding method and program, and decoder circuit using the same
US20090083514A1 (en) Apparatus and method for block interleaving in mobile communication system
EP2541778A1 (en) Interleaving device and interleaving method
KR101159165B1 (en) Method and Apparatus for Derate Matching and Deinterleaving
US20140359397A1 (en) Memory access apparatus and method for interleaving and deinterleaving
CN109391364B (en) Information processing method and device
CN113726476A (en) Channel interleaving processing method and processing module
JP2005333614A (en) Data processor, decoder, wireless device, data processing method and data processing program

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20110607