JP2005223620A - Wireless communication apparatus and system - Google Patents

Wireless communication apparatus and system Download PDF

Info

Publication number
JP2005223620A
JP2005223620A JP2004029606A JP2004029606A JP2005223620A JP 2005223620 A JP2005223620 A JP 2005223620A JP 2004029606 A JP2004029606 A JP 2004029606A JP 2004029606 A JP2004029606 A JP 2004029606A JP 2005223620 A JP2005223620 A JP 2005223620A
Authority
JP
Japan
Prior art keywords
reliability
packet
data
wireless communication
block
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004029606A
Other languages
Japanese (ja)
Inventor
Keiho Ri
継峰 李
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2004029606A priority Critical patent/JP2005223620A/en
Publication of JP2005223620A publication Critical patent/JP2005223620A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Detection And Prevention Of Errors In Transmission (AREA)
  • Communication Control (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide wireless communication apparatus and system in which throughput is enhanced by suppressing the number of resending times. <P>SOLUTION: Packet data decoded at a decoding section 155 is subjected to error detection at an error detecting section 156 and an ACK signal is created if an error is not detected otherwise an NACK signal is created. When an NACK signal is created and inputted to a reliability calculating section 157, the reliability calculating section 157 calculates a reliability representative of the error ratio for each block of packet data in which an error is detected, and the calculated reliability is quantized at a quantizing section 158. A transmission power control signal creating section 159 creates a signal for controlling transmission power of each block when a communication partner transmitter 100 resends the packet data in which an error is detected based on the quantized reliability. The transmission power control signal and the NACK signal thus created are transmitted to the transmitter 100. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、自動再送要求方式を用いた無線通信装置及び無線通信システムに関し、例えば、移動体通信システムに用いるに好適である。   The present invention relates to a wireless communication apparatus and a wireless communication system using an automatic retransmission request method, and is suitable for use in, for example, a mobile communication system.

移動体通信システムなどのデータ通信システムなどでは、一般に、自動再送要求方式(ARQ:Automatic Repeat reQuest)と呼ばれる方式が用いられている。図11は、ARQ方式が適用された通信システムの概略構成を示すブロック図である。この図に示すように、送信装置10は受信装置20と双方向の伝送路によって結ばれている。送信装置10は、情報ビットを誤り検出符号化及び誤り訂正符号化し、符号語を生成する。誤り検出符号としてはCRC(Cyclic Redundancy Check)が用いられる。生成された符号語は受信装置20に送信される。   In a data communication system such as a mobile communication system, a method called an automatic repeat request method (ARQ: Automatic Repeat reQuest) is generally used. FIG. 11 is a block diagram illustrating a schematic configuration of a communication system to which the ARQ scheme is applied. As shown in this figure, the transmission device 10 is connected to the reception device 20 by a bidirectional transmission path. The transmission apparatus 10 performs error detection coding and error correction coding on the information bits to generate a code word. CRC (Cyclic Redundancy Check) is used as the error detection code. The generated codeword is transmitted to the receiving device 20.

受信装置20は、送信装置10から送信された符号語を受信し、受信した符号語に誤りが存在するか検出する。誤りが検出されなければ、符号語を復号し、情報ビットを取り出す。このとき、受信装置20は送信装置10に対して帰還回線を介してACK(ACKnowledgment)信号を返送することにより、次のデータを要求する。一方、誤りが検出されると、受信装置20は送信装置10に対して再送を要求するNACK(Negative ACKnowledgment)信号を返送し、送信装置10は誤りとされたデータ(符号語)を再送信する。誤りとされたデータの再送は、このデータについてACKを受け取るまで繰り返し行われる。   The receiving device 20 receives the codeword transmitted from the transmitting device 10 and detects whether an error exists in the received codeword. If no error is detected, the codeword is decoded and the information bits are extracted. At this time, the receiving device 20 requests the next data by returning an ACK (ACKnowledgment) signal to the transmitting device 10 via the feedback line. On the other hand, when an error is detected, the receiving device 20 returns a NACK (Negative ACKnowledgment) signal requesting retransmission to the transmitting device 10, and the transmitting device 10 retransmits the data (codeword) in which the error is detected. . Retransmission of erroneous data is repeated until ACK is received for this data.

このように、ARQ方式により、受信側は送信誤りを改善して確実な通信を行うことができる。データ通信システムには高い信頼性が要求されるため、ARQ方式による誤り制御が不可欠である。このARQ方式の性能を評価するには、一般に、スループットが用いられる。スループットは、全伝送ビットに対して受信装置が受信した情報ビットの割合で定義される。   Thus, the ARQ scheme enables the receiving side to perform reliable communication with improved transmission errors. Since high reliability is required for a data communication system, error control by the ARQ method is indispensable. In general, throughput is used to evaluate the performance of the ARQ scheme. Throughput is defined as the ratio of information bits received by the receiving apparatus to all transmission bits.

次に、ハイブリッドARQについて説明する。ハイブリッドARQは、ARQ方式とFEC(Forward Error Correction)方式とを組み合わせた方式である。FEC方式は、伝送データに冗長度を付加し、受信側で誤り訂正を行う方式であり、通信路の状態が不安定であったり、劣悪な環境であったりする場合に有効である。   Next, hybrid ARQ will be described. Hybrid ARQ is a combination of the ARQ scheme and the FEC (Forward Error Correction) scheme. The FEC method is a method in which redundancy is added to transmission data and error correction is performed on the receiving side, and is effective when the state of the communication path is unstable or in a poor environment.

ハイブリッドARQ方式は、予め誤り検出符号化及び誤り訂正符号化を行って(検出と訂正を同じ符号で行うこともある)、情報シンボルとパリティチェックシンボルを含めた形のフレームを構成し、受信側で誤り訂正及び誤り検出を行うType I ハイブリッドARQと呼ばれる方式と、受信側から再送要求があった時に、パリティチェックシンボルを送信し、既に送信した情報シンボルと合成して誤り訂正を行うType II ハイブリッドARQと呼ばれる方式がある。   In the hybrid ARQ system, error detection coding and error correction coding are performed in advance (detection and correction may be performed with the same code) to form a frame including an information symbol and a parity check symbol. A type I hybrid ARQ that performs error correction and error detection at the time of transmission and a type II hybrid that performs error correction by transmitting a parity check symbol and combining it with the information symbol that has already been transmitted when a retransmission request is received from the receiving side There is a method called ARQ.

ところで、いわゆる第3世代と言われる移動体通信システムでは、CDMA(Code Division Multiple Access)方式が採用されている。このCDMA特有の技術として、送信電力制御があり、これとARQとの複合的な技術が要求されている。CDMAは同一の周波数を他ユーザと共有するため、所要以上の電力で送信すると、その帯域を使えるユー数が減少する。そこで、送信電力を必要以上に大きくしないために、送信電力制御を行っている。例えば、受信側での受信電力が均一になるように、受信側から送信側に送信電力制御信号(例えば、TPCなどで送信側の電力を上げるコマンド又は送信側の電力を下げるコマンド)を送信して、送信側の送信電力を制御する。   By the way, in a mobile communication system referred to as a so-called third generation, a CDMA (Code Division Multiple Access) system is adopted. As a technology peculiar to this CDMA, there is transmission power control, and a composite technology of this and ARQ is required. Since CDMA shares the same frequency with other users, the number of users who can use the band decreases when transmitting with more power than necessary. Therefore, transmission power control is performed in order not to increase the transmission power more than necessary. For example, a transmission power control signal (for example, a command to increase the power on the transmission side or a command to decrease the power on the transmission side by TPC or the like) is transmitted from the reception side to the transmission side so that the reception power on the reception side becomes uniform. Thus, the transmission power on the transmission side is controlled.

ARQと送信電力制御の複合的な技術については、特許文献1に記載されており、以下、この技術について説明する。図12は、ARQと送信電力制御を複合的に用いた送受信間の動作を示すフロー図である。この図において、S81では、送信側が送信バッファから新規パケット又は再送パケットを送信し、S91では、受信側が送信側から送られたパケットを受信する。   A composite technique of ARQ and transmission power control is described in Patent Document 1, and this technique will be described below. FIG. 12 is a flowchart showing an operation between transmission and reception using ARQ and transmission power control in combination. In this figure, in S81, the transmission side transmits a new packet or a retransmission packet from the transmission buffer, and in S91, the reception side receives a packet sent from the transmission side.

S96では、受信パケットの受信レベルに基づいて、受信側の受信品質が一定となるように、送信側の送信電力を制御するコマンドを生成する。   In S96, based on the reception level of the received packet, a command for controlling the transmission power on the transmission side is generated so that the reception quality on the reception side is constant.

S92では、受信側が受信パケットの復調を行い、S93では、復調パケットに誤りが含まれるかどうかについて、誤り検出符号等を用いて検出し、誤りが検出されればS95において、NACK信号を生成する。一方、誤りが検出されなければS94において、ACK信号を生成し、再送パケットを受信していた場合には、バッファに保存していたパケットを削除する。   In S92, the receiving side demodulates the received packet. In S93, whether or not an error is included in the demodulated packet is detected using an error detection code or the like. If an error is detected, a NACK signal is generated in S95. . On the other hand, if no error is detected, an ACK signal is generated in S94, and if a retransmission packet is received, the packet stored in the buffer is deleted.

S97では、ACK信号又はNACK信号と送信電力制御コマンドとを送信側に送信する。S82では、送信側がACK信号又はNACK信号と送信電力制御コマンドを受信して、送信電力を変更する。このとき、通信状況の判断基準として、ACK信号及びNACK信号を用いることで、送信電力制御コマンドのみによる電力制御に比べ、精度の高い送信電力制御を行うことができる。   In S97, an ACK signal or NACK signal and a transmission power control command are transmitted to the transmission side. In S82, the transmission side receives the ACK signal or NACK signal and the transmission power control command, and changes the transmission power. At this time, by using an ACK signal and a NACK signal as criteria for determining the communication status, it is possible to perform transmission power control with higher accuracy than power control using only a transmission power control command.

S83では、受信したACK信号又はNACK信号の識別を行い、ACK信号を受信した場合、S84において、送信バッファから送信したパケットを削除し、次に送信するパケットを新規パケットに設定する。一方、NACK信号を受信した場合、S85において、送信パケットを再送パケットに設定する。
特開2002−009741号公報
In S83, the received ACK signal or NACK signal is identified. When an ACK signal is received, in S84, the packet transmitted from the transmission buffer is deleted, and the next packet to be transmitted is set as a new packet. On the other hand, if a NACK signal is received, the transmission packet is set as a retransmission packet in S85.
JP 2002-009741 A

しかしながら、上述した特許文献1に記載の技術では、パケット毎に送信電力制御を行っており、速いフェージングの影響を受けると同一パケット内で受信レベルが均一にならず、例えば、パケット先頭では受信レベルが高く、パケット終端では受信レベルが低い場合もあり、このような場合、パケット先頭の受信レベルに応じて低い送信電力で再送すると、パケット終端では低い送信電力で再送されたパケットと合成しても誤りが検出されてしまい、再送回数が増え、スループットが低下するという問題がある。また、逆に、低い受信レベルのパケット終端に応じて高い送信電力で再送すると、高い送信電力が必要ないパケット先頭部分では、他の無線通信装置に余計な干渉を与えることになってしまい、通信システム全体のスループットが低下してしまうという問題がある。   However, in the technique described in Patent Document 1 described above, transmission power control is performed for each packet, and if it is affected by fast fading, the reception level does not become uniform within the same packet. The reception level may be low at the end of the packet. In such a case, if the retransmission is performed with low transmission power according to the reception level at the beginning of the packet, the packet may be combined with the retransmitted packet with low transmission power. There is a problem that an error is detected, the number of retransmissions increases, and the throughput decreases. Conversely, if retransmission is performed with high transmission power in response to a low reception level packet termination, the packet head portion that does not require high transmission power will cause extra interference to other wireless communication devices, resulting in communication. There is a problem that the throughput of the entire system is lowered.

本発明はかかる点に鑑みてなされたものであり、再送回数を抑制し、スループットを向上させる無線通信装置及び無線通信システムを提供することを目的とする。   The present invention has been made in view of this point, and an object of the present invention is to provide a wireless communication apparatus and a wireless communication system that suppress the number of retransmissions and improve throughput.

本発明の無線通信装置は、帰還路を介して通信相手にデータの再送要求を行う無線通信装置であって、通信相手から送信され、パケットに含まれる複数のブロック化されたデータを受信する受信手段と、再送要求するパケットデータの誤りの割合を表す信頼度をブロック毎に算出する信頼度算出手段と、前記通信相手が再送するパケットデータをブロック毎に制御する制御信号を前記信頼度に基づいて生成する制御信号生成手段と、前記制御信号及びパケット単位の再送要求信号を通信相手に送信する送信手段と、を具備する構成を採る。   The wireless communication device of the present invention is a wireless communication device that requests retransmission of data to a communication partner via a return path, and receives a plurality of blocked data included in a packet transmitted from the communication partner. Based on the reliability, a reliability calculation means for calculating the reliability representing the error rate of the packet data to be retransmitted for each block, and a control signal for controlling the packet data to be retransmitted by the communication partner for each block The control signal generating means for generating the control signal and the transmission means for transmitting the control signal and the retransmission request signal in packet units to the communication partner are employed.

この構成によれば、通信相手が再送するパケットデータをブロック毎に制御する制御信号を信頼度に基づいて生成することにより、例えば、再送パケットデータの送信電力やデータの間引きを行うパンクチャリングをブロック毎に制御することができるので、高速なフェージングによってパケット内の信頼度が均一にならず、再送を要求することなったパケットでも、再送パケットデータを受信することにより誤りなしとして受信する可能性を高め、また、他の無線通信装置に与える影響を低減することができる。これにより、再送回数を抑制し、スループットを向上させることができる。   According to this configuration, by generating a control signal for controlling the packet data to be retransmitted by the communication partner for each block based on the reliability, for example, the transmission power of the retransmitted packet data and the puncturing for thinning out the data are blocked. Because it is possible to control every time, the reliability within the packet is not uniform due to high-speed fading, and even if a packet is requested to be retransmitted, there is a possibility of receiving it as error-free by receiving the retransmitted packet data. The influence on other wireless communication devices can be reduced. As a result, the number of retransmissions can be suppressed and the throughput can be improved.

本発明の無線通信装置は、上記構成において、前記制御信号生成手段が、再送要求するパケットデータのブロック毎の送信電力を制御する送信電力制御信号を生成する構成を採る。   The radio communication apparatus according to the present invention employs a configuration in which, in the above configuration, the control signal generation unit generates a transmission power control signal for controlling transmission power for each block of packet data to be retransmitted.

この構成によれば、再送要求するパケットデータのブロック毎の送信電力を制御することにより、例えば、信頼度が高い場合には、送信電力を低くすることで、他の無線通信装置に与える干渉を低減することができ、また、信頼度が低い場合には、送信電力を高くすることで、再送パケットデータを誤りなしとして受信する可能性を高めることができる。   According to this configuration, by controlling the transmission power for each block of packet data to be retransmitted, for example, when the reliability is high, by reducing the transmission power, the interference given to other wireless communication devices can be reduced. When the reliability is low, the transmission power is increased, so that the possibility of receiving retransmission packet data without error can be increased.

本発明の無線通信装置は、上記構成において、前記制御信号生成手段が、再送要求するパケットデータのブロック毎のパンクチャリングパターンを制御するパンクチャリングパターン制御信号を生成する構成を採る。   The radio communication apparatus according to the present invention employs a configuration in which, in the above configuration, the control signal generation unit generates a puncturing pattern control signal for controlling a puncturing pattern for each block of packet data requested to be retransmitted.

この構成によれば、再送要求するパケットデータのブロック毎のパンクチャリングパターンを制御することにより、例えば、信頼度が高い場合には、多くのデータ量を間引くパンクチャリングパターンとすることで、他の無線通信装置の送信データ量を増やすことができ、また、信頼度が低い場合には、少ないデータ量を間引くパンクチャリングパターンとすることで、再送パケットデータを誤りなしとして受信する可能性を高めることができる。   According to this configuration, by controlling a puncturing pattern for each block of packet data to be retransmitted, for example, when reliability is high, a puncturing pattern that thins out a large amount of data can be used, and The amount of transmission data of the wireless communication device can be increased, and when the reliability is low, the possibility of receiving retransmission packet data without error is increased by using a puncturing pattern that thins out a small amount of data. Can do.

本発明の無線通信装置は、上記構成において、受信信号からフェージングの速さを表すドップラー周波数を検出するドップラー周波数検出手段と、前記ドップラー周波数検出手段によって検出されたドップラー周波数に基づいて、1つのパケットに含まれるブロック数を決定するブロック数決定手段と、を具備する構成を採る。   The radio communication apparatus according to the present invention has the above-described configuration, and includes a Doppler frequency detection unit that detects a Doppler frequency representing a fading speed from a received signal, and one packet based on the Doppler frequency detected by the Doppler frequency detection unit. And a block number determining means for determining the number of blocks included in the.

この構成によれば、ドップラー周波数検出手段によって検出されたドップラー周波数に基づいて、1つのパケットに含まれるブロック数を決定することにより、例えば、フェージングが速いことを表す高いドップラー周波数が検出された場合には、ブロック数を多くすることで、同一ブロック内で信頼度が大きく異なっても、再送パケットの送信電力を精度よく制御することができ、また、フェージングが遅い場合には、ブロック数を少なくすることにより、スループットの低下を招くことなく、ブロック毎の信頼度の算出や送信電力制御に要する処理を削減することができる。   According to this configuration, for example, when a high Doppler frequency indicating that fading is fast is detected by determining the number of blocks included in one packet based on the Doppler frequency detected by the Doppler frequency detection means. Therefore, by increasing the number of blocks, it is possible to accurately control the transmission power of retransmission packets even if the reliability varies greatly within the same block. Also, if the fading is slow, the number of blocks is reduced. By doing so, it is possible to reduce processing required for calculation of reliability and transmission power control for each block without causing a decrease in throughput.

本発明の無線通信装置は、上記のいずれかに記載の無線通信装置から送信された制御信号に基づいて、前記無線通信装置から再送要求があったパケットデータをブロック毎に制御する制御手段と、前記制御手段によって制御された前記パケットデータを前記無線通信装置に再送する送信手段と、を具備する構成を採る。   The wireless communication device of the present invention, based on a control signal transmitted from any of the wireless communication devices described above, a control means for controlling the packet data requested for retransmission from the wireless communication device for each block; A transmission unit configured to retransmit the packet data controlled by the control unit to the wireless communication device.

この構成によれば、通信相手から送信された制御信号に基づいて、通信相手である無線通信装置から再送要求があったパケットデータをブロック毎に制御することにより、例えば、再送パケットの送信電力やデータの間引きを行うパンクチャリングを細かく制御することができるので、高速なフェージングによってパケット内の信頼度が均一にならず、再送を要求することなったパケットでも、再送パケットデータを受信することにより誤りなしとして受信する可能性を高め、また、他の無線通信装置に与える影響を低減することができる。これにより、再送回数を抑制し、スループットを向上させることができる。   According to this configuration, based on the control signal transmitted from the communication partner, the packet data requested to be retransmitted from the wireless communication device that is the communication partner is controlled for each block. Puncturing for thinning out data can be finely controlled, so the reliability within the packet is not uniform due to high-speed fading, and even if a packet has been requested to be retransmitted, receiving the retransmitted packet data causes an error. It is possible to increase the possibility of receiving as none, and to reduce the influence on other wireless communication devices. As a result, the number of retransmissions can be suppressed and the throughput can be improved.

本発明の無線通信システムは、受信装置から帰還路を介して送信装置にデータの再送要求を行う無線通信システムであって、前記送信装置から送信され、パケットに含まれる複数のブロック化されたデータを受信する受信手段と、再送要求するパケットデータの誤りの割合を表す信頼度をブロック毎に算出する信頼度算出手段と、を有する受信装置と、再送要求を受けたパケットデータを前記信頼度に基づいてブロック毎に制御する制御手段と、前記制御手段によって制御されたパケットデータを前記受信装置に再送する送信手段と、を有する送信装置と、を具備する構成を採る。   The wireless communication system of the present invention is a wireless communication system that makes a data retransmission request from a receiving device to a transmitting device via a feedback path, and is a plurality of blocked data included in a packet transmitted from the transmitting device. Receiving means, and reliability calculating means for calculating the reliability indicating the error rate of the packet data to be retransmitted for each block, and the packet data having received the retransmission request as the reliability. Based on this, a configuration is provided that includes a control unit that controls each block on the basis of the transmission unit, and a transmission unit that retransmits packet data controlled by the control unit to the reception device.

この構成によれば、再送要求を受けたパケットデータを信頼度に基づいてブロック毎に制御することにより、例えば、再送パケットデータの送信電力やデータの間引きを行うパンクチャリングを細かく制御することができるので、高速なフェージングによってパケット内の信頼度が均一にならず、再送を要求することなったパケットでも、再送パケットデータを受信することにより誤りなしとして受信する可能性を高め、また、他の無線通信装置に与える影響を低減することができる。これにより、再送回数を抑制し、スループットを向上させることができる。   According to this configuration, by controlling packet data that has received a retransmission request for each block based on reliability, for example, transmission power of retransmission packet data and puncturing for thinning out data can be finely controlled. Therefore, the reliability within the packet is not uniform due to high-speed fading, and even if a packet is requested to be retransmitted, the possibility of receiving it as error-free is improved by receiving the retransmitted packet data. The influence on the communication device can be reduced. As a result, the number of retransmissions can be suppressed and the throughput can be improved.

本発明の無線通信システムは、前記受信装置が、受信信号からフェージングの速さを表すドップラー周波数を検出するドップラー周波数検出手段をさらに有し、前記送信装置が、前記ドップラー周波数検出手段によって検出されたドップラー周波数に基づいて、1つのパケットに含まれるブロック数を制御するブロック化手段をさらに有する構成を採る。   The radio communication system of the present invention further includes Doppler frequency detection means for detecting a Doppler frequency representing a fading speed from a received signal by the reception apparatus, and the transmission apparatus is detected by the Doppler frequency detection means. The configuration further includes blocking means for controlling the number of blocks included in one packet based on the Doppler frequency.

この構成によれば、ドップラー周波数検出手段によって検出されたドップラー周波数に基づいて、1つのパケットに含まれるブロック数を制御することにより、例えば、フェージングが速いことを表す高いドップラー周波数が検出された場合には、ブロック数を多くすることで、同一ブロック内で信頼度が大きく異なっても、再送パケットの送信電力を精度よく制御することができ、また、フェージングが遅い場合には、ブロック数を少なくすることにより、スループットの低下を招くことなく、ブロック毎の信頼度の算出や送信電力制御に要する処理を削減することができる。   According to this configuration, for example, when a high Doppler frequency indicating that fading is fast is detected by controlling the number of blocks included in one packet based on the Doppler frequency detected by the Doppler frequency detection means. Therefore, by increasing the number of blocks, it is possible to accurately control the transmission power of retransmission packets even if the reliability varies greatly within the same block. Also, if the fading is slow, the number of blocks is reduced. By doing so, it is possible to reduce processing required for calculation of reliability and transmission power control for each block without causing a decrease in throughput.

以上説明したように、本発明によれば、再送パケットについて、パケットを構成するブロック毎に信頼度を算出し、算出した信頼度に基づいて、再送パケットデータの送信電力及び/又はパンクチャリングパターンをブロック毎に制御することにより、高速フェージングによってパケット内の信頼度が均一にならず、誤りが検出されたパケットでも、再送パケットが誤りなしとして受信される可能性を高め、他の無線通信装置に与える影響を低減することができるので、再送回数を抑制し、スループットを向上させることができる。   As described above, according to the present invention, the reliability of the retransmission packet is calculated for each block constituting the packet, and the transmission power and / or puncturing pattern of the retransmission packet data is calculated based on the calculated reliability. By controlling each block, the reliability within the packet is not uniform due to high-speed fading, and even if a packet in which an error is detected is increased, the possibility that a retransmitted packet is received without error is increased. Since the influence exerted can be reduced, the number of retransmissions can be suppressed and the throughput can be improved.

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

(実施の形態1)
図1は、本発明の実施の形態1に係る送信装置100の構成を示すブロック図である。この図において、誤り検出ビット付加部101は、送信データに誤り検出用ビットを付加し、誤り検出ビットを付加した送信データを誤り訂正符号化部102に出力する。誤り訂正符号化部102は、誤り検出ビット付加部101から出力された送信データをターボ符号や畳み込み符号等の誤り訂正符号で符号化し、符号化した送信データをブロック化部103に出力する。
(Embodiment 1)
FIG. 1 is a block diagram showing a configuration of transmitting apparatus 100 according to Embodiment 1 of the present invention. In this figure, error detection bit adding section 101 adds an error detection bit to transmission data and outputs transmission data with the error detection bit added to error correction encoding section 102. The error correction encoding unit 102 encodes the transmission data output from the error detection bit adding unit 101 with an error correction code such as a turbo code or a convolutional code, and outputs the encoded transmission data to the blocking unit 103.

ブロック化部103は、誤り訂正符号化部102から出力された送信データで、複数のブロックから1つのパケットを構成するブロックにブロック化し、各ブロックに番号を付与する。ブロック化されたデータはバッファ104及び切替部105に出力される。   Blocking section 103 blocks the transmission data output from error correction coding section 102 into blocks constituting one packet from a plurality of blocks, and assigns a number to each block. The blocked data is output to the buffer 104 and the switching unit 105.

バッファ104は、ブロック化部103から出力されたデータを一時保持し、後述する受信装置150からACK信号を受信した場合、保持しているデータを削除し、再送の要求を示すNACK信号を受信した場合、保持しているデータを切替部105に出力する。   The buffer 104 temporarily holds the data output from the blocking unit 103, and when receiving an ACK signal from the receiving apparatus 150 described later, the buffer 104 deletes the held data and receives a NACK signal indicating a retransmission request In this case, the held data is output to the switching unit 105.

切替部105は、ブロック化部103から出力されたデータ又はバッファ104から出力されたデータのいずれかを受信装置150から受信したACK/NACK信号に基づいて変調部106に出力する。具体的には、ACK信号を受信した場合、新規パケットデータ(未送信データ)を送信することになるので、ブロック化部103から出力されたデータを変調部106に出力する切り替えを行い、NACK信号を受信した場合、再送パケットデータ(既送信データ)を送信することになるので、バッファ104から出力された再送パケットデータを変調部106に出力する切り替えを行う。   Switching section 105 outputs either the data output from blocking section 103 or the data output from buffer 104 to modulating section 106 based on the ACK / NACK signal received from receiving apparatus 150. Specifically, when an ACK signal is received, new packet data (untransmitted data) is transmitted, so that the data output from the blocking unit 103 is switched to be output to the modulation unit 106, and the NACK signal Is transmitted, retransmission packet data (transmitted data) is transmitted, so that the retransmission packet data output from the buffer 104 is switched to be output to the modulation unit 106.

変調部106は、切替部105から出力されたパケットデータを変調し、変調したパケットデータを電力増幅部107に出力する。電力増幅部107は、受信装置150から受信した送信電力制御信号に基づいて、変調部106から出力されたパケットデータを電力増幅し、増幅後の信号を無線送信部108に出力する。無線送信部108は、電力増幅部107から出力された信号に対して、アップコンバート等の所定の無線送信処理を行い、アンテナ109を介して通信相手である受信装置150に送信する。   Modulation section 106 modulates the packet data output from switching section 105 and outputs the modulated packet data to power amplification section 107. Based on the transmission power control signal received from receiving apparatus 150, power amplification section 107 power amplifies the packet data output from modulation section 106 and outputs the amplified signal to radio transmission section 108. The wireless transmission unit 108 performs predetermined wireless transmission processing such as up-conversion on the signal output from the power amplification unit 107 and transmits the signal to the receiving device 150 that is a communication partner via the antenna 109.

図2は、本発明の実施の形態1に係る受信装置150の構成を示すブロック図である。この図において、無線受信部152は、通信相手である送信装置100から送信された信号をアンテナ151を介して受信し、受信した信号にダウンコンバート等の所定の無線受信処理を行い、無線受信処理後の信号を復調部153に出力する。復調部153は、無線受信部152から出力された受信信号を復調し、復調後の信号を合成部154に出力する。また、復調部153は、受信信号の信号点の位置情報を信頼度算出部157に出力する。合成部154は、バッファを有し、復調部153から出力された信号が新規パケットデータであれば、そのまま一時保持すると共に復号部155に出力し、再送パケットデータであれば、バッファに保持されたデータと合成し、合成後の信号をバッファに保持すると共に、復号部155に出力する。合成部154のバッファに保持されたデータは、後述する誤り検出部156からACK信号を取得すると削除される。   FIG. 2 is a block diagram showing a configuration of receiving apparatus 150 according to Embodiment 1 of the present invention. In this figure, a radio reception unit 152 receives a signal transmitted from a transmission apparatus 100 as a communication partner via an antenna 151, performs predetermined radio reception processing such as down-conversion on the received signal, and performs radio reception processing. The later signal is output to demodulation section 153. Demodulation section 153 demodulates the received signal output from radio reception section 152 and outputs the demodulated signal to combining section 154. Further, the demodulation unit 153 outputs the position information of the signal point of the received signal to the reliability calculation unit 157. The synthesizer 154 has a buffer. If the signal output from the demodulator 153 is new packet data, the synthesizer 154 temporarily holds it as it is and outputs it to the decoder 155. If it is retransmission packet data, it is held in the buffer. The signal is combined with the data, and the combined signal is held in the buffer and output to the decoding unit 155. The data held in the buffer of the synthesis unit 154 is deleted when an ACK signal is acquired from the error detection unit 156 described later.

復号部155は、合成部154から出力された信号を復号し、復号した信号を誤り検出部156に出力する。誤り検出部156は、復号部155から出力された信号の誤り検出ビットを用いて誤り検出を行い、誤りが検出されなければ、復号部155から出力された信号を復号データとして出力すると共に、ACK信号を生成し、合成部154及び送信装置100に出力する。また、誤りが検出されれば、復号部155から出力された信号を削除すると共に、NACK信号を生成し、信頼度算出部157及び送信装置100に出力する。なお、ACK/NACK信号は、各ブロックに付与された番号と共に、所定の送信処理が行われた後、送信装置100に送られることは言うまでもない。   Decoding section 155 decodes the signal output from combining section 154 and outputs the decoded signal to error detection section 156. The error detection unit 156 performs error detection using the error detection bit of the signal output from the decoding unit 155. If no error is detected, the error detection unit 156 outputs the signal output from the decoding unit 155 as decoded data and ACK A signal is generated and output to the synthesis unit 154 and the transmission device 100. If an error is detected, the signal output from decoding section 155 is deleted and a NACK signal is generated and output to reliability calculation section 157 and transmitting apparatus 100. Needless to say, the ACK / NACK signal is sent to the transmission apparatus 100 after a predetermined transmission process is performed together with the number assigned to each block.

信頼度算出部157は、誤り検出部156からNACK信号を取得すると、復調部153から出力された受信信号の信号点の位置情報から誤りが検出されたパケットデータのブロック毎の誤りの割合を表す信頼度を算出する。具体的には、信号点の分布広がりを示す分散を求め、信頼度を算出する。例えば、変調方式をBPSKとした場合、図3に示すように、分散が小さいと誤りの割合は低いので信頼度は高く、分散が大きいと誤りの割合が高いので信頼度は低い。算出された信頼度は量子化部158に出力される。   When the reliability calculation unit 157 obtains the NACK signal from the error detection unit 156, the reliability calculation unit 157 represents the error rate for each block of the packet data in which the error is detected from the position information of the signal point of the reception signal output from the demodulation unit 153. Calculate reliability. Specifically, the variance indicating the distribution spread of the signal points is obtained, and the reliability is calculated. For example, when the modulation method is BPSK, as shown in FIG. 3, if the variance is small, the error rate is low and the reliability is high, and if the variance is large, the error rate is high and the reliability is low. The calculated reliability is output to the quantization unit 158.

量子化部158は、信頼度算出部157から出力された信頼度を量子化する。量子化された信頼度は送信電力制御信号生成部159に出力される。送信電力制御信号生成部159は、量子化部158から出力された量子化後の信頼度に基づいて、通信相手である送信装置100の送信電力を制御する信号を生成する。例えば、信頼度が高い場合には、送信電力を低くする制御信号を生成し、信頼度が低い場合には、送信電力を高くする制御信号を生成する。なお、NACK信号を取得しなければ送信電力制御信号の生成は行われない。これにより、再送パケットの送信電力制御を行うことになる。   The quantization unit 158 quantizes the reliability output from the reliability calculation unit 157. The quantized reliability is output to transmission power control signal generation section 159. The transmission power control signal generation unit 159 generates a signal for controlling the transmission power of the transmission apparatus 100 that is the communication partner, based on the reliability after quantization output from the quantization unit 158. For example, when the reliability is high, a control signal for reducing the transmission power is generated, and when the reliability is low, a control signal for increasing the transmission power is generated. If the NACK signal is not acquired, the transmission power control signal is not generated. As a result, transmission power control of retransmission packets is performed.

次に、上記構成を有する送信装置100と受信装置150の動作について説明する。まず、送信装置100が未送信データを送信する場合について考える。未送信データは、誤り検出ビット付加部101で誤り検出ビットが付加され、誤り訂正符号化部102でターボ符号化や畳み込み符号化等の誤り訂正符号化が行われる。符号化後の送信データはブロック化部103でパケットを構成する複数のブロックにブロック化され、各ブロックに番号が付与される。ブロック化されたデータは切替部105を介して変調部106に出力されると共に、バッファ104に一時記憶される。ブロック化されたデータは変調部106で変調が行われる。変調されたデータは、電力増幅部107において、電力が増幅される。電力増幅されたデータは、無線送信部108で所定の無線送信処理が行われ、アンテナ109を介して受信装置150に送信される。   Next, operations of transmitting apparatus 100 and receiving apparatus 150 having the above-described configurations will be described. First, consider a case where the transmission apparatus 100 transmits untransmitted data. The error detection bit is added to the untransmitted data by the error detection bit adding unit 101, and error correction coding such as turbo coding or convolutional coding is performed by the error correction coding unit 102. The encoded transmission data is blocked into a plurality of blocks constituting the packet by the blocking unit 103, and a number is assigned to each block. The blocked data is output to the modulation unit 106 via the switching unit 105 and temporarily stored in the buffer 104. The blocked data is modulated by the modulation unit 106. The power of the modulated data is amplified in the power amplification unit 107. The power-amplified data undergoes a predetermined wireless transmission process by the wireless transmission unit 108 and is transmitted to the receiving device 150 via the antenna 109.

送信装置100から送信された信号は、無線受信部152で所定の無線受信処理が行われ、復調部153で復調される。復調後の信号は、合成部154のバッファに一時保持されると共に、復号部155で復号される。また、復調部153で得られた受信信号の信号点の位置情報が信頼度算出部157に出力される。復号された信号は、誤り検出部156で誤り検出が行われ、誤りがなければ、復号データが出力されると共に、ACK信号が生成される。また、誤りが検出されれば、復号データの出力は行われず、NACK信号が生成される。生成されたACK信号は合成部154に出力され、NACK信号は信頼度算出部157に出力される。また、ACK/NACK信号は所定の送信処理が行われ、送信装置100に送信される。   A signal transmitted from the transmission device 100 is subjected to predetermined wireless reception processing by the wireless reception unit 152 and demodulated by the demodulation unit 153. The demodulated signal is temporarily held in the buffer of the synthesis unit 154 and decoded by the decoding unit 155. Further, the position information of the signal point of the received signal obtained by the demodulator 153 is output to the reliability calculator 157. The decoded signal is subjected to error detection by an error detection unit 156. If there is no error, decoded data is output and an ACK signal is generated. If an error is detected, the decoded data is not output and a NACK signal is generated. The generated ACK signal is output to the synthesis unit 154, and the NACK signal is output to the reliability calculation unit 157. Further, the ACK / NACK signal is subjected to a predetermined transmission process and transmitted to the transmission apparatus 100.

信頼度算出部157において、NACK信号が入力されると、復調部153から出力された受信信号の信号点の位置情報に基づいて、信号点の分布広がりを示す分散が求められ、ブロック毎の信頼度が算出される。求められた信頼度は、量子化部158で量子化され、送信電力制御信号生成部159において、送信装置100の送信電力を制御する信号が生成される。生成された送信電力制御信号は、所定の送信処理が行われ、送信装置100に送信される。   When the NACK signal is input to the reliability calculation unit 157, the variance indicating the distribution of signal points is obtained based on the position information of the signal points of the received signal output from the demodulation unit 153, and the reliability for each block is obtained. The degree is calculated. The obtained reliability is quantized by the quantization unit 158, and a signal for controlling the transmission power of the transmission apparatus 100 is generated by the transmission power control signal generation unit 159. The generated transmission power control signal is subjected to a predetermined transmission process and transmitted to the transmission apparatus 100.

ここで、送信電力制御信号生成部159での送信電力の決定方法について説明する。図4は、信頼度と送信電力との関係を示す図である。この図では、信頼度をS、所定の閾値をT1〜T3(ただし、T3<T2<T1)、量子化された信頼度をD1〜D4、送信電力をP1〜P4(ただし、P1<P2<P3<P4)とし、4段階の信頼度に分けた場合について示している。この図が示すように、信頼度SがT1を越える(量子化された信頼度がD1)場合、信頼度が最も高いので、送信電力は最も低いP1となるように制御信号が生成される。また、信頼度SがT1以下であり、かつ、T2を越える(量子化された信頼度がD2)場合、信頼度が2番目に高いので、送信電力は2番目に低いP2となるように制御信号が生成される。また、信頼度SがT2以下であり、かつ、T3を越える(量子化された信頼度がD3)場合、信頼度が3番目に高いので、送信電力は3番目に低いP3となるように制御信号が生成される。さらに、信頼度SがT3以下である(量子化された信頼度がD4)場合、信頼度が最も低いので、送信電力は最も高いP4となるように制御信号が生成される。   Here, a transmission power determination method in transmission power control signal generation section 159 will be described. FIG. 4 is a diagram illustrating the relationship between reliability and transmission power. In this figure, the reliability is S, the predetermined threshold is T1 to T3 (where T3 <T2 <T1), the quantized reliability is D1 to D4, and the transmission power is P1 to P4 (where P1 <P2 < P3 <P4), and the case where the reliability is divided into four levels is shown. As shown in this figure, when the reliability S exceeds T1 (quantized reliability is D1), since the reliability is the highest, the control signal is generated so that the transmission power is the lowest P1. Further, when the reliability S is equal to or lower than T1 and exceeds T2 (quantized reliability is D2), the reliability is the second highest, so that the transmission power is controlled to be the second lowest P2. A signal is generated. Further, when the reliability S is equal to or lower than T2 and exceeds T3 (quantized reliability is D3), the reliability is the third highest, so that the transmission power is controlled to be the third lowest P3. A signal is generated. Further, when the reliability S is equal to or lower than T3 (quantized reliability is D4), since the reliability is the lowest, the control signal is generated so that the transmission power is the highest P4.

このように、送信電力制御信号生成部159では、送信装置100から送信されたパケットのブロック毎の信頼度に応じて、送信装置100における再送パケットの送信電力をブロック毎に制御する信号を生成する。これにより、信頼度が高い場合には、受信信号の誤りの割合が低いので、送信電力を低くしても誤りが検出される可能性は低く、他の無線通信装置に与える干渉を低減することができ、システム全体のスループットを向上させることができる。また、信頼度が低い場合には、受信信号の誤りの割合が高いので、送信電力を高くすることにより誤りが検出される可能性を低くすることができ、再送回数を低減することができるので、スループットを向上させることができる。また、送信装置100の電力増幅部107では、パケットを複数に分割したブロック単位で送信電力制御を行うことにより、高速フェージングによってパケット内の信頼度が均一にならず、誤りが検出されたパケットでも、再送パケットと合成することにより誤りなしとする可能性を高めることができる。   As described above, the transmission power control signal generation unit 159 generates a signal for controlling the transmission power of the retransmission packet for each block in the transmission apparatus 100 according to the reliability of each block of the packet transmitted from the transmission apparatus 100. . As a result, when the reliability is high, the error rate of the received signal is low, so even if the transmission power is lowered, the possibility that an error is detected is low, and interference given to other wireless communication devices is reduced. And the throughput of the entire system can be improved. In addition, when the reliability is low, the error rate of the received signal is high, so the possibility of detecting an error can be reduced by increasing the transmission power, and the number of retransmissions can be reduced. , Throughput can be improved. In addition, the power amplifying unit 107 of the transmission device 100 performs transmission power control in units of blocks obtained by dividing a packet, so that the reliability within the packet is not uniform due to high-speed fading, and even if a packet in which an error is detected is detected. The possibility of error-free can be increased by combining with the retransmitted packet.

受信装置150の誤り検出部156がACK信号を生成した場合、生成されたACK信号が合成部154に出力され、合成部154はバッファに保持しているデータを削除する。また、誤り検出部156で生成されたACK信号は、送信装置100のバッファ104及び切替部105に入力される。バッファ104はACK信号が入力されると、保持しているデータを削除し、切替部105はACK信号が入力されると、ブロック化部103から出力された信号、すなわち、新規パケットデータを変調部106に出力するように切り替えを行う。   When error detection section 156 of receiving apparatus 150 generates an ACK signal, the generated ACK signal is output to combining section 154, and combining section 154 deletes the data held in the buffer. In addition, the ACK signal generated by the error detection unit 156 is input to the buffer 104 and the switching unit 105 of the transmission device 100. When the ACK signal is input to the buffer 104, the held data is deleted. When the ACK signal is input to the switching unit 105, the signal output from the blocking unit 103, that is, the new packet data is modulated by the modulation unit. Switching to 106 is performed.

一方、受信装置150の誤り検出部156がNACK信号を生成した場合、生成されたNACK信号は、信頼度算出部157に出力され、誤りが検出されたパケットデータのブロック毎の信頼度が算出される。そして、送信電力制御信号生成部159はブロック毎の量子化された信頼度に基づいて、送信電力制御信号を生成する。この送信電力制御信号は、送信装置100の電力増幅部107に入力される。送信装置100のバッファ104及び切替部105に入力される。バッファ104はNACK信号が入力されると、保持しているデータを切替部105に出力し、切替部105はNACK信号が入力されると、バッファ104から出力された信号、すなわち、再送パケットデータを変調部106に出力するように切り替えを行う。電力増幅部107は受信装置150において誤りが検出されたパケット、すなわち、再送パケットを受信装置150から受信した送信電力制御信号に基づいて電力増幅する。   On the other hand, when the error detection unit 156 of the receiving apparatus 150 generates a NACK signal, the generated NACK signal is output to the reliability calculation unit 157, and the reliability of each block of packet data in which an error is detected is calculated. The Then, the transmission power control signal generation unit 159 generates a transmission power control signal based on the quantized reliability for each block. This transmission power control signal is input to the power amplification unit 107 of the transmission device 100. The data is input to the buffer 104 and the switching unit 105 of the transmission device 100. When the NACK signal is input to the buffer 104, the held data is output to the switching unit 105. When the NACK signal is input to the switching unit 105, the signal output from the buffer 104, that is, the retransmission packet data is output. Switching is performed so as to output to the modulation unit 106. The power amplifying unit 107 amplifies power based on a transmission power control signal received from the receiving apparatus 150 for a packet in which an error is detected in the receiving apparatus 150, that is, a retransmission packet.

上述した送信装置100及び受信装置150の送信電力制御処理をブロック毎に示した概念図を図5に示す。この図が示すように、1パケット分のデータが送信装置100のブロック化部103でK個のブロックにブロック化され、各ブロックにそれぞれ#1〜#Kの番号が付与される。誤りが検出されたパケットデータは、受信装置150の信頼度算出部157でブロック毎に信頼度が算出され、量子化部158で信頼度の量子化が行われる。量子化された信頼度に基づいて、送信電力制御信号生成部159で送信電力制御信号が生成され、送信装置100の電力増幅部107で送信電力制御信号に基づいて、再送パケットデータの電力増幅が行われる。   FIG. 5 is a conceptual diagram showing the transmission power control processing of the transmission device 100 and the reception device 150 described above for each block. As shown in the figure, the data for one packet is blocked into K blocks by the blocking unit 103 of the transmission apparatus 100, and numbers # 1 to #K are assigned to the respective blocks. For the packet data in which an error is detected, the reliability is calculated for each block by the reliability calculation unit 157 of the reception device 150, and the quantization of the reliability is performed by the quantization unit 158. A transmission power control signal is generated by transmission power control signal generation section 159 based on the quantized reliability, and power amplification of retransmission packet data is performed by power amplification section 107 of transmission apparatus 100 based on the transmission power control signal. Done.

このように本実施の形態によれば、再送パケットについて、パケットを複数に分割したブロック単位で信頼度を算出し、算出した信頼度に基づいて、再送パケットの送信電力制御をブロック毎に行うことにより、高速フェージングによってパケット内の信頼度が均一にならず、誤りが検出されたパケットでも、再送パケットと合成することで、再送パケットが誤りなしとして受信される可能性を高め、他の無線通信装置に与える影響を低減することができるので、再送回数を抑制し、スループットを向上させることができる。   As described above, according to the present embodiment, the reliability of a retransmission packet is calculated for each block obtained by dividing the packet into a plurality of blocks, and transmission power control of the retransmission packet is performed for each block based on the calculated reliability. Therefore, the reliability within the packet is not uniform due to high-speed fading, and even if a packet in which an error is detected is combined with the retransmission packet, the possibility that the retransmission packet is received without error is increased, and other wireless communication Since the influence on the apparatus can be reduced, the number of retransmissions can be suppressed and the throughput can be improved.

なお、本実施の形態では、信頼度の算出、算出された信頼度の量子化、及び、送信電力制御信号の生成を受信装置で行ったが、本発明はこれに限らず、信頼度の算出及び算出された信頼度の量子化を受信装置で行い、送信電力制御信号の生成を送信装置で行ってもよいし、信頼度の算出のみを受信装置で行い、算出された信頼度の量子化及び送信電力制御信号の生成を送信装置で行ってもよい。また、これらの処理を送信装置で行ってもよい。   In the present embodiment, calculation of reliability, quantization of the calculated reliability, and generation of a transmission power control signal are performed by the reception device. However, the present invention is not limited to this, and calculation of reliability is performed. Further, quantization of the calculated reliability may be performed by the reception device, and a transmission power control signal may be generated by the transmission device, or only calculation of the reliability may be performed by the reception device, and quantization of the calculated reliability may be performed. The transmission power control signal may be generated by the transmission device. Further, these processes may be performed by the transmission device.

(実施の形態2)
実施の形態1では、ブロックの信頼度に応じて、送信装置の送信電力を制御することについて説明したが、本発明の実施の形態2では、ブロックの信頼度に応じて、パンクチャリングパターン(データの間引き)を制御することについて説明する。
(Embodiment 2)
In the first embodiment, the transmission power of the transmission apparatus is controlled according to the block reliability. However, in the second embodiment of the present invention, the puncturing pattern (data) is determined according to the block reliability. Control of thinning) will be described.

