JP2006314120A - Radio communication method - Google Patents

Radio communication method Download PDF

Info

Publication number
JP2006314120A
JP2006314120A JP2006168931A JP2006168931A JP2006314120A JP 2006314120 A JP2006314120 A JP 2006314120A JP 2006168931 A JP2006168931 A JP 2006168931A JP 2006168931 A JP2006168931 A JP 2006168931A JP 2006314120 A JP2006314120 A JP 2006314120A
Authority
JP
Japan
Prior art keywords
data
packet
header
information
error correction
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
JP2006168931A
Other languages
Japanese (ja)
Inventor
Yukihiro Yamamoto
幸宏 山本
Hiroyuki Inuzuka
浩之 犬塚
Hiroshi Nagaya
博志 長屋
Hachiro Miyata
八郎 宮田
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.)
Toyota Industries Corp
Original Assignee
Toyota Industries Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toyota Industries Corp filed Critical Toyota Industries Corp
Priority to JP2006168931A priority Critical patent/JP2006314120A/en
Publication of JP2006314120A publication Critical patent/JP2006314120A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To enhance transmission efficiency of data and to enhance communication quality without complicating a decoding circuit of a receiver in a radio communication system. <P>SOLUTION: A payload is disassembled into a plurality of data units and a header of the payload is given to each data unit. A plurality of codewords are generated by giving error correction codes to each data unit to which the header is given, a packet for storing the plurality of codewords is generated and transmitted. The receiver reproduces the plurality of data units using each corresponding header, checks errors of the plurality of reproduced data units using each corresponding error correction code and performs retransmissions request to data units in which the errors are detected. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、パケット単位でデータを送受信する無線通信システム、無線通信方法、並びにそのための無線通信装置に係わる。   The present invention relates to a radio communication system, a radio communication method, and a radio communication apparatus for transmitting and receiving data in packet units.

従来より、パケット単位でデータを送受信する無線通信システムが実用化されている。そして、このような無線通信システムは、無線LANシステム等の私設網や、公衆網のアクセス回線等に適用されている。   Conventionally, wireless communication systems that transmit and receive data in packet units have been put into practical use. Such wireless communication systems are applied to private networks such as wireless LAN systems, public network access lines, and the like.

無線通信システムでは、一般に、データ誤りが発生しやすい。このため、無線通信システムは、データの正常性を検査するための機能や、誤ったデータを訂正する機能を備えていることが多い。ここで、データの正常性をチェックするための機能は、例えば、巡回符号検査(CRC:Cyclic Redundancy Check )符号により実現されている。また、誤ったデータを訂正する機能は、例えば、誤り訂正符号(ECC:Error Correction Code )により実現されている。   In a wireless communication system, data errors are generally likely to occur. For this reason, a wireless communication system often has a function for checking the normality of data and a function for correcting erroneous data. Here, the function for checking the normality of the data is realized by, for example, a cyclic code check (CRC) code. The function of correcting erroneous data is realized by, for example, an error correction code (ECC).

ところで、無線通信システムは、しばしば、送信パケットが受信装置により受信されたことをパケット毎にチェックするプロトコルを採用している。例えば、図12において、A局は、ユーザデータを複数のデータユニットに分解して複数のパケットを生成し、それらのパケットを、順次、B局へ送信している。一方、B局は、パケットを受信する毎に対応するACKメッセージをA局に返送する。このとき、A局は、送信パケットに対応するACKメッセージを受信できたときに、次のパケットを送信する。従って、大量のデータを送信する場合には、「データ送信」と「ACKメッセージの受信」が繰り返し転送されることになり、データ伝送効率が低下する。   By the way, the wireless communication system often employs a protocol for checking, for each packet, that a transmission packet has been received by a receiving device. For example, in FIG. 12, the station A decomposes user data into a plurality of data units to generate a plurality of packets, and sequentially transmits these packets to the station B. On the other hand, each time the B station receives a packet, it returns a corresponding ACK message to the A station. At this time, the station A transmits the next packet when it can receive the ACK message corresponding to the transmission packet. Therefore, when a large amount of data is transmitted, “data transmission” and “reception of an ACK message” are repeatedly transferred, resulting in a decrease in data transmission efficiency.

上記システムにおいて、各パケットのデータ長を長くすれば、データ伝送効率が向上する。しかし、各パケットのデータ長を長くすると、受信装置に設けられる誤り訂正復号回路の回路規模が大きくなってしまう。また、各パケットのデータ長を長くすると、受信信号を復号してデータを再生する処理に要する時間が長くなるので、リアルタイム性が要求される通信では、データ遅延の問題が生じることになる。よって、復号回路の小型化/低コスト化や、遅延特性等の通信品質を考慮すると、各パケットのデータ長を長くすることには限界がある。   In the above system, if the data length of each packet is increased, the data transmission efficiency is improved. However, if the data length of each packet is increased, the circuit scale of the error correction decoding circuit provided in the receiving device will increase. Further, if the data length of each packet is increased, the time required for the process of decoding the received signal and reproducing the data becomes longer, so that a problem of data delay occurs in communication that requires real-time performance. Therefore, considering the downsizing / cost reduction of the decoding circuit and communication quality such as delay characteristics, there is a limit to increasing the data length of each packet.

この問題を解決する方法としては、例えば、図13に示すように、各パケットの中に複数の符号語を格納して送信する方式が提案されている。ここで、符号語は、互いに独立してブロック符号による誤り訂正を行うことができるデータの単位である。したがって、各符号語には、それぞれ誤り訂正符号(ECC)が付与されている。   As a method for solving this problem, for example, as shown in FIG. 13, a method of storing and transmitting a plurality of codewords in each packet has been proposed. Here, a code word is a unit of data that can be error-corrected by a block code independently of each other. Therefore, an error correction code (ECC) is assigned to each code word.

このような構成のパケットを利用すれば、各符号語の長さが短くても、図12に示すACKメッセージが返送される回数が少なくなり、データ伝送効率は高くなる。また、符号語長が短ければ、受信装置に設けられる誤り訂正復号回路の回路規模を小さくすることができると共に、データ遅延は小さくなる。なお、このような構成のパケットを利用する技術は、例えば、特開平4−144335号公報において示唆されている。また、IEEE802.11(特に、IEEE802.11e)において提案されている。   If a packet having such a configuration is used, even if the length of each code word is short, the number of times the ACK message shown in FIG. 12 is returned decreases, and the data transmission efficiency increases. If the codeword length is short, the circuit scale of the error correction decoding circuit provided in the receiving apparatus can be reduced, and the data delay is reduced. A technique using a packet having such a configuration is suggested in, for example, Japanese Patent Laid-Open No. 4-144335. It is also proposed in IEEE 802.11 (particularly IEEE 802.11e).

上述のように、無線通信システムにおけるデータ伝送効率の向上を図るための技術については、様々な提案がなされているが、通信品質の向上も含めて、さらなる改善が望まれている。   As described above, various proposals have been made for techniques for improving data transmission efficiency in a wireless communication system, but further improvements including improvement of communication quality are desired.

本発明の目的は、無線通信システムにおいて、データの伝送効率をさらに向上させることである。また、本発明の他の目的は、受信装置の復号回路を複雑にすることなく、通信品質の向上を図ることである。   An object of the present invention is to further improve data transmission efficiency in a wireless communication system. Another object of the present invention is to improve communication quality without complicating the decoding circuit of the receiving apparatus.