図6は、本発明の実施の形態2に係る送信装置600の構成を示すブロック図である。ただし、図6が図1と共通する部分には、図1と同一の符号を付し、その詳しい説明は省略する。図6が図1と異なる点は、パンクチャリング部601を設けた点である。   FIG. 6 is a block diagram showing a configuration of transmitting apparatus 600 according to Embodiment 2 of the present invention. However, the parts in FIG. 6 that are the same as those in FIG. 1 are denoted by the same reference numerals as those in FIG. 6 differs from FIG. 1 in that a puncturing unit 601 is provided.

バッファ104は、ブロック化部103から出力されたデータを一時保持し、ACK信号が入力されると、保持しているブロックデータを削除し、NACK信号が入力されると、保持しているブロックデータをパンクチャリング部601に出力する。   The buffer 104 temporarily holds the data output from the blocking unit 103. When the ACK signal is input, the buffer 104 deletes the stored block data, and when the NACK signal is input, the stored block data. Is output to the puncturing unit 601.

パンクチャリング部601は、バッファ104から出力された再送用のデータに対して、後述する受信装置650から受信したパンクチャリングパターン制御信号に基づいたパンクチャリングパターンでパンクチャリングを行う。パンクチャリングされたデータは、切替部105を介して変調部106に出力される。   The puncturing unit 601 performs puncturing on the retransmission data output from the buffer 104 with a puncturing pattern based on a puncturing pattern control signal received from the receiving apparatus 650 described later. The punctured data is output to the modulation unit 106 via the switching unit 105.

図7は、本発明の実施の形態2に係る受信装置650の構成を示すブロック図である。ただし、図7が図2と共通する部分には、図2と同一の符号を付し、その詳しい説明は省略する。図7が図2と異なる点は、送信電力制御信号生成部159をパンクチャリングパターン制御信号生成部651に変更した点である。   FIG. 7 is a block diagram showing a configuration of receiving apparatus 650 according to Embodiment 2 of the present invention. However, the parts in FIG. 7 that are the same as those in FIG. 2 are denoted by the same reference numerals as those in FIG. 7 is different from FIG. 2 in that the transmission power control signal generation unit 159 is changed to a puncturing pattern control signal generation unit 651.

信頼度算出部157は、誤り検出部156からNACK信号を取得すると、復調部153から出力された受信信号の信号点の位置情報から誤りの割合を表す信頼度を算出する。算出された信頼度は量子化部158に出力される。量子化部158は、信頼度算出部157から出力された信頼度を量子化する。量子化された信頼度はパンクチャリングパターン制御信号生成部651に出力される。   When obtaining the NACK signal from the error detection unit 156, the reliability calculation unit 157 calculates the reliability representing the error rate from the position information of the signal point of the received signal output from the demodulation unit 153. The calculated reliability is output to the quantization unit 158. The quantization unit 158 quantizes the reliability output from the reliability calculation unit 157. The quantized reliability is output to the puncturing pattern control signal generation unit 651.