本発明の無線通信方法は、データを複数のデータユニットに分解し、上記データの通信制御情報を上記複数のデータユニットのそれぞれに対して付与し、上記通信制御情報が付与された複数のデータユニットのそれぞれに対して誤り訂正符号を付与することにより複数の符号語を生成し、上記複数の符号語を格納するパケットを生成して送信し、それぞれ対応する通信制御情報を利用して複数のデータユニットを再生し、それぞれ対応する誤り訂正符号を利用して再生した複数のデータユニットの誤りをチェックし、誤りが検出されたデータユニットについて再送要求を行う。   In the wireless communication method of the present invention, data is divided into a plurality of data units, communication control information of the data is assigned to each of the plurality of data units, and a plurality of data units to which the communication control information is assigned A plurality of codewords are generated by giving an error correction code to each of the data, a packet storing the plurality of codewords is generated and transmitted, and a plurality of data is obtained using corresponding communication control information. The unit is reproduced, each of the reproduced data units is checked for errors using the corresponding error correction code, and a retransmission request is made for the data unit in which the error is detected.

この方法によれば、複数の符号語の中の任意の符号語を再生できなかった場合でも、他の符号語については、符号語ごとに設定されている通信制御情報を利用して再生することができる。よって、任意の符号語(特に、先頭の符号語)に誤りが発生した場合であっても、すべての符号語について再送を要求する必要はない。   According to this method, even when an arbitrary codeword among a plurality of codewords cannot be reproduced, other codewords are reproduced using the communication control information set for each codeword. Can do. Therefore, even if an error occurs in an arbitrary code word (particularly, the first code word), it is not necessary to request retransmission for all the code words.

本発明によれば、無線通信システムにおいて、データの伝送効率が向上する。また、受信装置の復号回路を複雑にすることなく、通信品質の向上を図ることができる。   According to the present invention, data transmission efficiency is improved in a wireless communication system. Further, communication quality can be improved without complicating the decoding circuit of the receiving apparatus.

以下、本発明の実施形態について図面を参照しながら説明する。
図1は、本発明の実施形態に係わる無線通信システムの構成図である。ここでは、このシステムは、親局(マスタ)1、および複数の子局(スレイブ)2−1〜2−Nを備える。そして、親局1は、各子局2−1〜2−Nとの間で無線信号を送受信する機能を備えている。一方、子局2−1〜2−Nは、それぞれ、親局1との間で無線信号を送受信する機能を備えている。また、このシステムは、特に限定されるものではないが、例えば、無線LANシステムである。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a configuration diagram of a wireless communication system according to an embodiment of the present invention. Here, this system includes a master station (master) 1 and a plurality of slave stations (slaves) 2-1 to 2-N. The master station 1 has a function of transmitting and receiving radio signals to and from each of the slave stations 2-1 to 2-N. On the other hand, each of the slave stations 2-1 to 2-N has a function of transmitting / receiving a radio signal to / from the master station 1. Further, this system is not particularly limited, but is a wireless LAN system, for example.

図2は、本発明の実施形態に係わる無線通信装置の構成図である。ここで、この無線通信装置は、図1に示した親局1または子局2−1〜2−Nに相当する。なお、図2には、生成されたユーザデータを送信する機能、および受信信号からユーザデータを再生する機能のみが描かれている。   FIG. 2 is a configuration diagram of the wireless communication apparatus according to the embodiment of the present invention. Here, this wireless communication apparatus corresponds to the master station 1 or the slave stations 2-1 to 2-N shown in FIG. FIG. 2 shows only a function for transmitting generated user data and a function for reproducing user data from a received signal.

エンコーダ11は、ユーザデータを符号化する。なお、符号化方式は、特に限定されるものではないが、ここでは、ブロック符号を採用するものとする。すなわち、エンコーダ11は、ユーザデータを受信すると、そのユーザデータを所定長のデータユニット(または、データブロック)に分解し、各データユニットに誤り訂正符号(ECC)を付与する。これにより、1または複数の符号語が生成される。拡散変調部12は、エンコーダ11から出力される符号語データを拡散する。そして、RFフロントエンド部13は、拡散変調部12から出力される信号を無線送信する。   The encoder 11 encodes user data. In addition, although an encoding system is not specifically limited, Here, a block code shall be employ | adopted. That is, when the encoder 11 receives user data, the encoder 11 divides the user data into data units (or data blocks) of a predetermined length, and gives an error correction code (ECC) to each data unit. Thereby, one or a plurality of codewords are generated. The spread modulation unit 12 spreads the code word data output from the encoder 11. Then, the RF front end unit 13 wirelessly transmits the signal output from the spread modulation unit 12.

RFフロントエンド部21は、無線信号を受信する。拡散復調部22は、受信信号を逆拡散することにより符号語を再生する。デコーダ23は、拡散復調部22により再生された符号語からユーザデータを取り出して出力する。このとき、ユーザデータに誤りがあれば、誤り訂正符号を利用してその誤りが訂正される。また、デコーダ23は、ユーザデータに誤りがあったか否か、あるいはユーザデータの誤りを訂正可能か否か、を表す判定信号を生成する。   The RF front end unit 21 receives a radio signal. The spread demodulation unit 22 reproduces the code word by despreading the received signal. The decoder 23 extracts user data from the codeword reproduced by the spread demodulation unit 22 and outputs it. At this time, if there is an error in the user data, the error is corrected using an error correction code. In addition, the decoder 23 generates a determination signal indicating whether there is an error in the user data or whether the error in the user data can be corrected.

図3は、実施形態の無線通信システムにおいて使用される無線パケットの構成を示す図である。なお、送信装置は、ユーザデータを1または複数の無線パケットに格納して送信する。また、受信装置は、受信した無線パケットからユーザデータを取り出す。   FIG. 3 is a diagram illustrating a configuration of a wireless packet used in the wireless communication system of the embodiment. The transmission device stores user data in one or more wireless packets and transmits the user data. Further, the receiving device extracts user data from the received wireless packet.

ユーザデータは、予め決められた所定のデータ長ごとに分割される。これにより、複数のデータユニットが生成される。なお、ユーザデータのデータ長が上述の所定のデータ長よりも短い場合には、1個のデータユニットが生成されることになる。   User data is divided every predetermined data length. Thereby, a plurality of data units are generated. If the data length of the user data is shorter than the predetermined data length, one data unit is generated.

各データユニットは、それぞれ、個別に符号化される。すなわち、各データユニットには、それぞれ、チェックビットとしての誤り訂正符号(ECC)が付与される。ここで、この誤り訂正符号は、データユニットのビット誤りをチェックするための符号であると共に、誤りがあった場合にその誤りを訂正するための符号であり、公知の技術により作成される。そして、これにより、1または複数の符号語が生成される。なお、符号語は、FEC(Forward Error Correction)ブロックと呼ばれることがある。また、ブロック符号の誤り訂正符号としては、特に限定されるものではないが、例えば、リードソロモン符号、ハミング符号、BCH符号、ゴーレイ符号、ファイヤ符号などを利用することができる。   Each data unit is individually encoded. That is, an error correction code (ECC) as a check bit is assigned to each data unit. Here, the error correction code is a code for checking a bit error of the data unit, and is a code for correcting the error when there is an error, and is created by a known technique. Thus, one or a plurality of code words are generated. The code word is sometimes called an FEC (Forward Error Correction) block. Further, the error correction code of the block code is not particularly limited. For example, a Reed-Solomon code, a Hamming code, a BCH code, a Golay code, a Fire code, and the like can be used.

無線パケットには、1または複数の符号語が格納される。図3に示す例では、K個の符号語が格納されている。ここで、「K」の最大値は、特に限定されるものではないが、例えば、20程度である。   One or more codewords are stored in the wireless packet. In the example shown in FIG. 3, K code words are stored. Here, the maximum value of “K” is not particularly limited, but is about 20, for example.