パンクチャリングパターン制御信号生成部651は、量子化部158から出力された量子化後の信頼度に基づいて、通信相手である送信装置600におけるパンクチャリングパターンを制御する信号を生成する。例えば、信頼度が高い場合には、多くのデータを間引くパンクチャリングパターンとする制御信号を生成し、信頼度が低い場合には、少ないデータを間引くパンクチャリングパターンとする制御信号を生成する。   Puncturing pattern control signal generation section 651 generates a signal for controlling a puncturing pattern in transmitting apparatus 600 that is a communication partner based on the reliability after quantization output from quantization section 158. For example, when the reliability is high, a control signal that generates a puncturing pattern that thins out a large amount of data is generated. When the reliability is low, a control signal that generates a puncturing pattern that thins out a small amount of data is generated.

ここで、パンクチャリングパターン制御信号生成部651でのパンクチャリングパターンの決定方法について説明する。図8は、信頼度とパンクチャリングパターンとの関係を示す図である。この図では、信頼度をS、所定の閾値をT1〜T3(ただし、T3<T2<T1)、量子化された信頼度をD1〜D4、パンクチャリングパターンをPunc1〜Punc4(ただし、Punc4<Punc3<Punc2<Punc1)とし、4段階の信頼度に分けた場合について示している。この図が示すように、信頼度SがT1を越える(量子化された信頼度がD1)場合、信頼度が最も高いので、パンクチャリングパターンは最も多いデータ量を間引くPunc1となるように制御信号が生成される。また、信頼度SがT1以下であり、かつ、T2を越える(量子化された信頼度がD2)場合、信頼度が2番目に高いので、パンクチャリングパターンは2番目に多いデータ量を間引くPunc2となるように制御信号が生成される。また、信頼度SがT2以下であり、かつ、T3を越える(量子化された信頼度がD3)場合、信頼度が3番目に高いので、パンクチャリングパターンは3番目に多いデータ量を間引くPunc3となるように制御信号が生成される。さらに、信頼度SがT3以下である(量子化された信頼度がD4)場合、信頼度が最も低いので、パンクチャリングパターンは最も少ないデータ量を間引くPunc4となるように制御信号が生成される。   Here, a method of determining a puncturing pattern in the puncturing pattern control signal generation unit 651 will be described. FIG. 8 is a diagram illustrating the relationship between the reliability and the puncturing pattern. In this figure, the reliability is S, the predetermined threshold is T1 to T3 (where T3 <T2 <T1), the quantized reliability is D1 to D4, the puncturing patterns are Punc1 to Punc4 (where Punc4 <Punc3 In this example, <Punc2 <Punc1) is set and the reliability is divided into four levels. As shown in this figure, when the reliability S exceeds T1 (quantized reliability is D1), the reliability is highest, so that the puncturing pattern becomes a Punc1 that thins out the largest amount of data. Is generated. Further, when the reliability S is equal to or lower than T1 and exceeds T2 (quantized reliability is D2), the reliability is the second highest, so that the puncturing pattern is Punc2 which thins out the second largest amount of data. A control signal is generated so that Further, when the reliability S is equal to or lower than T2 and exceeds T3 (quantized reliability is D3), the reliability is the third highest, and thus the puncturing pattern Punc3 that thins out the third largest amount of data A control signal is generated so that Further, when the reliability S is equal to or lower than T3 (quantized reliability is D4), the reliability is the lowest, so that the control signal is generated so that the puncturing pattern becomes Punc4 which thins out the smallest amount of data. .

このように、パンクチャリングパターン制御信号生成部651では、送信装置600から送信されたブロックの信頼度に応じて、送信装置600におけるパンクチャリングパターンを制御する信号を生成する。これにより、信頼度が高い場合には、受信信号の誤りの割合が低いので、多くのデータ量を間引くパンクチャリングパターンでも、誤りが検出される可能性は低く、送信するデータ量を削減することができ、他の無線通信装置の送信データ量を増やすことができるので、システム全体のスループットを向上させることができる。また、信頼度が低い場合には、受信信号の誤りの割合が高いので、少ないデータ量を間引くパンクチャリングパターンとすることにより、誤りが検出される可能性を低くすることができ、再送回数を低減することができるので、スループットを向上させることができる。また、送信装置600のパンクチャリング部601では、パケットを複数に分割したブロック単位でパンクチャリングを行うことにより、高速フェージングによってパケット内の信頼度が均一にならず、誤りが検出されたパケットでも、再送パケットと合成することにより、合成後のデータを誤りなしとする可能性を高めることができる。   As described above, the puncturing pattern control signal generation unit 651 generates a signal for controlling the puncturing pattern in the transmission apparatus 600 according to the reliability of the block transmitted from the transmission apparatus 600. As a result, when the reliability is high, the error rate of the received signal is low, so even with a puncturing pattern that thins out a large amount of data, there is a low possibility that an error will be detected, and the amount of data to be transmitted should be reduced. Since the amount of transmission data of other wireless communication devices can be increased, the throughput of the entire system can be improved. Also, when the reliability is low, the error rate of the received signal is high, so by setting a puncturing pattern that thins out a small amount of data, the possibility of detecting errors can be reduced, and the number of retransmissions can be reduced. Since it can be reduced, throughput can be improved. In addition, the puncturing unit 601 of the transmission device 600 performs puncturing in units of blocks obtained by dividing a packet, so that the reliability within the packet is not uniform due to high-speed fading, and even in a packet in which an error is detected, By combining with the retransmission packet, it is possible to increase the possibility that the combined data has no error.