また、無線パケットの先頭には、パケットヘッダが付与される。そして、このパケットヘッダには、少なくとも、下記の情報の一方または双方が設定される。
(1)符号語数情報
(2)符号化パラメータ情報
なお、本発明の特許請求の範囲に記載の「第1のデータ」は、例えば、上記符号語数情報または符号化パラメータ情報である。ただし、「第1のデータ」は、これらの情報に限定されるものではなく、パケットヘッダ全体に相当するものとしてもよい。一方、「第2のデータ」は、例えば、図3に示す1または複数の符号語である。
A packet header is added to the head of the wireless packet. In this packet header, at least one or both of the following information is set.
(1) Code word number information (2) Coding parameter information The “first data” described in the claims of the present invention is, for example, the code word number information or the coding parameter information. However, the “first data” is not limited to such information, and may correspond to the entire packet header. On the other hand, the “second data” is, for example, one or a plurality of code words shown in FIG.

符号語数情報は、無線パケット内に格納されている符号語の数を表示する情報である。図3に示す例では、「符号語数=K」が得られる。ここで、各符号語の長さが予め決められているものとすると、この符号語数情報に基づいて無線パケットのデータ長を認識することができる。例えば、各符号語の長さが228バイトであり、無線パケット内に20個の符号語が格納されているものとすると、無線パケットのデータ長として「4560(=228×20)バイト」が得られることになる。   The code word number information is information indicating the number of code words stored in the wireless packet. In the example shown in FIG. 3, “number of codewords = K” is obtained. Here, if the length of each code word is predetermined, the data length of the wireless packet can be recognized based on this code word number information. For example, if the length of each codeword is 228 bytes and 20 codewords are stored in the wireless packet, “4560 (= 228 × 20) bytes” is obtained as the data length of the wireless packet. Will be.

ところで、一般に、無線通信システムでは、受信装置は、受信データを再生する際に無線パケットのデータ長を表す情報を必要とする。例えば、IEEE802.11において規定されているフォーマットでは、PLCPヘッダの中に設けられている「フレーム長」によりデータ長が表示されている。ところが、データ長を表すためには、多くのビット(即ち、領域)を必要とする。具体的には、たとえば、IEEE802.11において規定されているPLCPヘッダにおいては、「フレーム長」を表示するために2バイトの領域が使用されている。   By the way, generally, in a wireless communication system, a receiving device needs information indicating the data length of a wireless packet when reproducing received data. For example, in the format defined in IEEE 802.11, the data length is displayed by the “frame length” provided in the PLCP header. However, in order to express the data length, many bits (that is, areas) are required. Specifically, for example, in a PLCP header defined in IEEE 802.11, a 2-byte area is used to display “frame length”.

一方、実施形態の無線通信システムでは、無線パケットのデータ長は、符号語数情報により表される。ここで、各無線パケットに格納される符号語の数は、20程度であり、数ビットの情報で表すことができる。すなわち、実施形態のシステムでは、無線パケットのデータ長を表示するために、1バイトの領域が確保されれば十分である。   On the other hand, in the wireless communication system of the embodiment, the data length of a wireless packet is represented by codeword number information. Here, the number of codewords stored in each wireless packet is about 20, and can be represented by several bits of information. That is, in the system of the embodiment, it is sufficient if an area of 1 byte is secured in order to display the data length of the wireless packet.

このように、実施形態のシステムでは、無線パケットのデータ長を表すために必要な領域が小さくなるので、既存の無線通信システム(例えば、IEEE802.11等)と比較して、データ伝送効率が高くなる。なお、符号語数情報は、ブロック符号が施されない領域であるパケットヘッダに設定されているので、受信装置においてブロック符号の復号処理を行うことなく取り出すことができる。従って、受信装置において無線パケットのデータ長を算出する際に遅延が生じることもない。   As described above, in the system according to the embodiment, the area necessary for representing the data length of the wireless packet is reduced, and therefore, the data transmission efficiency is higher than that of an existing wireless communication system (for example, IEEE 802.11). Become. Since the code word number information is set in the packet header, which is an area where no block code is applied, the code word number information can be extracted without performing the block code decoding process in the receiving apparatus. Therefore, there is no delay in calculating the data length of the wireless packet in the receiving device.

符号化パラメータ情報は、符号語を生成する際の符号化方法を表示する情報である。符号化パラメータ情報は、具体的には、例えば、リードソロモン符号を使用している場合には、その符号化率(例えば、データ:208バイト、誤り訂正符号:20バイトなど)が設定される。ただし、符号化パラメータ情報として設定される情報は、これに限定されるものではなく、例えば、使用すべきブロック符号の種類を表示する情報(リードソロモン符号、ハミング符号、BCH符号など)、インターリーブの有無を表す情報、ブロック符号/たたみ込み符号の切替えを表す情報などが設定されてもよい。   The encoding parameter information is information that displays an encoding method used when generating a code word. Specifically, for example, when a Reed-Solomon code is used as the encoding parameter information, the encoding rate (for example, data: 208 bytes, error correction code: 20 bytes, etc.) is set. However, the information set as the encoding parameter information is not limited to this. For example, information indicating the type of block code to be used (Reed-Solomon code, Hamming code, BCH code, etc.), interleaving Information indicating presence / absence, information indicating switching of block code / convolutional code, and the like may be set.

この符号化パラメータ情報は、無線パケットを受信した受信装置がそのパケットに格納されているデータを復号する際に使用されるが、そのパケットを復号すべきか否かを判断するためにも使用することができる。以下、符号化パラメータ情報を利用して復号処理を実行するか否かを判断する機能について説明する。   This encoding parameter information is used when a receiving device that has received a wireless packet decodes data stored in the packet, but is also used to determine whether or not to decode the packet. Can do. Hereinafter, a function for determining whether or not to execute the decoding process using the encoding parameter information will be described.

図4(a)は、通信パスごとに設定されている符号化パラメータについて説明する図である。ここでは、各子局2−1〜2−3から親局1へ送信されるデータがそれぞれ符号化パラメータAにより指定される符号化方法で符号化され、親局1から各子局2−1〜2−3へ送信されるデータがそれぞれ符号化パラメータBにより指定される符号化方法で符号化されるものとする。そして、親局1は、符号化パラメータAにより指定される符号化方法で符号化されたデータを復号するデコーダを備えているものとする。また、各子局2−1〜2−3は、それぞれ、符号化パラメータBにより指定される符号化方法で符号化されたデータを復号するデコーダを備えているものとする。   FIG. 4A is a diagram illustrating the encoding parameters set for each communication path. Here, the data transmitted from each of the slave stations 2-1 to 2-3 to the master station 1 is encoded by the encoding method specified by the encoding parameter A, and the master station 1 transmits each of the slave stations 2-1. It is assumed that the data transmitted to ˜2-3 is encoded by the encoding method specified by the encoding parameter B. The master station 1 is assumed to include a decoder that decodes data encoded by the encoding method specified by the encoding parameter A. Each of the slave stations 2-1 to 2-3 includes a decoder that decodes data encoded by the encoding method specified by the encoding parameter B.

上記無線通信システムにおいて、子局2−1が親局1へデータを送信するものとする。この場合、図4(b)に示すように、子局2−1から送信される無線パケットには、符号化パラメータAを表示する符号化パラメータ情報が設定されている。そして、親局1は、このパケットを受信すると、符号化パラメータ情報を参照する。このとき、この符号化パラメータ情報は「A」である。したがって、親局1は、受信パケットに格納されている符号語を復号できると判断し、復号処理を開始する。これにより、親局1は、子局2−1から送信されたデータを取得する。   In the wireless communication system, the slave station 2-1 transmits data to the master station 1. In this case, as shown in FIG. 4B, encoding parameter information for displaying the encoding parameter A is set in the radio packet transmitted from the slave station 2-1. When receiving the packet, the master station 1 refers to the encoding parameter information. At this time, the encoding parameter information is “A”. Therefore, the master station 1 determines that the codeword stored in the received packet can be decoded, and starts the decoding process. Thereby, the master station 1 acquires the data transmitted from the slave station 2-1.