このように本実施の形態によれば、再送パケットについて、パケットを複数に分割したブロック単位で信頼度を算出し、算出した信頼度に基づいて再送パケットのパンクチャリングパターンの制御をブロック毎に行うことにより、送信データ量の制御を細かく行うことができ、スループットを向上させることができる。   As described above, according to the present embodiment, the reliability is calculated for each retransmission packet in units of blocks obtained by dividing the packet, and the puncturing pattern of the retransmission packet is controlled for each block based on the calculated reliability. As a result, the amount of transmission data can be finely controlled, and the throughput can be improved.

なお、本実施の形態では、信頼度の算出、算出された信頼度の量子化、及び、パンクチャリングパターン制御信号の生成を受信装置で行ったが、本発明はこれに限らず、信頼度の算出及び算出された信頼度の量子化を受信装置で行い、パンクチャリングパターン制御信号の生成を送信装置で行ってもよいし、信頼度の算出のみを受信装置で行い、算出された信頼度の量子化及びパンクチャリングパターン制御信号の生成を送信装置で行ってもよい。また、これらの処理を送信装置で行ってもよい。   In the present embodiment, the calculation of the reliability, the quantization of the calculated reliability, and the generation of the puncturing pattern control signal are performed by the receiving device, but the present invention is not limited to this, and the reliability The reception device may perform the calculation and quantization of the calculated reliability, and the generation of the puncturing pattern control signal may be performed by the transmission device, or only the reliability calculation may be performed by the reception device. The generation of the quantization and puncturing pattern control signal may be performed by the transmission device. Further, these processes may be performed by the transmission device.

(実施の形態3)
実施の形態1及び2では、パケットを構成するブロック数を固定して説明したが、本発明の実施の形態3では、ブロック数を可変とする場合について説明する。
(Embodiment 3)
In the first and second embodiments, the number of blocks constituting a packet is fixed. However, in the third embodiment of the present invention, a case where the number of blocks is variable will be described.

図9は、本発明の実施の形態3に係る送信装置900の構成を示すブロック図である。ただし、図9が図1と共通する部分には、図1と同一の符号を付し、その詳しい説明は省略する。図9が図1と異なる点は、ブロック化部103をブロック化部901に変更した点である。   FIG. 9 is a block diagram showing a configuration of transmitting apparatus 900 according to Embodiment 3 of the present invention. However, the parts in FIG. 9 that are the same as those in FIG. 1 are given the same reference numerals as those in FIG. 9 differs from FIG. 1 in that the blocking unit 103 is changed to a blocking unit 901.

誤り訂正符号化部102は、誤り検出ビット付加部101から出力された送信データをターボ符号や畳み込み符号等で符号化し、符号化した送信データをブロック化部901に出力する。   The error correction encoding unit 102 encodes the transmission data output from the error detection bit adding unit 101 with a turbo code, a convolutional code, or the like, and outputs the encoded transmission data to the blocking unit 901.

ブロック化部901は、後述する受信装置950から受信したブロック数制御信号に基づいて、1パケットを構成するブロック数を変更し、誤り訂正符号化部102から出力された送信データをブロック化し、各ブロックに番号を付与する。ブロック化されたデータはバッファ104及び切替部105に出力される。   Blocking section 901 changes the number of blocks constituting one packet based on a block number control signal received from receiving apparatus 950 described below, blocks transmission data output from error correction coding section 102, Give blocks a number. The blocked data is output to the buffer 104 and the switching unit 105.

図10は、本発明の実施の形態3に係る受信装置950の構成を示すブロック図である。ただし、図10が図2と共通する部分は、図2と同一の符号を付し、その詳しい説明は省略する。図10が図2と異なる点は、fD検出部951及びブロック数決定部952を設けた点である。   FIG. 10 is a block diagram showing a configuration of receiving apparatus 950 according to Embodiment 3 of the present invention. However, the parts in FIG. 10 that are the same as those in FIG. 2 are assigned the same reference numerals as those in FIG. 10 is different from FIG. 2 in that an fD detection unit 951 and a block number determination unit 952 are provided.

無線受信部152は、通信相手である送信装置900から送信された信号をアンテナ151を介して受信し、受信した信号にダウンコンバート等の所定の無線受信処理を行い、無線受信処理後の信号を復調部153及びfD検出部951に出力する。   The radio reception unit 152 receives a signal transmitted from the transmission apparatus 900 as a communication partner via the antenna 151, performs predetermined radio reception processing such as down-conversion on the received signal, and outputs the signal after the radio reception processing. The data is output to the demodulator 153 and the fD detector 951.

fD検出部951は、無線受信部152から出力された信号からフェージングの速さを表すドップラー周波数(以下、「fD」と省略する)を検出し、検出したfDをブロック数決定部952に出力する。   The fD detection unit 951 detects a Doppler frequency (hereinafter abbreviated as “fD”) representing the fading speed from the signal output from the radio reception unit 152 and outputs the detected fD to the block number determination unit 952. .

ブロック数決定部952は、fD検出部951から出力されたfDに基づいて、ブロック数を決定する。決定されたブロック数は、ブロック数制御信号として送信装置900に送信される。   The block number determination unit 952 determines the number of blocks based on the fD output from the fD detection unit 951. The determined number of blocks is transmitted to transmitting apparatus 900 as a block number control signal.

次に、上記構成を有する送信装置900及び受信装置950の動作について説明する。受信装置950のfD検出部951では、fDを検出することにより、送信装置900と受信装置950との伝搬路におけるフェージングの速さを検出する。ブロック数決定部952では、fD検出部951で検出されたfDに基づいて、送信装置900のブロック化部901が形成するブロック数を決定する。例えば、フェージングが速く、fDが高い場合、ブロック数を多くすることにより、フェージングが速く、伝搬路が急激に変化する場合でも、同一ブロック内で信頼度が大きく異なることがなくなり、再送パケットの送信電力を精度よく制御することができる。また、フェージングが遅く、fDが低い場合、ブロック数を少なくすることにより、スループットの低下を招くことなく、ブロック毎の信頼度の算出や送信電力制御に要する処理を削減することができる。なお、fDの高低は所定の閾値との比較により判断するものとする。   Next, operations of transmitting apparatus 900 and receiving apparatus 950 having the above configuration will be described. The fD detection unit 951 of the reception device 950 detects the fading speed in the propagation path between the transmission device 900 and the reception device 950 by detecting fD. The block number determination unit 952 determines the number of blocks formed by the blocking unit 901 of the transmission device 900 based on the fD detected by the fD detection unit 951. For example, when fading is fast and fD is high, by increasing the number of blocks, even when fading is fast and the propagation path changes suddenly, the reliability does not vary greatly within the same block, and retransmission packets are transmitted. Electric power can be controlled with high accuracy. In addition, when fading is slow and fD is low, by reducing the number of blocks, it is possible to reduce processing required for calculation of reliability for each block and transmission power control without causing a decrease in throughput. Note that the level of fD is determined by comparison with a predetermined threshold.

送信装置900のブロック化部901では、受信装置950のブロック数決定部952で生成されたブロック数制御信号に基づいたブロック数で送信データをブロック化する。   Blocking section 901 of transmitting apparatus 900 blocks transmission data with the number of blocks based on the block number control signal generated by block number determining section 952 of receiving apparatus 950.

このように本実施の形態によれば、フェージングの速さに応じてブロック数を制御し、フェージングが速い場合には、ブロック数を多くし、同一ブロック内で信頼度が大きく異なっても、再送パケットの送信電力を精度よく制御することができ、また、フェージングが遅い場合には、ブロック数を少なくすることにより、スループットの低下を招くことなく、ブロック毎の信頼度の算出や送信電力制御に要する処理を削減することができる。   As described above, according to the present embodiment, the number of blocks is controlled in accordance with the fading speed, and when fading is fast, the number of blocks is increased. Packet transmission power can be accurately controlled, and when fading is slow, the number of blocks can be reduced to reduce the throughput and reduce the reliability of each block and transmit power control. The required processing can be reduced.

なお、本実施の形態では、ブロック数を任意に設定してもよい。   In the present embodiment, the number of blocks may be set arbitrarily.

また、本実施の形態では、送信電力制御を行う実施の形態1において、ブロック数を可変とした場合について説明したが、パンクチャリングパターンの制御を行う実施の形態2において、ブロック数を可変としてもよい。また、上述した各実施の形態は、自由に組み合わせることができる。   Further, in the present embodiment, the case where the number of blocks is made variable in the first embodiment in which transmission power control is performed has been described. However, in the second embodiment in which puncturing pattern control is performed, the number of blocks may be made variable. Good. Moreover, each embodiment mentioned above can be combined freely.

上述した各実施の形態では、ARQの方式として、ハイブリッドARQを例に挙げて説明したが、本発明はこれに限らず、SAW(Stop-And-Wait)ARQ方式、GBN(Go-Back-N)ARQ方式、SR(Selective-Repeat)ARQ方式などいずれの方式でもよい。   In each of the above-described embodiments, the hybrid ARQ has been described as an example of the ARQ scheme. However, the present invention is not limited to this, and the SAW (Stop-And-Wait) ARQ scheme, GBN (Go-Back-N) ) Any system such as ARQ system or SR (Selective-Repeat) ARQ system may be used.

また、上述した各実施の形態では、信頼度を信号点の分布広がりを示す分散を求めることによって算出したが、本発明はこれに限らず、ターボ符号の復号に際し、求められる尤度情報を信頼度の算出に用いてもよい。また、SIR(Signal to Interference Ratio)、受信レベル、BER(Bit Error Rate)等の受信品質から信頼度を算出してもよく、要は、受信信号の誤り割合を表す指標であればよい。   Further, in each of the above-described embodiments, the reliability is calculated by obtaining the variance indicating the distribution spread of the signal points. However, the present invention is not limited to this, and the obtained likelihood information is reliable when decoding the turbo code. It may be used to calculate the degree. In addition, the reliability may be calculated from the reception quality such as SIR (Signal to Interference Ratio), reception level, BER (Bit Error Rate), etc. In short, it may be an index representing the error rate of the received signal.

本願発明にかかる無線通信装置は、再送回数を抑制し、スループットを向上させるという効果を有し、無線通信システムに適用することができる。   The wireless communication apparatus according to the present invention has the effect of suppressing the number of retransmissions and improving the throughput, and can be applied to a wireless communication system.

本発明の実施の形態1に係る送信装置の構成を示すブロック図The block diagram which shows the structure of the transmitter which concerns on Embodiment 1 of this invention. 本発明の実施の形態1に係る受信装置の構成を示すブロック図The block diagram which shows the structure of the receiver which concerns on Embodiment 1 of this invention. BPSK方式における信号点の分布広がりを示す図The figure which shows the distribution spread of the signal point in a BPSK system 信頼度と送信電力との関係を示す図Diagram showing the relationship between reliability and transmission power 送信装置及び受信装置の送信電力制御処理をブロック毎に示した概念図Conceptual diagram showing transmission power control processing of a transmission device and a reception device for each block 本発明の実施の形態2に係る送信装置の構成を示すブロック図The block diagram which shows the structure of the transmitter which concerns on Embodiment 2 of this invention. 本発明の実施の形態2に係る受信装置の構成を示すブロック図The block diagram which shows the structure of the receiver which concerns on Embodiment 2 of this invention. 信頼度とパンクチャリングパターンとの関係を示す図Diagram showing the relationship between reliability and puncturing patterns 本発明の実施の形態3に係る送信装置の構成を示すブロック図The block diagram which shows the structure of the transmitter which concerns on Embodiment 3 of this invention. 本発明の実施の形態3に係る受信装置の構成を示すブロック図The block diagram which shows the structure of the receiver which concerns on Embodiment 3 of this invention. ARQ方式が適用された通信システムの概略構成を示すブロック図A block diagram showing a schematic configuration of a communication system to which an ARQ scheme is applied ARQと送信電力制御を複合的に用いた送受信間の動作を示すフロー図Flow chart showing operation between transmission and reception using ARQ and transmission power control in combination

符号の説明Explanation of symbols

101 誤り検出ビット付加部
102 誤り訂正符号化部
103、901 ブロック化部
104 バッファ
105 切替部
106 変調部
107 電力増幅部
108 無線送信部
109、151 アンテナ
152 無線受信部
153 復調部
154 合成部
155 復号部
156 誤り検出部
157 信頼度算出部
158 量子化部
159 送信電力制御信号生成部
601 パンクチャリング部
651 パンクチャリングパターン制御信号生成部
951 fD検出部
952 ブロック数決定部
DESCRIPTION OF SYMBOLS 101 Error detection bit addition part 102 Error correction encoding part 103,901 Blocking part 104 Buffer 105 Switching part 106 Modulation part 107 Power amplification part 108 Radio transmission part 109, 151 Antenna 152 Radio reception part 153 Demodulation part 154 Synthesis part 155 Decoding Unit 156 error detection unit 157 reliability calculation unit 158 quantization unit 159 transmission power control signal generation unit 601 puncturing unit 651 puncturing pattern control signal generation unit 951 fD detection unit 952 block number determination unit

Claims (7)