なお、子局2−1から送信された無線パケットは、子局2−2、2−3によっても受信される。しかし、子局2−2、2−3は、符号化パラメータAにより指定される符号化方法で符号化されたデータを復号するデコーダを備えていない。このため、子局2−2、2−3は、受信した無線パケットの符号化パラメータ情報が「A」であったときは、そのパケットに格納されている符号語を復号できないと判断する。すなわち、子局2−2、2−3は、子局2−1から送信されたパケットを受信しても、復号処理を起動しない。したがって、結果的に復号することができないデータに対して復号処理を行うことが回避されるので、消費電力の低減に寄与する。   Note that the wireless packet transmitted from the slave station 2-1 is also received by the slave stations 2-2 and 2-3. However, the slave stations 2-2 and 2-3 do not include a decoder that decodes data encoded by the encoding method specified by the encoding parameter A. For this reason, the slave stations 2-2 and 2-3 determine that the codeword stored in the packet cannot be decoded when the encoding parameter information of the received wireless packet is “A”. That is, even if the slave stations 2-2 and 2-3 receive the packet transmitted from the slave station 2-1, they do not start the decoding process. Therefore, it is avoided to perform decoding processing on data that cannot be decoded as a result, which contributes to reduction of power consumption.

一方、親局1から子局2−1へデータを送信する場合には、図4(c)に示すように、無線パケットには、符号化パラメータBを表示する符号化パラメータ情報が設定されている。ここで、このデータの着信先アドレスは、「子局2−1」である。ただし、この着信先アドレスは、ユーザデータの一部として符号語の中に書き込まれているものとする。   On the other hand, when data is transmitted from the master station 1 to the slave station 2-1, encoding parameter information indicating the encoding parameter B is set in the wireless packet as shown in FIG. 4C. Yes. Here, the destination address of this data is “slave station 2-1”. However, this destination address is assumed to be written in the code word as part of the user data.

この場合、親局1から送信された無線パケットは、子局2−1〜2−3によりそれぞれ受信される。このとき、このパケットに設定されているこの符号化パラメータ情報は「B」である。従って、子局2−1〜2−3は、それぞれ、受信パケットに格納されている符号語を復号できると判断し、復号処理を開始する。そして、符号語を復号することにより得られる着信先アドレスにより指定されている子局のみが受信データを取り込む。これにより、子局2−1のみが親局1から送信されたデータを再生することができる。   In this case, the wireless packets transmitted from the master station 1 are received by the slave stations 2-1 to 2-3, respectively. At this time, the encoding parameter information set in this packet is “B”. Accordingly, each of the slave stations 2-1 to 2-3 determines that the codeword stored in the received packet can be decoded, and starts the decoding process. Only the slave station specified by the destination address obtained by decoding the codeword takes in the received data. As a result, only the slave station 2-1 can reproduce the data transmitted from the master station 1.

図5は、符号化パラメータ情報に基づいて復号処理を実行するか否かを判断する機能を備えたデコーダの構成図である。なお、このデコーダは、親局1または子局2−1〜2−Nに設けられる。   FIG. 5 is a configuration diagram of a decoder having a function of determining whether or not to execute decoding processing based on encoding parameter information. This decoder is provided in the master station 1 or the slave stations 2-1 to 2-N.

ヘッダ抽出部31は、受信パケットからヘッダを抽出し、それを符号化パラメータ抽出部32へ送る。このとき、受信パケットに格納されている1または複数の符号語は、復号部34へ送られる。符号化パラメータ抽出部32は、ヘッダ抽出部31により抽出されたヘッダから符号化パラメータ情報を抽出する。   The header extraction unit 31 extracts a header from the received packet and sends it to the encoding parameter extraction unit 32. At this time, one or more codewords stored in the received packet are sent to the decoding unit 34. The encoding parameter extraction unit 32 extracts encoding parameter information from the header extracted by the header extraction unit 31.

比較部33は、復号部34を制御する制御手段としての機能を備え、符号化パラメータ抽出部32によって抽出された符号化パラメータ情報と、予め設定されている符号化パラメータ情報とを比較し、その比較結果に基づいて復号部34に与えるべき指示を作成する。具体的には、上記1組の符号化パラメータ情報が互いに一致していれば、復号部34に対して復号処理の実行を指示し、上記1組の符号化パラメータ情報が互いに異なっていれば、復号部34に対して復号処理の停止を指示する。ここで、「予め設定されている符号化パラメータ情報」は、例えば、自装置内の復号部34が実行する復号処理に対応する符号化方法を特定する。従って、比較部33は、復号部34において復号可能なデータを格納するパケットを受信したときは、復号部34に対して復号処理の実行を指示し、復号部34において復号できないデータを格納するパケットを受信したときは、復号部34に対して復号処理の停止を指示することになる。   The comparison unit 33 has a function as a control means for controlling the decoding unit 34, compares the encoding parameter information extracted by the encoding parameter extraction unit 32 with the preset encoding parameter information, An instruction to be given to the decoding unit 34 is created based on the comparison result. Specifically, if the one set of encoding parameter information matches each other, the decoding unit 34 is instructed to execute the decoding process. If the one set of encoding parameter information is different from each other, The decoding unit 34 is instructed to stop the decoding process. Here, the “predetermined encoding parameter information” specifies, for example, an encoding method corresponding to a decoding process executed by the decoding unit 34 in the own apparatus. Therefore, when the comparison unit 33 receives a packet that stores data that can be decoded by the decoding unit 34, the comparison unit 33 instructs the decoding unit 34 to execute decoding processing, and the packet that stores data that cannot be decoded by the decoding unit 34. Is received, the decoding unit 34 is instructed to stop the decoding process.

復号部34は、比較部33から与えられる指示に従って、復号処理を実行するか否かを決定する。具体的には、復号部34は、上記1組の符号化パラメータ情報が互いに一致していた場合にのみ、すなわち、受信パケットに復号可能な符号語が格納されていた場合にのみ、起動される。   The decoding unit 34 determines whether or not to execute the decoding process according to the instruction given from the comparison unit 33. Specifically, the decoding unit 34 is activated only when the set of encoding parameter information matches each other, that is, only when a decodable codeword is stored in the received packet. .

このように、実施形態のシステムでは、ブロック符号が施されない領域であるパケットヘッダに符号化パラメータ情報が設定されているので、受信装置は、ブロック符号の復号処理を行う前に、受信パケットに復号可能なデータが格納されているか否かを検出できる。したがって、無駄な復号処理の実行が回避されるので、消費電力の低減またはソフトウェアによるフィルタリング処理の減少に寄与する。   As described above, in the system of the embodiment, since the encoding parameter information is set in the packet header that is an area where the block code is not applied, the reception apparatus decodes the received packet before performing the block code decoding process. Whether or not possible data is stored can be detected. Therefore, unnecessary execution of decoding processing is avoided, which contributes to reduction in power consumption or filtering processing by software.

ところで、図3に示す無線パケットが送信されたとき、ビット誤りが発生する確率は、パケットヘッダおよび符号語において同じである。このため、パケットヘッダにおいて発生したビット誤りを訂正するためには、そのパケットヘッダに対しても誤り訂正符号を付与すべきである。   By the way, when the wireless packet shown in FIG. 3 is transmitted, the probability that a bit error occurs is the same in the packet header and the code word. For this reason, in order to correct a bit error that has occurred in the packet header, an error correction code should also be added to the packet header.

ところが、もし、そのパケットヘッダにおいて誤りが発生すると、受信装置において後続の符号語を復号できなくなってしまう。すなわち、パケットヘッダに格納されている情報は、他の情報よりも重要度または優先度が高い。このため、パケットヘッダに付与すべき誤り訂正符号は、他の情報に対して付与されている誤り訂正符号よりも高い訂正能力を有していることが望ましい。しかし、各無線パケットに複数種類の誤り訂正符号が使用されると、各受信装置は、それぞれ複数個の誤り訂正復号回路を備えなければならない。すなわち、受信装置のデコーダの回路規模が大きくなってしまう。このため、実施形態の無線通信システムでは、パケットヘッダに対して、誤り訂正符号を用いることなく正しいデータを再生する機能を実現している。なお、以下では、誤りが発生した場合においても正しいデータを再生できるようにした機能を、誤り訂正機能と呼ぶことがある。   However, if an error occurs in the packet header, the subsequent codeword cannot be decoded in the receiving apparatus. That is, the information stored in the packet header has higher importance or priority than other information. For this reason, it is desirable that the error correction code to be given to the packet header has a higher correction capability than the error correction code given to other information. However, when a plurality of types of error correction codes are used for each wireless packet, each receiving apparatus must be provided with a plurality of error correction decoding circuits. That is, the circuit scale of the decoder of the receiving device is increased. For this reason, the wireless communication system according to the embodiment realizes a function of reproducing correct data without using an error correction code for the packet header. In the following, a function that enables correct data to be reproduced even when an error occurs may be referred to as an error correction function.

図6は、パケットヘッダに対する誤り訂正機能の概念を説明する図である。なお、ここでは、パケットヘッダに格納されている情報の値が「Ho」であるものとする。
送信装置は、無線パケットを送信する前に、そのヘッダを冗長化する。すなわち、送信装置は、パケットヘッダをコピーすることにより複数個の同一のパケットヘッダを生成し、それらを無線パケットの先頭領域に設定する。これにより、パケットヘッダは、複数回繰り返し送信されることになる。図6に示す例においては、「ヘッダHo」が8回繰り返して送信されるようにコピーされている。
FIG. 6 is a diagram for explaining the concept of the error correction function for the packet header. Here, it is assumed that the value of the information stored in the packet header is “Ho”.
The transmitting apparatus makes the header redundant before transmitting the wireless packet. That is, the transmission device generates a plurality of identical packet headers by copying the packet header, and sets them in the head region of the wireless packet. As a result, the packet header is repeatedly transmitted a plurality of times. In the example shown in FIG. 6, “Header Ho” is copied so as to be transmitted eight times.

このようにしてヘッダが冗長化された無線パケットは、受信装置により受信される。このとき、無線パケットを構成するビット列は、一般に、通信環境等に応じた所定の確率で誤りが発生する。したがって、このビット誤りは、パケットヘッダにおいても発生し得る。なお、図6に示す例では、ビット誤りにより、4番目のヘッダが「Ho」から「H1」に化けており、7番目のヘッダが「Ho」から「H2」に化けている。   The wireless packet with the header made redundant in this way is received by the receiving device. At this time, generally, an error occurs in the bit string constituting the wireless packet with a predetermined probability corresponding to the communication environment or the like. Therefore, this bit error can also occur in the packet header. In the example illustrated in FIG. 6, the fourth header is changed from “Ho” to “H1” and the seventh header is changed from “Ho” to “H2” due to a bit error.

受信装置は、多数決器40を備えている。多数決器40は、受信した8個のヘッダが指し示す値を調べ、最も発生頻度の高いヘッダ値を検出する。図6に示す例では、「Ho」「H1」「H2」は、それぞれ、6回、1回、1回ずつ検出されている。したがって、この場合、「Ho」が最も尤もらしい(すなわち、最も確からしい)ヘッダ値であると判断される。したがって、受信パケットに格納されて伝送されてきた符号語は、この「ヘッダHo」を利用して復号される。   The receiving device includes a majority unit 40. The majority decision unit 40 examines the values indicated by the received eight headers and detects the header value having the highest occurrence frequency. In the example shown in FIG. 6, “Ho”, “H1”, and “H2” are detected six times, once, and once, respectively. Therefore, in this case, “Ho” is determined to be the most likely (ie most likely) header value. Therefore, the codeword stored and transmitted in the received packet is decoded using this “header Ho”.

このように、実施形態の無線通信システムでは、誤り訂正符号を用いることなく、パケットヘッダに対する誤り訂正機能を実現している。ここで、この誤り訂正機能の訂正能力は、例えば、パケットヘッダを繰り返し送信する回数を増やすことにより高めることができる。したがって、パケットヘッダの誤りを訂正するためのブロック復号回路を設けることなく、符号語に対する誤り訂正機能よりも高い訂正能力を持ったパケットヘッダの誤りを訂正するための誤り訂正機能を実現することができる。   Thus, in the wireless communication system of the embodiment, an error correction function for the packet header is realized without using an error correction code. Here, the correction capability of the error correction function can be enhanced by increasing the number of times the packet header is repeatedly transmitted, for example. Therefore, it is possible to realize an error correction function for correcting an error of a packet header having a higher correction capability than an error correction function for a code word without providing a block decoding circuit for correcting an error of the packet header. it can.

なお、図6に示す例では、パケットヘッダ全体について多数決処理を行っているが、パケットヘッダの一部のみに対して多数決処理を行うような構成であってもよい。例えば、上述した符号語数情報のみを冗長化して多数決処理を行うようにしてもよい。また、上述した符号化パラメータ情報のみを冗長化して多数決処理を行うようにしてもよい。あるいは、符号語数情報および符号化パラメータ情報を冗長化して多数決処理を行うようにしてもよい。   In the example illustrated in FIG. 6, the majority process is performed on the entire packet header, but the configuration may be such that the majority process is performed on only a part of the packet header. For example, the majority processing may be performed by making only the above-described code word number information redundant. Further, the majority process may be performed by making only the above-described encoding parameter information redundant. Alternatively, the majority processing may be performed by making the code word number information and the encoding parameter information redundant.

図7は、図6に示した多数決器40の構成図である。なお、この多数決器40には、受信パケットの先頭領域に設定されている複数のパケットヘッダが入力される。
分解部41は、複数のパケットヘッダを分解して1つずつ出力する。入力レジスタ42は、分解部41から出力されるパケットヘッダを一時的に保持する。パターン格納レジスタ43−1〜43−8は、入力パケットヘッダを、そのヘッダ値ごとに保持する。比較部44は、入力レジスタ42に保持されているパケットヘッダと、パターン格納レジスタ43−1〜43−8に保持されているパケットヘッダとを比較し、その比較結果に応じて対応するカウンタ45−1〜45−8をカウントアップする。カウンタ45−1〜45−8は、ヘッダ値ごとに入力パケットヘッダの数をカウントする。そして、判断部46は、カウンタ45−1〜45−8のカウント値に基づいて、最も尤もらしいパケットヘッダを決定する。
FIG. 7 is a block diagram of the majority unit 40 shown in FIG. Note that a plurality of packet headers set in the head region of the received packet are input to the majority decision unit 40.
The decomposition unit 41 decomposes a plurality of packet headers and outputs them one by one. The input register 42 temporarily holds the packet header output from the disassembling unit 41. The pattern storage registers 43-1 to 43-8 hold an input packet header for each header value. The comparison unit 44 compares the packet header held in the input register 42 with the packet header held in the pattern storage registers 43-1 to 43-8, and according to the comparison result, the counter 45- Count up 1-45-8. The counters 45-1 to 45-8 count the number of input packet headers for each header value. Then, the determination unit 46 determines the most likely packet header based on the count values of the counters 45-1 to 45-8.

図8は、多数決器40の動作を示すフローチャートである。なお、このフローチャートによる処理は、受信装置が無線パケットを受信したときに実行される。また、このフローチャートによる処理の開始時において、パターン格納レジスタ43−1〜43−8は空であり、カウンタ45−1〜45−8はリセットされているものとする。   FIG. 8 is a flowchart showing the operation of the majority unit 40. Note that the processing according to this flowchart is executed when the receiving device receives a wireless packet. Further, at the start of the processing according to this flowchart, it is assumed that the pattern storage registers 43-1 to 43-8 are empty and the counters 45-1 to 45-8 are reset.