帰還路を介して通信相手にデータの再送要求を行う無線通信装置であって、
通信相手から送信され、パケットに含まれる複数のブロック化されたデータを受信する受信手段と、
再送要求するパケットデータの誤りの割合を表す信頼度をブロック毎に算出する信頼度算出手段と、
前記通信相手が再送するパケットデータをブロック毎に制御する制御信号を前記信頼度に基づいて生成する制御信号生成手段と、
前記制御信号及びパケット単位の再送要求信号を通信相手に送信する送信手段と、
を具備することを特徴とする無線通信装置。
A wireless communication device that makes a data retransmission request to a communication partner via a return path,
Receiving means for receiving a plurality of blocked data included in a packet transmitted from a communication partner;
A reliability calculation means for calculating a reliability representing the error rate of packet data to be retransmitted for each block;
Control signal generating means for generating a control signal for controlling the packet data retransmitted by the communication partner for each block based on the reliability;
Transmitting means for transmitting the control signal and the retransmission request signal in packet units to a communication partner;
A wireless communication apparatus comprising:
前記制御信号生成手段は、
再送要求するパケットデータのブロック毎の送信電力を制御する送信電力制御信号を生成することを特徴とする請求項1に記載の無線通信装置。
The control signal generating means
2. The wireless communication apparatus according to claim 1, wherein a transmission power control signal for controlling transmission power for each block of packet data for which retransmission is requested is generated.
前記制御信号生成手段は、
再送要求するパケットデータのブロック毎のパンクチャリングパターンを制御するパンクチャリングパターン制御信号を生成することを特徴とする請求項1又は請求項2に記載の無線通信装置。
The control signal generating means
The radio communication apparatus according to claim 1 or 2, wherein a puncturing pattern control signal for controlling a puncturing pattern for each block of packet data to be retransmitted is generated.
受信信号からフェージングの速さを表すドップラー周波数を検出するドップラー周波数検出手段と、
前記ドップラー周波数検出手段によって検出されたドップラー周波数に基づいて、1つのパケットに含まれるブロック数を決定するブロック数決定手段と、
を具備することを特徴とする請求項1から請求項3のいずれかに記載の無線通信装置。
Doppler frequency detection means for detecting a Doppler frequency representing the fading speed from the received signal;
Block number determining means for determining the number of blocks included in one packet based on the Doppler frequency detected by the Doppler frequency detecting means;
The wireless communication apparatus according to claim 1, further comprising:
請求項1から請求項3のいずれかに記載の無線通信装置から送信された制御信号に基づいて、前記無線通信装置から再送要求があったパケットデータをブロック毎に制御する制御手段と、
前記制御手段によって制御された前記パケットデータを前記無線通信装置に再送する送信手段と、
を具備することを特徴とする無線通信装置。
Based on a control signal transmitted from the wireless communication device according to any one of claims 1 to 3, control means for controlling packet data requested to be retransmitted from the wireless communication device for each block;
Transmitting means for retransmitting the packet data controlled by the control means to the wireless communication device;
A wireless communication apparatus comprising:
受信装置から帰還路を介して送信装置にデータの再送要求を行う無線通信システムであって、
前記送信装置から送信され、パケットに含まれる複数のブロック化されたデータを受信する受信手段と、
再送要求するパケットデータの誤りの割合を表す信頼度をブロック毎に算出する信頼度算出手段と、
を有する受信装置と、
再送要求を受けたパケットデータを前記信頼度に基づいてブロック毎に制御する制御手段と、
前記制御手段によって制御されたパケットデータを前記受信装置に再送する送信手段と、
を有する送信装置と、
を具備することを特徴とする無線通信システム。
A wireless communication system that makes a data retransmission request from a receiving device to a transmitting device via a feedback path,
Receiving means for receiving a plurality of blocked data contained in a packet transmitted from the transmitting device;
A reliability calculation means for calculating a reliability representing the error rate of packet data to be retransmitted for each block;
A receiving device having:
Control means for controlling the packet data received the retransmission request for each block based on the reliability;
Transmitting means for retransmitting packet data controlled by the control means to the receiving device;
A transmitter having
A wireless communication system comprising:
前記受信装置は、受信信号からフェージングの速さを表すドップラー周波数を検出するドップラー周波数検出手段をさらに有し、
前記送信装置は、前記ドップラー周波数検出手段によって検出されたドップラー周波数に基づいて、1つのパケットに含まれるブロック数を制御するブロック化手段をさらに有する
ことを特徴とする請求項6に記載の無線通信システム。
The receiving apparatus further includes Doppler frequency detecting means for detecting a Doppler frequency representing a fading speed from a received signal,
The wireless communication according to claim 6, wherein the transmission device further includes blocking means for controlling the number of blocks included in one packet based on the Doppler frequency detected by the Doppler frequency detection means. system.
JP2004029606A 2004-02-05 2004-02-05 Wireless communication apparatus and system Pending JP2005223620A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004029606A JP2005223620A (en) 2004-02-05 2004-02-05 Wireless communication apparatus and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004029606A JP2005223620A (en) 2004-02-05 2004-02-05 Wireless communication apparatus and system

Publications (1)

Publication Number Publication Date
JP2005223620A true JP2005223620A (en) 2005-08-18

Family

ID=34998924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004029606A Pending JP2005223620A (en) 2004-02-05 2004-02-05 Wireless communication apparatus and system

Country Status (1)

Country Link
JP (1) JP2005223620A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007099853A1 (en) * 2006-02-24 2007-09-07 Matsushita Electric Industrial Co., Ltd. Wireless communication device and re-sending data generating method
JP2008160742A (en) * 2006-12-26 2008-07-10 Fujitsu Ltd Mobile communication apparatus
WO2009145295A1 (en) * 2008-05-29 2009-12-03 京セラ株式会社 Radio communication device and radio communication method
WO2010109521A1 (en) * 2009-03-25 2010-09-30 富士通株式会社 Radio communication system, mobile station device, base station device, and radio communication method in the radio communication system
JP2013128330A (en) * 2007-07-04 2013-06-27 Nec Corp Multicarrier mobile communication system
JP2019537880A (en) * 2016-10-26 2019-12-26 クアルコム,インコーポレイテッド Puncturing and retransmission techniques for coded transmission

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007099853A1 (en) * 2006-02-24 2007-09-07 Matsushita Electric Industrial Co., Ltd. Wireless communication device and re-sending data generating method
JP2008160742A (en) * 2006-12-26 2008-07-10 Fujitsu Ltd Mobile communication apparatus
US9032267B2 (en) 2007-07-04 2015-05-12 Nec Corporation Multicarrier mobile communication system
JP2013128330A (en) * 2007-07-04 2013-06-27 Nec Corp Multicarrier mobile communication system
JP5229695B2 (en) * 2007-07-04 2013-07-03 日本電気株式会社 Multi-carrier mobile communication system
JP2015015762A (en) * 2007-07-04 2015-01-22 日本電気株式会社 Multicarrier mobile communication system
JP2009290618A (en) * 2008-05-29 2009-12-10 Kyocera Corp Radio communication device and radio communication method
WO2009145295A1 (en) * 2008-05-29 2009-12-03 京セラ株式会社 Radio communication device and radio communication method
WO2010109521A1 (en) * 2009-03-25 2010-09-30 富士通株式会社 Radio communication system, mobile station device, base station device, and radio communication method in the radio communication system
JP5212539B2 (en) * 2009-03-25 2013-06-19 富士通株式会社 Radio communication system, mobile station apparatus, base station apparatus, and radio communication method in radio communication system
US9294959B2 (en) 2009-03-25 2016-03-22 Fujitsu Limited Radio communication system, mobile station apparatus, base station apparatus, and radio communication method in radio communication system
JP2019537880A (en) * 2016-10-26 2019-12-26 クアルコム,インコーポレイテッド Puncturing and retransmission techniques for coded transmission
US11616598B2 (en) 2016-10-26 2023-03-28 Qualcomm Incorporated Puncturing and retransmission techniques for encoded transmissions

Similar Documents

Publication Publication Date Title
US9986571B2 (en) Hybrid automatic repeat request with feedback dependent bit selection
JP3911263B2 (en) Adaptive hybrid automatic retransmission request method and apparatus
EP2012456B1 (en) Communication system and receiving method
CA2197131C (en) Adaptive hybrid arq coding schemes for slow fading channels in mobile radio systems
JP4064385B2 (en) Transmission / reception apparatus and method for packet retransmission in a mobile communication system
KR101214345B1 (en) Adaptive hybrid arq algorithms
JP4370245B2 (en) Automatic retransmission request (ARQ) dynamic selection apparatus and method
US9385843B2 (en) Method and apparatus for using multiple modulation schemes for a single packet
US8484526B2 (en) Encoder, decoder, encoding method, and decoding method
EP1172959A2 (en) Hybrid automatic repeat-request system and method
EP1271833A1 (en) ARQ system with transmission priority and receiver quality feedback
US8780694B2 (en) Hybrid ARQ with variable retransmission energy
JP2009017552A (en) Hybrid automatic retransmission request method, transmitter, receiver and communication system
JP2006245912A (en) Transmitter, receiver and data retransmission method
WO2002017550A2 (en) Two stage data packet processing scheme
JP2002026747A (en) Wireless communication terminal device and transmission power control method
US8341467B2 (en) System and method for wireless transmission using hybrid ARQ based on average mutual information per bit
JP2004007028A (en) Transmission apparatus and transmission method
KR20070091883A (en) Apparatus and method for hybrid automatic repeat requesting using log likelihood ratio in mobile communication system
KR101015764B1 (en) Apparatus and method for a transmitting/receiving signal in a communication system
JP2005223620A (en) Wireless communication apparatus and system
JP2008103991A (en) Data transmitting method
KR20040084212A (en) Hybrid ARQ Wireless Communication System Using state of Feedback Channel
CN112715012A (en) Apparatus, method and computer program for adaptive selective retransmission in wireless communications
JP2009296182A (en) Radio communication system, radio communication device and radio communication method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060803

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081024

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081028

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090303