ステップS1では、変数iを初期化する、ここで、変数iは、無線パケットに設定されている複数のヘッダを識別する。ステップS2では、変数iにより指定されるヘッダ(第i番目のヘッダ)を抽出し、入力レジスタ42に書き込む。   In step S1, a variable i is initialized. Here, the variable i identifies a plurality of headers set in the radio packet. In step S 2, the header (i-th header) specified by the variable i is extracted and written to the input register 42.

ステップS3では、入力レジスタ42に保持されているヘッダと、パターン格納レジスタ43−1〜43−8に保持されているヘッダとを比較する。そして、もし、入力レジスタ42に保持されているヘッダと同一のヘッダがパターン格納レジスタ43−1〜43−8に保持されていたときは、ステップS4において、そのヘッダを保持しているモニタレジスタに対応するカウンタ(45−1〜45−8)をインクリメントする。例えば、入力レジスタ42に保持されているヘッダと同一のヘッダがパターン格納レジスタ43−1に保持されていた場合には、カウンタ45−1がインクリメントされる。   In step S3, the header held in the input register 42 is compared with the header held in the pattern storage registers 43-1 to 43-8. If the same header as the header held in the input register 42 is held in the pattern storage registers 43-1 to 43-8, in step S4, the monitor register holding the header is changed. The corresponding counter (45-1 to 45-8) is incremented. For example, when the same header as that held in the input register 42 is held in the pattern storage register 43-1, the counter 45-1 is incremented.

一方、入力レジスタ42に保持されているヘッダと同一のヘッダがいずれのパターン格納レジスタ43−1〜43−8にも保持されていなかった場合は、ステップS5において、入力レジスタ42に保持されているヘッダを、パターン格納レジスタ43−1〜43−8の中の任意の1つに書き込む。続いて、ステップS6において、そのヘッダが新たに書き込まれたパターン格納レジスタに対応するカウンタ(45−1〜45−8)をインクリメントする。例えば、パターン格納レジスタ43−2に新たなヘッダが書き込まれた場合には、カウンタ45−2がインクリメントされる。   On the other hand, if the same header as that held in the input register 42 is not held in any of the pattern storage registers 43-1 to 43-8, it is held in the input register 42 in step S5. The header is written into any one of the pattern storage registers 43-1 to 43-8. Subsequently, in step S6, the counter (45-1 to 45-8) corresponding to the pattern storage register in which the header is newly written is incremented. For example, when a new header is written in the pattern storage register 43-2, the counter 45-2 is incremented.

ステップS7およびS8では、ステップS2〜S6の処理が実行されていないヘッダが残っているか否かが調べられる。そして、未処理のヘッダが残っていれば、変数iをインクリメントしてステップS2に戻る。これにより、次のヘッダに対してステップS2〜S6の処理が実行される。そして、すべてのヘッダについてステップS2〜S6の処理が実行されると、ステップS11以降の処理が開始される。   In steps S7 and S8, it is checked whether or not there remains a header for which the processing in steps S2 to S6 has not been executed. If an unprocessed header remains, the variable i is incremented and the process returns to step S2. Thereby, the process of step S2-S6 is performed with respect to the following header. And if the process of step S2-S6 is performed about all the headers, the process after step S11 will be started.

ステップS11では、カウンタ45−1〜45−8の中から最大のカウント値を取得する。続いて、ステップS12では、ステップS11で取得したカウント値と、予め決められている閾値とを比較する。そして、上記カウント値が閾値よりも大きければ、ステップS13において対応するヘッダを出力する。例えば、カウンタ45−1のカウント値が最大であり、そのカウント値が閾値よりも大きかった場合には、パターン格納レジスタ43−1に保持されているヘッダを、送信装置から送信されてきたヘッダとして出力する。なお、ステップS11で取得したカウント値が閾値以下であったときは、多数決処理の信頼性が低いものと判断し、ステップS14において所定のエラー処理を実行する。   In step S11, the maximum count value is acquired from the counters 45-1 to 45-8. Subsequently, in step S12, the count value acquired in step S11 is compared with a predetermined threshold value. If the count value is greater than the threshold value, the corresponding header is output in step S13. For example, when the count value of the counter 45-1 is the maximum and the count value is larger than the threshold value, the header held in the pattern storage register 43-1 is used as the header transmitted from the transmission device. Output. When the count value acquired in step S11 is less than or equal to the threshold value, it is determined that the reliability of majority processing is low, and predetermined error processing is executed in step S14.

このように、実施形態の無線通信システムでは、多数決処理において閾値を導入しているので、パケットヘッダの信頼性が向上する。
ところで、無線パケットにより送信されるデータの中には、実データだけでなく、実データを制御/管理するための通信制御情報が含まれていることがある。例えば、図9(a)に示す例では、ペイロードデータだけでなく、そのペイロードデータを制御/管理するための情報を含むMAC(Media Access Control)ヘッダもいっしょに符号化されて送信される。そして、この場合、MACヘッダおよびペイロードデータは、複数のデータユニットに分割されて送信される。このとき、各データユニットには、それぞれ誤り訂正符号が付与される。すなわち、MACヘッダおよびペイロードデータは、複数の符号語1〜符号語5により送信される。
As described above, in the wireless communication system according to the embodiment, the threshold is introduced in the majority process, so that the reliability of the packet header is improved.
By the way, the data transmitted by the wireless packet may include not only actual data but also communication control information for controlling / managing the actual data. For example, in the example shown in FIG. 9A, not only payload data but also a MAC (Media Access Control) header including information for controlling / managing the payload data is encoded and transmitted. In this case, the MAC header and payload data are transmitted after being divided into a plurality of data units. At this time, each data unit is assigned an error correction code. That is, the MAC header and payload data are transmitted by a plurality of codewords 1 to 5.

図9(a)に示す例では、MACヘッダは符号語1に格納されており、他の符号語にはペイロードデータのみが格納されている。ここで、MACヘッダには、送信元情報や着信先情報などのアドレス情報、およびペイロードデータの分解/組立を行うための情報などが含まれている。よって、もし、符号語1においてデータ誤りが発生し、誤り訂正符号によってもその誤りを訂正しきれなかった場合には、符号語1だけでなく、符号語2〜符号語5も正しい着信先により取得されなくなってしまう。したがって、MACヘッダが格納されている符号語は、他の符号語よりも重要度または優先度が高いといえる。   In the example shown in FIG. 9A, the MAC header is stored in codeword 1, and only the payload data is stored in other codewords. Here, the MAC header includes address information such as transmission source information and destination information, information for disassembling / assembling payload data, and the like. Therefore, if a data error occurs in codeword 1 and the error cannot be corrected by the error correction code, not only codeword 1 but also codeword 2 to codeword 5 depend on the correct destination. It will not be acquired. Therefore, it can be said that the codeword in which the MAC header is stored has higher importance or priority than other codewords.

このため、MACヘッダを格納している符号語は、他の符号語よりも高い訂正能力を持った誤り訂正符号を利用することが望ましい。しかし、各無線パケットに複数種類の誤り訂正符号が使用されると、各受信装置は、それぞれ複数個の誤り訂正復号回路を備えなければならず、デコーダの回路規模が大きくなってしまう。   For this reason, it is desirable to use an error correction code having a correction capability higher than that of other codewords as the codeword storing the MAC header. However, when a plurality of types of error correction codes are used for each wireless packet, each receiving apparatus must be provided with a plurality of error correction decoding circuits, which increases the circuit scale of the decoder.

そこで、実施形態の無線通信システムでは、図9(b)に示すように、ペイロードデータを所定長ごとに分割して複数のデータユニットを生成すると共に、MACヘッダを各データユニットにそれぞれ付与する。続いて、MACヘッダが付与された各データユニットに対してそれぞれ誤り訂正符号を付与することによって、複数の符号語1〜符号語6を生成する。そして、これら複数の符号語1〜符号語6を格納する無線パケットを作成し、その無線パケットを送信する。   Therefore, in the wireless communication system of the embodiment, as shown in FIG. 9B, the payload data is divided into predetermined lengths to generate a plurality of data units, and a MAC header is assigned to each data unit. Subsequently, a plurality of codewords 1 to 6 are generated by assigning an error correction code to each data unit to which the MAC header is assigned. And the radio | wireless packet which stores these some codeword 1-codeword 6 is produced, and the radio | wireless packet is transmitted.

このように、実施形態の無線通信システムでは、各符号語の中にMACヘッダが格納されている。このため、例えば、符号語1においてデータ誤りが発生し、誤り訂正符号によってもその誤りを訂正しきれなかった場合であっても、符号語2〜符号語6に格納されているペイロードデータは、各符号語の中に格納されているMACヘッダの情報を利用して再生される。そして、この場合、符号語1のみについて再送を要求すればよい。したがって、誤り訂正符号によっても訂正しきれない誤りが発生する可能性を考慮すると、図9(a)示す方法と比較して、全体としてデータ伝送効率が向上する。   Thus, in the wireless communication system of the embodiment, the MAC header is stored in each codeword. Therefore, for example, even if a data error occurs in codeword 1 and the error cannot be corrected by the error correction code, the payload data stored in codeword 2 to codeword 6 is It is reproduced using the information of the MAC header stored in each codeword. In this case, it is sufficient to request retransmission only for codeword 1. Therefore, considering the possibility that an error that cannot be corrected even by the error correction code occurs, the data transmission efficiency is improved as a whole as compared with the method shown in FIG.

ただし、図9(b)に示す方法においては、MACヘッダが冗長的に送信されるため、MACヘッダの情報量が多い場合には、データ伝送効率の低下を招いてしまう。したがって、図9(b)において、各データユニットに対して、MACヘッダの中に格納されている全ての情報を付与するのではなく、MACヘッダの中に格納されている情報のうちの一部のみを付与するようにしてもよい。この場合、各データユニットに付与される情報は、例えば、送信元情報、着信先情報、ペイロードデータの分解/組立を行うための情報などである。ここで、ペイロードデータの分解/組立を行うための情報としては、例えば、元のペイロードデータを分解することにより得られる複数のデータユニットを一意に識別するシーケンス番号および/またはブロック番号を使用することができる。   However, in the method shown in FIG. 9B, since the MAC header is transmitted redundantly, if the information amount of the MAC header is large, the data transmission efficiency is lowered. Therefore, in FIG. 9B, not all the information stored in the MAC header is given to each data unit, but a part of the information stored in the MAC header. You may make it give only. In this case, information given to each data unit is, for example, transmission source information, destination information, information for disassembling / assembling payload data. Here, as information for disassembling / assembling payload data, for example, a sequence number and / or block number that uniquely identifies a plurality of data units obtained by decomposing the original payload data is used. Can do.

図10は、図9(b)に示すパケット作成手順のフローチャートである。ここでは、MACヘッダが付与されているペイロードデータを無線パケットに格納するケースを想定する。   FIG. 10 is a flowchart of the packet creation procedure shown in FIG. Here, it is assumed that payload data to which a MAC header is attached is stored in a wireless packet.

ステップS21では、MACヘッダを抽出する。ステップS22では、抽出したMACヘッダから必要な情報を抽出する。ここで抽出すべき情報は、例えば、ペイロードデータの送信元アドレスおよび着信先アドレス等である。なお、このステップS22は、任意に実行可能な処理であり、必ず実行されなければならない処理ではない。   In step S21, the MAC header is extracted. In step S22, necessary information is extracted from the extracted MAC header. The information to be extracted here is, for example, a transmission source address and a destination address of payload data. This step S22 is a process that can be arbitrarily executed, and is not necessarily a process that must be executed.

ステップS23では、ペイロードの先頭から所定長だけデータ(データユニット)を切り取る。ステップS24では、ステップS23で切り取ったデータユニットに付与すべきシーケンス番号を生成する。ステップS25では、ステップS23で切り取ったデータユニットにMAC情報を付与する。ここで、MAC情報は、例えば、ステップS22で抽出した情報およびステップS24で生成したシーケンス番号である。ステップS26では、MAC情報が付与されたデータユニットに対して誤り訂正符号を付与することにより、符号語を作成する。   In step S23, data (data unit) is cut by a predetermined length from the beginning of the payload. In step S24, a sequence number to be assigned to the data unit cut in step S23 is generated. In step S25, MAC information is given to the data unit cut out in step S23. Here, the MAC information is, for example, the information extracted in step S22 and the sequence number generated in step S24. In step S26, a code word is created by giving an error correction code to the data unit to which the MAC information is given.

ステップS27では、ペイロードデータが残っているか否かをチェックする。そして、ペイロードデータが残っていれば、ステップS23に戻り、次のデータユニットを切り出す。一方、ペイロードデータが残っていなければ、ステップS28に進み、ステップS23〜S26を繰り返し実行することにより得られた複数の符号語を連結する。そして、ステップS29において、図3に示した無線パケットのヘッダを作成する。   In step S27, it is checked whether or not payload data remains. If payload data remains, the process returns to step S23 to cut out the next data unit. On the other hand, if no payload data remains, the process proceeds to step S28, and a plurality of code words obtained by repeatedly executing steps S23 to S26 are connected. In step S29, a header of the wireless packet shown in FIG. 3 is created.

このように、実施形態の無線通信システムにおいては、無線パケットの中に複数の符号語が格納されており、重要度の高い情報が各符号語の中にそれぞれ含まれているので、それら複数の符号語の中の任意の符号語を再生できなくでも、他の符号語を再生する際にその重要度の高い情報を利用することができる。したがって、誤り訂正符号によって訂正しきれない誤りが発生した場合に、再送すべきデータ量が少なくなるので、全体としてデータ伝送効率の向上が期待される。   As described above, in the wireless communication system according to the embodiment, a plurality of codewords are stored in the wireless packet, and information with high importance is included in each codeword. Even if an arbitrary code word in the code word cannot be reproduced, information having high importance can be used when reproducing another code word. Therefore, when an error that cannot be corrected by the error correction code occurs, the amount of data to be retransmitted is reduced, so that improvement in data transmission efficiency is expected as a whole.

なお、図1に示す無線通信システムにおいて、親局1から各子局2−1〜2−Nへ送信されるデータの情報量が少なく、各子局2−1〜2−Nから親局1へ送信されるデータの情報量が多い場合は、以下のような設計を導入することができる。ここで、このような通信状態が得られる利用形態としては、例えば、子局2−1〜2−Nがそれぞれモニタカメラを備えており、親局1からの要求に応じて各子局2−1〜2−Nから親局1へ画像データを送信するようなアプリケーション等が想定される。   In the wireless communication system shown in FIG. 1, the amount of data transmitted from the master station 1 to each of the slave stations 2-1 to 2-N is small, and each slave station 2-1 to 2-N is connected to the master station 1. The following design can be introduced when there is a large amount of information transmitted to the network. Here, as a usage form in which such a communication state is obtained, for example, each of the slave stations 2-1 to 2-N includes a monitor camera, and each slave station 2- is provided in response to a request from the master station 1. An application or the like that transmits image data from 1 to 2-N to the master station 1 is assumed.

親局1から各子局2−1〜2−Nへ送信されるデータの情報量が少なく、各子局2−1〜2−Nから親局1へ送信されるデータの情報量が多い場合は、図11に示すように、親局1から各子局2−1〜2−Nへ送信されるパケットに格納される符号語の長さよりも、各子局2−1〜2−Nから親局1へ送信されるパケットに格納される符号語の長さを長くする。ここで、符号語が短いと、よく知られているように、その符号語を復号するデコーダ(誤り訂正復号器)の回路規模を小さくすることができる。すなわち、各子局2−1〜2−Nに設けるデコーダの小型化を実現することができる。また、複数の子局が設けられる通信システムでは、子局について低コスト化、低消費電力化、および小型化を図ることは重要である。したがって、上述の設計は、無線通信システム全体の低コスト化および低消費電力化に寄与する。   When the amount of data transmitted from the master station 1 to each slave station 2-1 to 2-N is small and the amount of data transmitted from each slave station 2-1 to 2-N to the master station 1 is large As shown in FIG. 11, each of the slave stations 2-1 to 2-N is longer than the length of the code word stored in the packet transmitted from the master station 1 to each of the slave stations 2-1 to 2-N. The length of the code word stored in the packet transmitted to the master station 1 is increased. Here, if the code word is short, as is well known, the circuit scale of a decoder (error correction decoder) for decoding the code word can be reduced. That is, it is possible to reduce the size of the decoder provided in each of the slave stations 2-1 to 2-N. In a communication system provided with a plurality of slave stations, it is important to reduce the cost, reduce the power consumption, and reduce the size of the slave stations. Therefore, the above-described design contributes to cost reduction and power consumption reduction of the entire wireless communication system.

なお、上述の実施例では、親局および子局から構成されるシステムについて説明したが、本発明はこれに限定されるものではなく、例えば、基地局装置および端末装置から構成されるシステムや、互いに対等な関係にある複数の端末装置から構成されるシステム等にも適用可能である。   In the above-described embodiment, the system constituted by the master station and the slave station has been described. However, the present invention is not limited to this, for example, a system constituted by a base station device and a terminal device, The present invention can also be applied to a system composed of a plurality of terminal devices that have an equal relationship with each other.

本発明の実施形態に係わる無線通信システムの構成図である。It is a block diagram of the radio | wireless communications system concerning embodiment of this invention. 本発明の実施形態に係わる無線通信装置の構成図である。It is a block diagram of the radio | wireless communication apparatus concerning embodiment of this invention. 実施形態の無線通信システムにおいて使用される無線パケットの構成を示す図である。It is a figure which shows the structure of the radio | wireless packet used in the radio | wireless communications system of embodiment. (a)は、通信パスごとに設定されている符号化パラメータについて説明する図である。(b)および(c)は、無線パケットが送信される様子を模式的に示した図である。(A) is a figure explaining the encoding parameter set for every communication path. (B) And (c) is the figure which showed typically a mode that a wireless packet was transmitted. 符号化パラメータ情報に基づいて復号処理を実行するか否かを判断する機能を備えたデコーダの構成図である。It is a block diagram of the decoder provided with the function to determine whether a decoding process is performed based on encoding parameter information. パケットヘッダに対する誤り訂正機能の概念を説明する図である。It is a figure explaining the concept of the error correction function with respect to a packet header. 図6に示した多数決器の構成図である。It is a block diagram of the majority machine shown in FIG. 多数決器の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a majority machine. (a)は、一般的なパケット作成手順を示す図であり、(b)は、実施形態におけるパケット作成手順を示す図である。(A) is a figure which shows the general packet preparation procedure, (b) is a figure which shows the packet preparation procedure in embodiment. 実施形態のパケット作成手順のフローチャートである。It is a flowchart of the packet creation procedure of the embodiment. 送信方向に応じて符号語長が異なるシステムを模式的に示す図である。It is a figure which shows typically the system from which a codeword length differs according to a transmission direction. 無線通信システムのデータ送信シーケンスの例である。It is an example of the data transmission sequence of a radio | wireless communications system. 複数の符号語を含むパケットの構成を示す図である。It is a figure which shows the structure of the packet containing several codewords.

符号の説明Explanation of symbols

1 親局
2−1〜2−N 子局
11 エンコーダ
23 デコーダ
31 ヘッダ抽出部
32 符号化パラメータ抽出部
33 比較部
34 復号部
40 多数決器
43−1〜43−8 パターン格納レジスタ
44 比較部
45−1〜45−8 カウンタ
46 判断部
1 Master station 2-1 to 2-N Slave station 11 Encoder 23 Decoder 31 Header extraction unit 32 Encoding parameter extraction unit 33 Comparison unit 34 Decoding unit 40 Majority units 43-1 to 43-8 Pattern storage register 44 Comparison unit 45- 1-45-8 Counter 46 judgment part

Claims (1)

データを複数のデータユニットに分解し、
上記データの通信制御情報を上記複数のデータユニットのそれぞれに対して付与し、
上記通信制御情報が付与された複数のデータユニットのそれぞれに対して誤り訂正符号を付与することにより複数の符号語を生成し、
上記複数の符号語を格納するパケットを生成して送信し、
それぞれ対応する通信制御情報を利用して複数のデータユニットを再生し、
それぞれ対応する誤り訂正符号を利用して再生した複数のデータユニットの誤りをチェックし、
誤りが検出されたデータユニットについて再送要求を行う
無線通信方法。


Break the data into multiple data units,
Giving the communication control information of the data to each of the plurality of data units;
Generating a plurality of codewords by assigning an error correction code to each of the plurality of data units to which the communication control information is attached;
Generate and transmit a packet that stores the plurality of codewords,
Play back multiple data units using the corresponding communication control information,
Check for errors in multiple data units reproduced using corresponding error correction codes,
A wireless communication method for performing a retransmission request for a data unit in which an error is detected.


JP2006168931A 2006-06-19 2006-06-19 Radio communication method Pending JP2006314120A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006168931A JP2006314120A (en) 2006-06-19 2006-06-19 Radio communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006168931A JP2006314120A (en) 2006-06-19 2006-06-19 Radio communication method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2002243863A Division JP2004088246A (en) 2002-08-23 2002-08-23 Wireless communication method and wireless communication device

Publications (1)

Publication Number Publication Date
JP2006314120A true JP2006314120A (en) 2006-11-16

Family

ID=37535392

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006168931A Pending JP2006314120A (en) 2006-06-19 2006-06-19 Radio communication method

Country Status (1)

Country Link
JP (1) JP2006314120A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010093694A (en) * 2008-10-10 2010-04-22 Hitachi Ltd Radio communication method, radio communication program, and radio communication device
JP2022069477A (en) * 2017-08-23 2022-05-11 株式会社東芝 Radio communication equipment and radio communication method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010093694A (en) * 2008-10-10 2010-04-22 Hitachi Ltd Radio communication method, radio communication program, and radio communication device
JP2022069477A (en) * 2017-08-23 2022-05-11 株式会社東芝 Radio communication equipment and radio communication method
JP7318033B2 (en) 2017-08-23 2023-07-31 株式会社東芝 Wireless communication device and wireless communication method

Similar Documents

Publication Publication Date Title
JP6067637B2 (en) Packet level erasure protection coding in transmission of aggregated packets
EP2103026B1 (en) A method to support forward error correction for real-time audio and video data over internet protocol networks
US20030023915A1 (en) Forward error correction system and method for packet based communication systems
US8004992B2 (en) Adding hybrid ARQ to WLAN protocols with MAC based feedback
KR100555187B1 (en) Wireless communication method and apparatus
US11588590B2 (en) Adaptive payload extraction and retransmission in wireless data communications with error aggregations
JP2007043550A (en) Communication method and communication system
CN110943800A (en) Method, device and system for sending data packet, storage medium and electronic device
JP2006345080A (en) Radio communication apparatus
US20210075559A1 (en) Devices and methods for supporting harq for wi-fi
US20160028416A1 (en) Source block size selection
JP2006314120A (en) Radio communication method
JP2006304351A (en) Radio communication method and radio communication device
JP2006101061A (en) Communication method
CN112821984B (en) Method, device and equipment for processing wireless local area network data
JP2004007799A (en) Data transmission method and data processing method
JP2013085293A (en) Method to support forward error correction for real-time audio and video data over internet protocol networks
JP6071501B2 (en) Relay terminal
JPH07336368A (en) Communication equipment

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090120

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090602