JP4722693B2 - Communications system - Google Patents

Communications system Download PDF

Info

Publication number
JP4722693B2
JP4722693B2 JP2005362868A JP2005362868A JP4722693B2 JP 4722693 B2 JP4722693 B2 JP 4722693B2 JP 2005362868 A JP2005362868 A JP 2005362868A JP 2005362868 A JP2005362868 A JP 2005362868A JP 4722693 B2 JP4722693 B2 JP 4722693B2
Authority
JP
Japan
Prior art keywords
encoded
encoded symbol
symbol set
symbols
code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2005362868A
Other languages
Japanese (ja)
Other versions
JP2007166469A (en
Inventor
力 佐々木
輝之 長谷川
修 小林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI 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 KDDI Corp filed Critical KDDI Corp
Priority to JP2005362868A priority Critical patent/JP4722693B2/en
Publication of JP2007166469A publication Critical patent/JP2007166469A/en
Application granted granted Critical
Publication of JP4722693B2 publication Critical patent/JP4722693B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、通信システム及びデータ配信方法に関する。   The present invention relates to a communication system and a data distribution method.

近年、同一の大容量データを多数の受信者に効率よく配信するマルチキャスト通信技術が注目されている。また、通信中に起こる雑音や消失などからデータを保護するために、UDP(User Datagram Protocol)やIP(Internet Protocol)を用いたマルチキャストもしくはユニキャスト通信にパケットレベルの誤り訂正符号(FEC;Forward Error Correction)を組み合わせる方法が提案されている。FECなどを組み合わせて信頼性を向上させたマルチキャストのことを高信頼マルチキャストと呼ぶ。高信頼マルチキャストに用いる誤り訂正符号としては、例えば、LT符号(例えば特許文献1参照)、Raptor符号、低密度パリティ検査符号(Low-Density Parity-Check Codes;LDPC符号)などが知られている。   In recent years, multicast communication technology that efficiently distributes the same large-capacity data to a large number of recipients has attracted attention. Also, in order to protect data from noise and loss that occur during communication, packet level error correction code (FEC) is used for multicast or unicast communication using UDP (User Datagram Protocol) or IP (Internet Protocol). A method of combining correction) has been proposed. Multicast in which reliability is improved by combining FEC or the like is called highly reliable multicast. Known error correction codes used for reliable multicast include, for example, LT codes (see, for example, Patent Document 1), Raptor codes, and low-density parity-check codes (LDPC codes).

ここで、一般的なFECの説明を行う。
送信者は、データをデータブロックに分割し、データブロックをさらに情報シンボルと呼ばれる符号化の最小入力単位に分割する。次いで、データブロックごとに符号化を行い、符号語に変換する。符号語は符号化シンボルと呼ばれる符号化の最小出力単位から構成される。符号化シンボルを最小単位とし、各符号語をパケットに分割して送信する。受信者は複数の受信符号化シンボルから復号を行い、データブロックを復元する。送信者により分割された全てのデータブロックが復元できればデータの受信が完了する。
Here, general FEC will be described.
The sender divides the data into data blocks, and further divides the data blocks into minimum input units of encoding called information symbols. Next, encoding is performed for each data block and converted into a code word. The code word is composed of a minimum output unit of encoding called an encoded symbol. Each coded word is divided into packets with the coded symbol as a minimum unit and transmitted. The receiver performs decoding from a plurality of received encoded symbols to restore the data block. Data reception is completed when all the data blocks divided by the sender can be restored.

LT符号方式においては、複数個の情報シンボルの中から任意に選択された情報シンボルの組ごとの排他的論理和(XOR)演算値を符号化シンボルとする。情報シンボルの組は、複数個の情報シンボルから構成されてもよく、或いは1個の情報シンボルのみから構成されてもよい。つまり、1個の符号化シンボルは、1個もしくは複数個の情報シンボルのXOR演算のみで構成される項との等式として表される。その符号化シンボルに係る等式からは、符号化シンボルが既知且つ情報シンボルが未知である方程式が得られる。そして、その複数の符号化シンボルの方程式から成る連立方程式が構成される。復号時には、該連立方程式を解くことによって、未知であった情報シンボルを求める。   In the LT coding method, an exclusive OR (XOR) operation value for each set of information symbols arbitrarily selected from a plurality of information symbols is used as a coded symbol. The set of information symbols may be composed of a plurality of information symbols or may be composed of only one information symbol. That is, one encoded symbol is expressed as an equation with a term composed only of an XOR operation of one or a plurality of information symbols. From the equation for the encoded symbol, an equation is obtained in which the encoded symbol is known and the information symbol is unknown. A simultaneous equation comprising the equations of the plurality of encoded symbols is constructed. At the time of decoding, an unknown information symbol is obtained by solving the simultaneous equations.

LT符号方式を用いた通信では、配信時間を調整することで効率的に高い信頼性を得ることができるため、基本的に再送の必要はない。しかしながら、配信スケジュールや配信データ数を増加させる等の理由から、マルチキャスト配信時間が限られている環境、もしくはマルチキャスト配信時間をできるだけ少なくしなければならないような環境においては、配信完了率100%を達成するために、配信失敗者向けに差分ダウンロード(ARQ;Automatic Repeat Request)を行なっている。   In communication using the LT coding method, it is possible to obtain high reliability efficiently by adjusting the distribution time, and basically there is no need for retransmission. However, a distribution completion rate of 100% is achieved in an environment where the multicast distribution time is limited or the multicast distribution time must be reduced as much as possible for reasons such as increasing the distribution schedule and the number of distribution data. Therefore, differential download (ARQ: Automatic Repeat Request) is performed for those who have failed to deliver.

また、FECとARQを組み合わせた差分ダウンロード方式が知られているが、例えば、その単純な差分ダウンロード方式(ロスしたパケットを再送)をLT符号方式を用いた通信に用いたとしても、ロスしたパケットの中からデータ回復に有効なパケットを選択するのが困難であったり、またランダムに選択しても一ユーザ当たりの再送回数を有効に削減できなかったりするという問題がある。これに対して非特許文献1に記載される再送技術では、XOR演算ベースのFECの特徴を利用して差分ダウンロード回数を削減している。
特開2001−189665号公報 佐々木力、他4名,“XOR演算に基づく前方誤り訂正符号を用いた高信頼マルチキャストにおける再送方式の提案”,信学技報,NS2004-288,March 2005.
Also, a differential download method combining FEC and ARQ is known. For example, even if the simple differential download method (resending a lost packet) is used for communication using the LT code method, the lost packet There is a problem that it is difficult to select a packet effective for data recovery from among them, or that the number of retransmissions per user cannot be effectively reduced even if it is selected at random. On the other hand, in the retransmission technique described in Non-Patent Document 1, the number of differential downloads is reduced using the characteristics of FEC based on the XOR operation.
JP 2001-189665 A Tsutomu Sasaki, 4 others, “Proposal of a retransmission method in reliable multicast using forward error correction code based on XOR operation”, IEICE Tech. Bulletin, NS2004-288, March 2005.

しかし、上述した従来技術では、以下に示すような問題がある。
(1)非特許文献1記載の再送技術では、受信端末が再送してもらう情報シンボルやパケットを選択する処理を行なうので、受信端末の負荷が増加し、消費電力の増加に伴う電池寿命の短命化や通信アプリケーション等の処理遅延の増加などが懸念される。また、再送してもらう情報シンボルやパケットをパケット配送装置に通知するときのデータ量は、差分ダウンロード回数に応じて増加するので、データ転送効率の低下が問題となる。また、XORベースのFECに用いる誤り訂正符号のアルゴリズムやデータ構造などを知る必要があり、既存システムに適用する場合には、受信端末のメモリ等に保存されているFECの復号演算中のデータ(未復号の情報シンボルや情報シンボルのXOR情報など)にアクセスする機能を新たに設ける必要があるので、端末コストの増加等の問題が生じる。
However, the above-described conventional technology has the following problems.
(1) In the retransmission technique described in Non-Patent Document 1, since processing for selecting information symbols and packets to be retransmitted by the receiving terminal is performed, the load on the receiving terminal is increased and the battery life is shortened due to an increase in power consumption. There is a concern about increase in processing delay of communication and communication applications. In addition, since the amount of data when notifying the packet delivery apparatus of information symbols and packets to be retransmitted increases according to the number of differential downloads, there is a problem of reduced data transfer efficiency. Also, it is necessary to know the algorithm and data structure of the error correction code used for the XOR-based FEC, and when applied to an existing system, the data (in the FEC decoding operation stored in the memory of the receiving terminal) ( Since it is necessary to newly provide a function for accessing an undecoded information symbol, information symbol XOR information, and the like, problems such as an increase in terminal cost arise.

(2)ロスしたパケットを再送する単純な差分ダウンロード方式では、受信端末がロスしたパケットを検出する処理を行うので、上記(1)と同様に、その負荷の影響が懸念される。また、検出したパケットをパケット配信装置に通知するときの転送量は、パケットのロスした量や総パケット数に応じて増加するので、パケットロス率が大きい無線環境では効率が悪い。また、ロスしたパケットの検出のために、パケットにシーケンス番号などの規則性のある識別データが必要となる。 (2) In a simple differential download method in which a lost packet is retransmitted, the receiving terminal performs a process of detecting a lost packet, and thus there is a concern about the influence of the load as in (1) above. Further, since the transfer amount when notifying the packet distribution device of the detected packet increases according to the amount of lost packets and the total number of packets, the efficiency is poor in a wireless environment where the packet loss rate is large. Further, in order to detect a lost packet, regular identification data such as a sequence number is required for the packet.

本発明は、このような事情を考慮してなされたもので、その目的は、通信エラー時のデータ伝送の効率向上を図るとともに、受信装置にかかる負荷の増大を防止することにある。   The present invention has been made in consideration of such circumstances, and an object of the present invention is to improve the efficiency of data transmission at the time of a communication error and to prevent an increase in load on the receiving apparatus.

上記の課題を解決するために、本発明に係る通信システムは、被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有することを特徴とする。   In order to solve the above-described problem, the communication system according to the present invention encodes a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data. A transmitting device that transmits a coded symbol, and a receiving device that receives the coded symbol and decodes the received coded symbol, and the receiving device represents a received amount of the coded symbol when decoding fails. The transmission apparatus has means for transmitting reception amount information to the transmission apparatus, and the transmission apparatus has means for determining an encoded symbol to be additionally distributed based on the reception amount information.

本発明に係る通信システムにおいては、前記送信装置は、前記受信量情報から符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをユニキャストで前記受信装置へ送信することを特徴とする。   In the communication system according to the present invention, the transmission device includes additional distribution number calculating means for calculating an additional distribution number of encoded symbols from the reception amount information, and is generated so as to be different from the first encoded symbol set. The encoded symbols are transmitted by unicast to the receiving device by the calculated number of additional distributions from the second encoded symbol set.

本発明に係る通信システムにおいては、前記送信装置は、複数の受信装置から得られた前記受信量情報の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信することを特徴とする。   In the communication system according to the present invention, the transmission device includes additional distribution number calculation means for calculating an additional distribution number of encoded symbols based on the set of reception amount information obtained from a plurality of reception devices, The encoded symbols are transmitted by multicast to the plurality of receiving apparatuses by the calculated number of additional distributions from the second encoded symbol set generated differently from the first encoded symbol set.

本発明に係る通信システムは、被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有することを特徴とする。   A communication system according to the present invention includes: a transmission apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data; A receiving device that receives the encoded symbol and decodes the received encoded symbol, and the receiving device has means for transmitting the requested number of encoded symbols to the transmitting device when decoding fails. The transmission apparatus has means for determining an encoded symbol to be additionally distributed based on the number of requests.

本発明に係る通信システムにおいては、前記送信装置は、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記要求数だけ符号化シンボルをユニキャストで前記受信装置へ送信することを特徴とする。   In the communication system according to the present invention, the transmission apparatus unicasts the required number of encoded symbols from the second encoded symbol set generated differently from the first encoded symbol set. It is characterized by transmitting to.

本発明に係る通信システムにおいては、前記送信装置は、複数の受信装置から得られた前記要求数の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信することを特徴とする。   In the communication system according to the present invention, the transmission device includes additional distribution number calculation means for calculating an additional distribution number of encoded symbols based on the set of request numbers obtained from a plurality of reception devices. The encoded symbols are transmitted by multicast to the plurality of receiving apparatuses by the calculated number of additional distributions from the second encoded symbol set generated differently from the one encoded symbol set.

本発明に係る通信システムにおいては、前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信することを特徴とする。   In the communication system according to the present invention, a code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set, and the transmission apparatus transmits encoded symbols. The random number sequence information used to generate the encoded symbol is sometimes included in the same packet and transmitted.

本発明に係る通信システムにおいては、前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信することを特徴とする。   In the communication system according to the present invention, a code using an exclusive OR operation is used as a code used to generate the first coded symbol set and the second coded symbol set, and the transmitting device When transmitting an encoded symbol, information on an exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol is included in the same packet and transmitted.

本発明に係る通信システムにおいては、前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用いることを特徴とする。   The communication system according to the present invention is characterized in that the first coding symbol set and the second coding symbol set are generated using the same coding parameter and different random number sequences.

本発明に係る通信システムにおいては、前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成されることを特徴とする。   In the communication system according to the present invention, the second coded symbol set has a property different from the first coded symbol set among the third coded symbol sets generated redundantly by the method. The coding symbol is selected and generated so as to satisfy the condition of

本発明に係る通信システムにおいては、前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定であることを特徴とする。   In the communication system according to the present invention, the condition is a distribution regulation of the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.

本発明に係る通信システムにおいては、前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定であることを特徴とする。   In the communication system according to the present invention, the condition is a definition of an exclusive OR operation number of information symbols used for generating each encoded symbol included in the second encoded symbol set. And

本発明に係る通信システムにおいては、前記符号は、LT符号、Raptor符号又はLDPC符号であることを特徴とする。   In the communication system according to the present invention, the code is an LT code, a raptor code, or an LDPC code.

本発明に係る通信システムにおいては、同一の符号化パラメータを持つ一義的な符号により生成された第3符号化シンボル集合を前記第1符号化シンボル集合と前記第2符号化シンボル集合に分割して用いることを特徴とする。   In the communication system according to the present invention, a third encoded symbol set generated by a unique code having the same encoding parameter is divided into the first encoded symbol set and the second encoded symbol set. It is characterized by using.

本発明に係るデータ配信方法は、送信装置が、被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する第1の過程と、受信装置が、前記符号化シンボルを受信し、該受信した符号化シンボルを復号する第2の過程と、受信装置が、前記受信過程における復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する第3の過程と、前記送信装置が、前記受信量情報に基づき、追加配信する符号化シンボルを決定する第4の過程と、を含むことを特徴とする。   In the data distribution method according to the present invention, a transmission apparatus transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data. A first step of receiving the coded symbol, a second step of decoding the received coded symbol, and a receiving device when the decoding failure in the receiving step, A third step of transmitting reception amount information representing a reception amount to the transmission device; and a fourth step in which the transmission device determines an encoded symbol to be additionally distributed based on the reception amount information. It is characterized by.

本発明に係るデータ配信方法は、送信装置が、被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する第1の過程と、受信装置が、前記符号化シンボルを受信し、該受信した符号化シンボルを復号する第2の過程と、受信装置が、前記受信過程における復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する第3の過程と、前記送信装置が、前記要求数に基づき、追加配信する符号化シンボルを決定する第4の過程と、を含むことを特徴とする。   In the data distribution method according to the present invention, a transmission apparatus transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data. A first step of receiving the coded symbol, a second step of decoding the received coded symbol, and a receiving device when the decoding failure in the receiving step, The method includes a third process of transmitting a request number to the transmission apparatus, and a fourth process in which the transmission apparatus determines an encoded symbol to be additionally distributed based on the request number.

本発明によれば、通信エラー時のデータ伝送の効率向上を図るとともに、受信装置にかかる負荷の増大を防止することができる。   ADVANTAGE OF THE INVENTION According to this invention, while improving the efficiency of the data transmission at the time of a communication error, the increase in the load concerning a receiver can be prevented.

以下、図面を参照し、本発明の一実施形態について説明する。
図1は、本発明の一実施形態に係るマルチキャスト配信システムの構成を示すブロック図である。なお、本実施形態ではマルチキャスト配信を例に挙げて説明するが、本発明はマルチキャスト配信に限定されず、ユニキャスト配信にも同様に適用することができる。
図1において、送信者は配信サーバ1と追加配信サーバ2を設けている。受信者は通信端末3を設けている。配信サーバ1、追加配信サーバ2及び通信端末3は、ネットワーク4にそれぞれ接続されている。ネットワーク4には、パケットのルーティングを行うルータ5がネットワーク状に配置されている。ルータ5はマルチキャスト転送をサポートしている。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram showing a configuration of a multicast distribution system according to an embodiment of the present invention. In the present embodiment, multicast distribution is described as an example, but the present invention is not limited to multicast distribution, and can be similarly applied to unicast distribution.
In FIG. 1, the sender has a distribution server 1 and an additional distribution server 2. The recipient has a communication terminal 3. Distribution server 1, additional distribution server 2, and communication terminal 3 are each connected to network 4. In the network 4, routers 5 that perform packet routing are arranged in a network. The router 5 supports multicast transfer.

配信サーバ1は、配信データから分割して得られた情報シンボルを符号化し、その得られた符号化シンボルを格納したパケットをネットワーク4を介してマルチキャスト送信101を行なう。通信端末3は、配信サーバ1からマルチキャスト送信されたパケットをネットワーク4を介してマルチキャスト受信する。通信端末3は、受信した符号化シンボルの復号を行い、その復号の失敗時には符号化シンボルの受信量を表す受信量情報110を追加配信サーバ2に送信する。追加配信サーバ2は、ネットワーク4を介して通信端末3からの受信量情報110を受信する。そして、追加配信サーバ2は、受信量情報110に基づき、符号化シンボルの追加配信120を行う。その符号化シンボルの追加配信120は、マルチキャスト配信であってもよく、或いはユニキャスト配信であってもよい。   The distribution server 1 encodes information symbols obtained by dividing the distribution data, and performs multicast transmission 101 via the network 4 on the packet storing the obtained encoded symbols. The communication terminal 3 receives a multicast transmission packet from the distribution server 1 via the network 4. The communication terminal 3 decodes the received encoded symbol and, when the decoding fails, transmits reception amount information 110 indicating the reception amount of the encoded symbol to the additional distribution server 2. The additional distribution server 2 receives the reception amount information 110 from the communication terminal 3 via the network 4. Then, the additional distribution server 2 performs additional distribution 120 of encoded symbols based on the reception amount information 110. The encoded symbol additional distribution 120 may be multicast distribution or unicast distribution.

次に、図2を参照して、本実施形態に係るデータ配信処理を説明する。
図2は、本実施形態に係るデータ配信処理の手順を示すシーケンスチャートである。図2に示されるように、本実施形態に係るデータ配信処理は、3つのフェーズ1,2,3から構成される。
Next, a data distribution process according to the present embodiment will be described with reference to FIG.
FIG. 2 is a sequence chart showing a procedure of data distribution processing according to the present embodiment. As shown in FIG. 2, the data distribution process according to the present embodiment includes three phases 1, 2, and 3.

[フェーズ1]
フェーズ1は、基本の符号化シンボルの配信を行う段階である。
フェーズ1において、先ず、ステップS11では、送信者の配信サーバ1は、配信データを複数のデータブロックに分割し、各データブロックを誤り訂正符号を用いてそれぞれ符号化する(FEC)。データブロックとは、データをいくつかに分割して送信する際の分割単位のことをいう。その符号化によって得られた符号化シンボルの集合を符号化シンボル集合Aとする。次いで、配信サーバ1は、符号化シンボル集合Aの符号化シンボルを規定量だけマルチキャスト配信する。その規定量は、予め定められた個数(規定数)であってもよく、或いは配信を行うときの制限時間(規定時間)であってもよい。
[Phase 1]
Phase 1 is a stage in which basic encoded symbols are distributed.
In phase 1, first, in step S11, the sender's distribution server 1 divides the distribution data into a plurality of data blocks, and encodes each data block using an error correction code (FEC). The data block refers to a division unit when data is divided into several parts and transmitted. A set of encoded symbols obtained by the encoding is defined as an encoded symbol set A. Next, the distribution server 1 multicast-distributes the encoded symbols of the encoded symbol set A by a specified amount. The prescribed amount may be a predetermined number (a prescribed number), or may be a time limit (a prescribed time) when distribution is performed.

ステップS12では、受信者の通信端末3は、符号化シンボルをマルチキャスト受信し、その受信数等の所定の復号開始条件を満足した場合に復号を開始する。その復号は、符号化シンボルを受信する毎に行ってもよく、受信した符号化シンボルが一定量に達する毎に行ってもよい。
ステップS13では、マルチキャスト配信の終了までに、復号が成功したか否かを判断する。そして、復号が成功したならば、当該データ配信は終了する。一方、復号が失敗した場合には、フェーズ2に移行する。なお、上記復号開始条件を満足しなかった場合にも、復号失敗となる。
In step S12, the communication terminal 3 of the receiver receives the encoded symbol by multicast, and starts decoding when a predetermined decoding start condition such as the number of receptions is satisfied. The decoding may be performed every time the encoded symbol is received, or may be performed every time the received encoded symbol reaches a certain amount.
In step S13, it is determined whether or not the decoding is successful before the end of the multicast distribution. If the decryption is successful, the data distribution ends. On the other hand, if the decoding fails, the process proceeds to phase 2. Note that decoding fails even when the above decoding start condition is not satisfied.

[フェーズ2]
フェーズ2は、追加の符号化シンボルの配信を行う段階である。
フェーズ2において、先ず、ステップS21では、受信者の通信端末3は、フェーズ1での受信量情報を送信者の追加配信サーバ2に送信する。その受信量情報は、符号化シンボルの受信量を表す情報であって、例えば、符号化シンボルの受信数又は損失数、パケットの受信数又は損失数などが利用可能である。
ステップS22では、送信者の追加配信サーバ2は、通信端末3からの受信量情報を受信する。そして、追加配信サーバ2は、受信量情報に基づき、配信失敗受信者の復号が成功するために必要な符号化シンボルの個数(追加配信数)を求める。その追加配信数は、所定の演算式から計算してもよく、或いは、受信量情報と符号化シンボル数の対応関係を有する所定のテーブルを予め保持し、該テーブルを参照することにより求めてもよい。
ステップS23では、追加配信サーバ2は、フェーズ1で配信に用いた符号化シンボル集合Aとは異なる符号化シンボル集合Bを用い、該符号化シンボル集合Bの符号化シンボルを追加配信数だけ配信する。この追加配信は、マルチキャスト配信であってもよく、或いはユニキャスト配信であってもよい。なお、符号化シンボル集合Bは、予め準備しておいてもよく、或いは、受信量情報の受信時もしくは追加配信時に作成してもよい。また、マルチキャスト配信により追加配信を行う場合は、複数の配信失敗受信者からの受信量情報から、それら全ての配信失敗受信者の復号が成功するための追加配信数を求める。
[Phase 2]
Phase 2 is a stage in which additional encoded symbols are distributed.
In phase 2, first, in step S21, the communication terminal 3 of the receiver transmits the reception amount information in phase 1 to the additional delivery server 2 of the sender. The reception amount information is information representing the reception amount of the encoded symbol, and for example, the reception number or loss number of the encoded symbol, the reception number or loss number of the packet, etc. can be used.
In step S <b> 22, the sender's additional distribution server 2 receives the received amount information from the communication terminal 3. Then, the additional distribution server 2 obtains the number of encoded symbols (the number of additional distributions) necessary for successful decoding of the distribution failure recipient based on the reception amount information. The number of additional distributions may be calculated from a predetermined arithmetic expression, or may be obtained by holding in advance a predetermined table having a correspondence relationship between reception amount information and the number of encoded symbols and referring to the table. Good.
In step S23, the additional distribution server 2 uses the encoded symbol set B different from the encoded symbol set A used for distribution in the phase 1, and distributes the encoded symbols of the encoded symbol set B by the number of additional distributions. . This additional distribution may be multicast distribution or unicast distribution. The encoded symbol set B may be prepared in advance, or may be created at the time of reception amount information reception or additional distribution. In addition, when additional distribution is performed by multicast distribution, the number of additional distributions for successful decoding of all the distribution failure recipients is obtained from reception amount information from a plurality of distribution failure recipients.

ステップS24では、受信者の通信端末3は、追加配信された符号化シンボルを受信すると、その追加配信された符号化シンボルとフェーズ1で受信した符号化シンボル、さらにはフェーズ1で復号された情報シンボルと復号後に未復号情報シンボルの情報を保持している符号化シンボルを用いて復号を開始する。
ステップS25では、その復号が成功したか否かを判断する。そして、復号が成功したならば、当該データ配信は終了する。一方、復号が失敗した場合には、フェーズ3に移行する。
In step S24, when the communication terminal 3 of the receiver receives the encoded symbol that has been additionally distributed, the encoded symbol that has been additionally distributed, the encoded symbol received in phase 1, and the information decoded in phase 1 are also received. Decoding is started using a symbol and an encoded symbol that holds information of an undecoded information symbol after decoding.
In step S25, it is determined whether or not the decoding is successful. If the decryption is successful, the data distribution ends. On the other hand, if the decoding fails, the process proceeds to phase 3.

[フェーズ3]
フェーズ3は、当該データ配信の完了のために、符号化を行う前の情報シンボルの配信を行う段階である。
フェーズ3において、先ず、ステップS31では、受信者の通信端末3は、フェーズ2での復号の失敗を通知するメッセージを送信者の配信サーバ1に送信する。
ステップS32では、配信サーバ1は、配信データの全ての情報シンボルをTCP(Transmission Control Protocol)等の信頼性の高い通信方法で配信する。フェーズ3では、基本的には全ての受信者に対するデータ配信を成功させることを目的とするので、通常はユニキャスト配信を用いることが好ましいが、マルチキャスト配信を用いる場合には、配信時間を十分に長くする等により信頼度を高めるようにする。
[Phase 3]
Phase 3 is a stage of distributing information symbols before encoding in order to complete the data distribution.
In phase 3, first, in step S <b> 31, the communication terminal 3 of the recipient transmits a message notifying the failure of decoding in phase 2 to the delivery server 1 of the sender.
In step S32, the distribution server 1 distributes all information symbols of the distribution data by a reliable communication method such as TCP (Transmission Control Protocol). Phase 3 is basically aimed at making data distribution to all recipients successful, so it is usually preferable to use unicast distribution. However, when using multicast distribution, the distribution time should be sufficient. Increase the reliability by making it longer.

なお、フェーズ3においては、受信者から未復号の情報シンボルを要求して、該要求された情報シンボルのみを送信者からユニキャスト配信するようにしてもよい。   In phase 3, an undecoded information symbol may be requested from the receiver, and only the requested information symbol may be unicasted from the transmitter.

また、上記図2の実施例では、フェーズ2の復号が失敗した場合に、直ぐにフェーズ3に移行したが、再度、フェーズ2を行うようにしてもよい。但し、各フェーズ2で配信に用いる符号化シンボル集合は、それぞれ異なるものであって、フェーズ1の符号化シンボル集合Aとも異なるものを準備する。   Further, in the embodiment of FIG. 2, when the decoding of the phase 2 fails, the phase 3 is immediately shifted to. However, the phase 2 may be performed again. However, the encoded symbol sets used for distribution in each phase 2 are different from each other, and different from the encoded symbol set A in phase 1 are prepared.

次に、上記したフェーズ2における追加配信数の算出方法について説明する。   Next, a method for calculating the number of additional distributions in Phase 2 will be described.

一般的にFECにおいては、符号化レートと符号化シンボルの受信数の関係から、信頼度を見積もることができる。また、計算機シミュレーションによって信頼度を見積もることも可能である。本実施形態では、その信頼度に基づき、追加配信数を算出する。以下、追加配信をユニキャスト配信で行う場合と、マルチキャスト配信で行う場合に分けてそれぞれ説明する。ここでは、復号に失敗した受信者から得られた受信量情報として、符号化シンボルの受信数rを用いる。   In general, in FEC, the reliability can be estimated from the relationship between the encoding rate and the number of encoded symbols received. It is also possible to estimate the reliability by computer simulation. In the present embodiment, the number of additional distributions is calculated based on the reliability. Hereinafter, the case where additional distribution is performed by unicast distribution and the case where multicast distribution is performed will be described separately. Here, the reception number r of encoded symbols is used as reception amount information obtained from a receiver that failed to decode.

[ユニキャスト配信で追加配信を行う場合]
ユニキャスト配信で追加配信を行う場合の追加配信数の算出においては、受信数rと符号化レートを用いたシミュレーション(もしくは解析)を行い、その結果から得られた信頼度から、目標信頼度を達成するための追加配信数を算出する。その追加配信数の算出方法としては、例えば、予め定義した関数を用いてもよく、或いは図3に例示するような信頼度テーブルを予め準備しその信頼度テーブルから算出してもよい。
[When performing additional delivery by unicast delivery]
In calculating the number of additional distributions when performing additional distribution by unicast distribution, a simulation (or analysis) using the reception number r and the encoding rate is performed, and the target reliability is determined from the reliability obtained from the result. Calculate the number of additional deliveries to achieve. As a method of calculating the number of additional distributions, for example, a predefined function may be used, or a reliability table illustrated in FIG. 3 may be prepared in advance and calculated from the reliability table.

図3の信頼度テーブルにおいては、縦軸に信頼度としての誤り率、横軸に符号化シンボルの受信数が示されている。その信頼度テーブルから、目標誤り率を達成するための受信数が得られる。その目標誤り率を達成するための受信数と、復号に失敗した受信者から得られた受信数rとの差が、追加配信数として算出される。   In the reliability table of FIG. 3, the vertical axis indicates the error rate as the reliability, and the horizontal axis indicates the number of received encoded symbols. From the reliability table, the number of receptions for achieving the target error rate is obtained. The difference between the number of receptions for achieving the target error rate and the number of receptions r obtained from the recipients who failed to decode is calculated as the number of additional distributions.

また、追加配信数の算出に用いる関数Fとしては、例えば、符号化シンボル集合Aに係る符号Cと、符号化シンボル集合Bに係る符号C’と、受信数rとを引数とした関数F(C,C’,r)や、さらに信頼度Eを引数に加えた関数F_e(C,C’,E,r)などが挙げられる。例えば、信頼度Eをフェーズ1の基本配信量Fからの冗長な配信量として、次式のように定義してもよい。
F_e(C,C’,E,r)=F(C,C’,r)+E
なお、通常、信頼度は受信者数によって決めるものであるが、受信者数は送信者がある程度知っているものとして、上記の関数の入力値(引数)には含めていない。
Further, as the function F used for calculating the number of additional distributions, for example, a function F (for example, a code C related to the encoding symbol set A, a code C ′ related to the encoding symbol set B, and the reception number r) is used. C, C ′, r), and a function F_e (C, C ′, E, r) in which reliability E is further added as an argument. For example, the reliability E may be defined as a redundant delivery amount from the basic delivery amount F of Phase 1 as in the following equation.
F_e (C, C ′, E, r) = F (C, C ′, r) + E
Normally, the reliability is determined by the number of recipients, but the number of recipients is not included in the input value (argument) of the above function, assuming that the sender knows to some extent.

なお、本ユニキャスト配信によれば、TCP等の信頼性の高い通信方法を用いるので、追加配信する符号化シンボルが受信者に届かないことはまれである。   In addition, according to this unicast distribution, since a highly reliable communication method such as TCP is used, it is rare that the encoded symbol to be additionally distributed does not reach the receiver.

[マルチキャスト配信で追加配信を行う場合]
マルチキャスト配信で追加配信を行う場合の追加配信数の算出においては、復号に失敗した複数の受信者から得られた受信数rの組(受信数の組B)と符号C,C’を引数とする関数G(C,C’,B)を予め定義し、該関数G(C,C’,B)を用いて追加配信数を算出する。但し、符号Cは符号化シンボル集合Aに係る符号、符号C’は符号化シンボル集合Bに係る符号である。なお、受信数の組Bは、復号に失敗した複数の当該受信者に係るロス率の組と1対1で対応している。また、ロス率の組及び受信数の組において、「組」は集合であってもよく、或はベクトルであってもよい。
[When performing additional distribution by multicast distribution]
In the calculation of the number of additional distributions in the case of performing additional distribution by multicast distribution, a set of received numbers r (received number set B) obtained from a plurality of recipients that failed to decode and codes C and C ′ are used as arguments. A function G (C, C ′, B) to be defined is defined in advance, and the number of additional distributions is calculated using the function G (C, C ′, B). Here, the code C is a code related to the coding symbol set A, and the code C ′ is a code related to the coding symbol set B. Note that the reception number set B has a one-to-one correspondence with a set of loss rates associated with a plurality of recipients whose decoding has failed. Further, in the combination of the loss rate and the number of receptions, the “set” may be a set or a vector.

上記関数G(C,C’,B)としては、例えば、次のように定義することができる。
フェーズ1でN個のパケットをマルチキャスト送信し、復号が所定の高確率で成功するためにはK個のパケットが受信されることが必要であるとする。ここで、パケットの個数NとKの関係は、符号Cにより規定される。例えば、Raptor符号の場合には、KはNの105%の値である。そのNとKの関係は、シミュレーション等を用いて算出可能である。また、フェーズ2での追加配信時のマルチキャスト送信時においても同様のロスパターンが発生すると想定する。
The function G (C, C ′, B) can be defined as follows, for example.
Suppose that N packets are multicast transmitted in phase 1 and that K packets need to be received in order for decoding to succeed with a predetermined high probability. Here, the relationship between the number of packets N and K is defined by the symbol C. For example, in the case of a Raptor code, K is 105% of N. The relationship between N and K can be calculated using simulation or the like. In addition, it is assumed that a similar loss pattern also occurs during multicast transmission during additional distribution in phase 2.

そして、受信数の組Bの中で最も小さな受信数aに着目すると、当該受信者のロス率は「(N−a)/N」であり、当該受信者がそのロス率で残り「K−a」個のパケットをフェーズ2で受信するために必要なパケットの個数は、「N(K−a)/a」個となる。   When attention is paid to the smallest reception number a in the reception number set B, the loss rate of the receiver is “(N−a) / N”, and the receiver remains at the loss rate “K−”. The number of packets necessary to receive “a” packets in phase 2 is “N (K−a) / a”.

また信頼性向上のために、さらに冗長分のα個(例えば、一定個数(5個等)、N(K−a)/aの平方根にあたる個数等)のパケットをフェーズ2で送信する場合は、{[N(K−a)/a]+α}個がフェーズ2での追加配信分となる。なお、冗長分のパケットの個数αの代わりに、送信するパケットをβ倍(例えば、一定数倍(1.1倍等))にするようにしてもよい。その場合には、フェーズ2での追加配信分は、「β×N(K−a)/a」個となる。   In addition, in order to improve reliability, when α packets for redundancy (for example, a certain number (such as 5), the number corresponding to the square root of N (K−a) / a) are transmitted in phase 2, {[N (K−a) / a] + α} are additional distributions in phase 2. Instead of the redundant packet number α, the number of packets to be transmitted may be β times (for example, a fixed number times (eg, 1.1 times)). In that case, the additional delivery in Phase 2 is “β × N (K−a) / a”.

また、目標とする信頼度を引数とした関数G_e(C,C’,E,B)を定義して用いてもよい。   Further, a function G_e (C, C ′, E, B) with the target reliability as an argument may be defined and used.

次に、上記したフェーズ1,2でそれぞれ用いる符号化シンボル集合A,Bの生成方法について説明する。   Next, a method for generating the encoded symbol sets A and B used in the above phases 1 and 2 will be described.

フェーズ1で用いる符号化シンボル集合Aとフェーズ2で用いる符号化シンボル集合Bとは、異なるように生成する。誤り訂正符号(FEC)のアルゴリズム及びデータフォーマットを予め把握しておくことにより、もしくは各パケットに符号化パラメータを挿入する等により配信毎或いは配信途中に符号化パラメータを変更する機能を設け、符号化パラメータを変更することで、互いに性質の異なる符号化シンボル集合A,Bを生成することができる。誤り訂正符号としては、入力データ(被符号化データ)の冗長化を可能とする符号(符号化レート<1)であって、例えば、LT符号、Raptor符号などが利用できる。LT符号、Raptor符号においては、変更対象の符号化パラメータとして、例えば符号化シンボル生成時のXOR演算数分布などが挙げられる。以下の説明においては、LT符号やRaptor符号等を用いたXOR演算ベースのFECにあって、符号化シンボルを成す情報シンボルの数(XOR演算数)を「次数」と称し、その分布を「次数分布」と称する。
以下、各場合の次数分布変更方法について説明する。
The encoding symbol set A used in phase 1 and the encoding symbol set B used in phase 2 are generated differently. Provide a function to change the encoding parameter for each delivery or during delivery by understanding the algorithm and data format of error correction code (FEC) in advance or by inserting the encoding parameter into each packet. By changing the parameters, encoded symbol sets A and B having different properties can be generated. The error correction code is a code (encoding rate <1) that enables redundancy of input data (encoded data), and for example, an LT code, a Raptor code, or the like can be used. In the LT code and the Raptor code, examples of the encoding parameter to be changed include a distribution of the number of XOR operations at the time of encoding symbol generation. In the following description, in the FEC based on the XOR operation using the LT code, the Raptor code, or the like, the number of information symbols (the number of XOR operations) forming the encoded symbol is referred to as “order”, and the distribution is referred to as “order”. Referred to as "distribution".
Hereinafter, the order distribution changing method in each case will be described.

(1)FECのアルゴリズム及びデータフォーマットが把握できている場合の次数分布変更方法
先ず、符号化シンボル集合Aと同様の符号化パラメータを用いて符号化シンボル集合Tを生成する。但し、その符号化パラメータは乱数列を含まないものである。つまり、符号化シンボル集合Bの生成時に使用する乱数列は、符号化シンボル集合Aとは異なるものを使用する。また、符号化シンボル集合Tは符号化シンボル集合Bよりも冗長な大きさを有するように生成する。
(1) Degree distribution changing method when FEC algorithm and data format are known First, an encoding symbol set T is generated using the same encoding parameters as the encoding symbol set A. However, the encoding parameter does not include a random number sequence. That is, a random number sequence used when generating the encoded symbol set B is different from the encoded symbol set A. Also, the encoded symbol set T is generated so as to have a more redundant size than the encoded symbol set B.

次いで、その符号化シンボル集合Tの中から、符号化シンボル集合Aとは異なる次数分布となるように、該当次数の符号化シンボルを選択して符号化シンボル集合Sを生成する。なお、FECのアルゴリズム等が分かっているので、符号化シンボルの次数を知ることは可能である。   Next, a coding symbol set S is generated by selecting a coding symbol of the corresponding order from the coding symbol set T so that the degree distribution is different from that of the coding symbol set A. Since the FEC algorithm is known, it is possible to know the order of the encoded symbol.

より具体的には、先ず、符号化シンボル集合Sの要素(符号化シンボル)の個数を決定し、次に、符号化シンボル集合Aとは異なる所望の次数分布となるように、符号化シンボル集合Sに含める各次数の符号化シンボル数を決定する。また、初期集合としての符号化シンボル集合Sを空集合としておく。次いで、符号化シンボル集合Tから、順次、任意に符号化シンボルを選択して符号化シンボル集合Sに含めていく。このとき、符号化シンボル集合Sに含めた符号化シンボルの次数を確認し、符号化シンボル集合Sに含める各次数の符号化シンボル数を満足するか判断する。そして、その各次数の符号化シンボル数を満足するまで、符号化シンボル集合Tから任意の符号化シンボルを選択して符号化シンボル集合Sに含めていく。これにより、符号化シンボル集合Sが完成する。なお、符号化シンボル集合Tから選択された符号化シンボルは、符号化シンボル集合Tから削除する。また、符号化シンボル集合Sが完成する前に、符号化シンボル集合Tが空集合になった場合は、初期集合としての符号化シンボル集合Tの要素数を前回よりも増やし、再度、符号化シンボル集合Sの生成を試みる。   More specifically, first, the number of elements (coding symbols) of the coding symbol set S is determined, and then the coding symbol set is set so as to have a desired degree distribution different from the coding symbol set A. The number of encoded symbols of each order included in S is determined. Also, the encoding symbol set S as the initial set is set as an empty set. Next, an arbitrary encoding symbol is sequentially selected from the encoding symbol set T and included in the encoding symbol set S. At this time, the order of the encoded symbols included in the encoded symbol set S is confirmed, and it is determined whether the number of encoded symbols of each order included in the encoded symbol set S is satisfied. Then, an arbitrary encoded symbol is selected from the encoded symbol set T and included in the encoded symbol set S until the number of encoded symbols of each order is satisfied. Thereby, the encoded symbol set S is completed. Note that a coding symbol selected from the coding symbol set T is deleted from the coding symbol set T. Further, when the coding symbol set T becomes an empty set before the coding symbol set S is completed, the number of elements of the coding symbol set T as the initial set is increased from the previous time, and the coding symbol is again set. Attempt to generate the set S.

その生成した符号化シンボル集合Sを符号化シンボル集合Bとしてフェーズ2で用いることにより、擬似的に次数分布の変更を可能とし、フェーズ2での追加配信の回数を削減することができる。   By using the generated encoded symbol set S as the encoded symbol set B in phase 2, the degree distribution can be changed in a pseudo manner, and the number of additional distributions in phase 2 can be reduced.

(2)各パケットに符号化パラメータを挿入する等により配信毎或いは配信途中に符号化パラメータを変更する機能を設ける場合の次数分布変更方法
この場合には、所望の次数分布となるような符号化パラメータを用いて符号化シンボル集合Bを生成するための符号化を行う。その符号化に合わせて、パケットに挿入する符号化パラメータを変更する。
(2) Order distribution changing method in the case where a function for changing the encoding parameter is provided for each delivery or during delivery by inserting the encoding parameter into each packet, etc. In this case, encoding is performed so as to obtain a desired order distribution. Encoding for generating the encoding symbol set B is performed using the parameters. In accordance with the encoding, the encoding parameter to be inserted into the packet is changed.

なお、符号化シンボル集合A,Bが有する異なる性質としては、上記した次数分布に限定されない。上記(1),(2)と同様の方法により変更希望の特徴に対応するデータ構造のフオーマットやパラメータの変更が可能な場合には、異なる符号化シンボル集合A,Bの生成が可能である。   Note that the different properties of the encoded symbol sets A and B are not limited to the above-described degree distribution. When the format and parameters of the data structure corresponding to the desired change feature can be changed by the same method as in the above (1) and (2), different encoded symbol sets A and B can be generated.

次数分布以外の特徴を用いて異なる性質を有する符号化シンボル集合A,Bを生成する方法としては、例えば、各符号化シンボルの重みから成る重み分布が符号化シンボル集合AとBでそれぞれ異なるように生成する方法が考えられる。符号化シンボルの重みとしては、例えばLT符号における、符号化時の情報シンボルの被XOR演算数などが利用できる。   As a method of generating encoded symbol sets A and B having different properties by using features other than the order distribution, for example, the weight distribution composed of the weights of the encoded symbols is different between the encoded symbol sets A and B. It is possible to create a method. As the weight of the encoded symbol, for example, the number of XOR operations of information symbols at the time of encoding in the LT code can be used.

より具体的には、先ず、符号化シンボル集合Aの重み分布とは異なる符号化シンボル集合Bの満足すべき重み分布と符号化シンボル集合Bの要素数とに基づき、符号化シンボル集合Bに含める符号化シンボルの重み及び各重みの符号化シンボル数を決定する。また、符号化シンボル集合Aと同様の符号化パラメータを用いて符号化シンボル集合Tを生成する。但し、その符号化パラメータは乱数列を含まないものである。つまり、符号化シンボル集合Bの生成時に使用する乱数列は、符号化シンボル集合Aとは異なるものを使用する。また、符号化シンボル集合Tは符号化シンボル集合Bよりも冗長な大きさを有するように生成する。また、初期集合としての符号化シンボル集合Sを空集合としておく。   More specifically, first, based on the weight distribution to be satisfied of the encoding symbol set B different from the weight distribution of the encoding symbol set A and the number of elements of the encoding symbol set B, it is included in the encoding symbol set B. Determine the weight of the encoded symbols and the number of encoded symbols for each weight. Also, the encoding symbol set T is generated using the same encoding parameters as the encoding symbol set A. However, the encoding parameter does not include a random number sequence. That is, a random number sequence used when generating the encoded symbol set B is different from the encoded symbol set A. Also, the encoded symbol set T is generated so as to have a more redundant size than the encoded symbol set B. Also, the encoding symbol set S as the initial set is set as an empty set.

次いで、符号化シンボル集合Tから、順次、任意に符号化シンボルを選択して符号化シンボル集合Sに含めていく。このとき、符号化シンボル集合Sに含めた符号化シンボルの重みを確認し、符号化シンボル集合Sに含める各重みの符号化シンボル数を満足するか判断する。そして、その各重みの符号化シンボル数を満足するまで、符号化シンボル集合Tから任意の符号化シンボルを選択して符号化シンボル集合Sに含めていく。これにより、符号化シンボル集合Sが完成する。なお、符号化シンボル集合Tから選択された符号化シンボルは、符号化シンボル集合Tから削除する。また、符号化シンボル集合Sが完成する前に、符号化シンボル集合Tが空集合になった場合は、初期集合としての符号化シンボル集合Tの要素数を前回よりも増やし、再度、符号化シンボル集合Sの生成を試みる。なお、目標とする重み分布としては多少の幅を持たせることにより、符号化シンボル集合Sの生成が簡単になる。   Next, an arbitrary encoding symbol is sequentially selected from the encoding symbol set T and included in the encoding symbol set S. At this time, the weights of the encoded symbols included in the encoded symbol set S are confirmed, and it is determined whether the number of encoded symbols of each weight included in the encoded symbol set S is satisfied. Then, an arbitrary encoded symbol is selected from the encoded symbol set T and included in the encoded symbol set S until the number of encoded symbols for each weight is satisfied. Thereby, the encoded symbol set S is completed. Note that a coding symbol selected from the coding symbol set T is deleted from the coding symbol set T. Further, when the coding symbol set T becomes an empty set before the coding symbol set S is completed, the number of elements of the coding symbol set T as the initial set is increased from the previous time, and the coding symbol is again set. Attempt to generate the set S. It should be noted that the generation of the encoded symbol set S can be simplified by providing a certain range for the target weight distribution.

次に、送信者のデータ配信装置と受信者の通信端末の実施例を説明する。   Next, an embodiment of the data distribution apparatus of the sender and the communication terminal of the receiver will be described.

図4は、送信者のデータ配信装置10の実施例である。
図4において、フェーズ1配信部20は図1の配信サーバ1に、フェーズ2配信部30は図1の追加配信サーバ2に、それぞれ対応している。
フェーズ1配信部20において、符号化部21は、配信データを符号化して符号化シンボル集合Aを生成する。メモリ22は、その生成された符号化シンボル集合Aを記憶する。送信部23は、メモリ22に記憶されている符号化シンボル集合Aの符号化シンボルをネットワークを介して送信する。また、符号化部21は、符号化シンボル集合Aとは異なる符号化シンボル集合Bを生成する。メモリ24は、その生成された符号化シンボル集合Bを記憶する。また、符号化部21は、符号化に係る情報を送信部23及びフェーズ2配信部30に通知する。
FIG. 4 shows an embodiment of the sender data distribution apparatus 10.
4, the phase 1 distribution unit 20 corresponds to the distribution server 1 in FIG. 1, and the phase 2 distribution unit 30 corresponds to the additional distribution server 2 in FIG.
In the phase 1 distribution unit 20, the encoding unit 21 encodes the distribution data to generate an encoded symbol set A. The memory 22 stores the generated encoded symbol set A. The transmission unit 23 transmits the encoded symbols of the encoded symbol set A stored in the memory 22 via the network. In addition, the encoding unit 21 generates a coding symbol set B different from the coding symbol set A. The memory 24 stores the generated encoded symbol set B. In addition, the encoding unit 21 notifies the transmission unit 23 and the phase 2 distribution unit 30 of information related to encoding.

フェーズ2配信部30において、送受信部31は、フェーズ2での追加配信の符号化シンボルをネットワークを介して送信し、また、ネットワークを介して受信者の通信端末からの受信量情報を受信する。メモリ32は、送受信部31により受信した受信量情報を記憶する。送信符号化シンボル数演算部33は、メモリ32に記憶される受信量情報に基づき、追加配信する符号化シンボルの個数を算出する。送信符号化シンボル選択部34は、送信符号化シンボル数演算部33により算出された符号化シンボル数だけ、フェーズ1配信部20のメモリ24から符号化シンボル集合Bの符号化シンボルを読み出す。その読み出された符号化シンボル集合Bの符号化シンボルは、送受信部31によりネットワークを介して送信される。   In the phase 2 distribution unit 30, the transmission / reception unit 31 transmits the encoded symbol of the additional distribution in phase 2 via the network, and receives the reception amount information from the communication terminal of the recipient via the network. The memory 32 stores reception amount information received by the transmission / reception unit 31. The transmission encoded symbol number calculation unit 33 calculates the number of encoded symbols to be additionally distributed based on the reception amount information stored in the memory 32. The transmission encoding symbol selection unit 34 reads out the encoding symbols of the encoding symbol set B from the memory 24 of the phase 1 distribution unit 20 by the number of encoding symbols calculated by the transmission encoding symbol number calculation unit 33. The read encoded symbols of the encoded symbol set B are transmitted by the transmission / reception unit 31 via the network.

図5は、受信者の通信端末3の実施例である。
図5において、送受信部41は、ネットワークを介して、フェーズ1の符号化シンボル及びフェーズ2での追加配信の符号化シンボルを受信する。メモリ42は、送受信部41により受信したフェーズ1,2の符号化シンボルをそれぞれ記憶する。復号部43は、メモリ42に記憶される符号化シンボルを用いて、フェーズ1,2での復号をそれぞれ行う。受信符号化シンボル数演算部44は、復号部43での復号結果から受信量を算出し、その受信量情報を作成する。送受信部41は、その作成された受信量情報をネットワークを介して送信者のデータ配信装置10に送信する。
FIG. 5 shows an embodiment of the communication terminal 3 of the recipient.
In FIG. 5, the transmission / reception unit 41 receives the encoded symbols of phase 1 and the encoded symbols of additional distribution in phase 2 via the network. The memory 42 stores the encoded symbols of the phases 1 and 2 received by the transmission / reception unit 41, respectively. The decoding unit 43 performs decoding in phases 1 and 2 using the encoded symbols stored in the memory 42. The reception encoded symbol number calculation unit 44 calculates the reception amount from the decoding result of the decoding unit 43 and creates the reception amount information. The transmission / reception unit 41 transmits the generated reception amount information to the data distribution apparatus 10 of the sender via the network.

上述した実施形態によれば、前方誤り訂正を用いた高信頼マルチキャストデータ配信を行う場合に、通信中の符号化シンボルの損失もしくは受信符号化シンボル数の不足により復号に失敗した受信者と送信者との間の通信において、その通信量を低減することができる。また、受信端末にかかる負荷の増大を防止することができる。   According to the above-described embodiment, when reliable multicast data distribution using forward error correction is performed, a receiver and a sender that failed to decode due to loss of encoded symbols during communication or insufficient number of received encoded symbols. The amount of communication can be reduced. In addition, an increase in load on the receiving terminal can be prevented.

また、本実施形態によれば、以下に示すような効果が得られる。
(1)配信に失敗した受信者側では差分ダウンロード要求データの選択を行わないので、受信者側の通信端末で行う計算量を大幅に削減できる。これにより、例えば携帯端末においては、電池の消耗の抑制や通信アプリケーション等の処理遅延の防止を図ることができる。
(2)配信に失敗した受信者から送信者へは、受信量情報のみでよいので、受信者から送信者へ送信するデータ量を削減できる(具体的には、パケット数やパケットサイズなどを小さくできる)。
Further, according to the present embodiment, the following effects can be obtained.
(1) Since the receiver side that has failed in distribution does not select the differential download request data, the amount of calculation performed at the communication terminal on the receiver side can be greatly reduced. Thereby, for example, in a portable terminal, it is possible to suppress battery consumption and prevent processing delays in communication applications and the like.
(2) Since only the received amount information is required from the recipient who failed to deliver to the sender, the amount of data transmitted from the recipient to the sender can be reduced (specifically, the number of packets, the packet size, etc. can be reduced). it can).

(3)符号化パラメータの意味するところ(特に、符号化レートに関係するところ)を知っていれば、符号化・復号化の内部実装や送信パケットデータ構造、復号失敗時の内部データ構造などを特に知る必要がなく、既存システムの変更が少なく実装が簡単である。なお、基本の符号化シンボルの配信を行うフェーズ1と、追加の符号化シンボルの配信を行うフェーズ2とにおいて、それぞれ同一の特徴を持つ符号化シンボル集合を使用する場合には、符号化パラメータの意味するところについても特に知っている必要がなくなる。
(4)LT符号やRaptor符号を使用するときには、ロスしたパケットを特定することが不要となるので、パケットのシーケンス番号が不要になる等、実装が簡単になる。
(3) If you know what the encoding parameters mean (especially those related to the encoding rate), the internal implementation of encoding / decoding, the transmission packet data structure, the internal data structure at the time of decoding failure, etc. There is no need to know in particular, there are few changes to the existing system, and the implementation is simple. In the case of using a set of encoded symbols having the same characteristics in phase 1 for distributing basic encoded symbols and phase 2 for distributing additional encoded symbols, You don't have to know anything about what it means.
(4) When the LT code or the Raptor code is used, it is not necessary to specify a lost packet, so that the mounting is simplified, such as the need for the packet sequence number.

(5)フェーズ1とフェーズ2で同じパケットフオーマットを用いて配信することができる。
(6)フェーズ2において、マルチキャストにより符号化シンボルの追加配信を行うことにより、配信失敗者が多くてパケットロス率が高い場合には追加配信の総転送量を削減できる。
(7)非特許文献1記載の再送要求と復号を適宜繰り返す方法とは異なり、追加する符号化シンボルを一通信セッションでまとめて配信することができるので、通信セッションを確立したままの状態で復号を行うことができないような場合においては、復号の度に何度も通信セッションを張りなおす必要がなく、通信セッションの張り直しのための通信帯域は不要となり効率がよい。
(5) The same packet format can be delivered in phase 1 and phase 2.
(6) In phase 2, by performing additional distribution of encoded symbols by multicast, the total transfer amount of additional distribution can be reduced when there are many unsuccessful distribution persons and the packet loss rate is high.
(7) Unlike the method of appropriately repeating the retransmission request and decoding described in Non-Patent Document 1, since the encoded symbols to be added can be delivered together in one communication session, decoding is performed with the communication session established. In such a case, it is not necessary to re-establish the communication session over and over every time decryption is performed, and a communication band for re-establishing the communication session is unnecessary, which is efficient.

(8)LT符号やRaptor符号などのように確率的符号化を行うマルチキャスト配信の場合には、フェーズ2の追加配信時の符号化シンボル集合の生成規則を決定的に変える事により(例えば、上述した次数分布や重み分布の変更方法を用いて、LT符号の次数分布やXOR演算関係を変更する、もしくは満足するもののみ選んで送信する)、該生成規則を変えない場合よりも少ない配信回数で追加配信を終了させることができる。この場合には、FECのアルゴリズムやデータフォーマットを知るか、もしくは送信者と受信者の間で符号化パラメータ(次数分布に関する)を変更する機能を送信者と受信者の各々の装置に設ければよい。但し、符号化パラメータを変更しても符号化と復号化が正常に動作するように、送信者と受信者の各装置の実装を整合させる必要がある。例えば、各パケットに符号化パラメータを挿入する等により配信の度に符号化パラメータを変更する機能、もしくは配信の途中で符号化パラメータを変更する機能を設ければよい。 (8) In the case of multicast distribution in which stochastic encoding is performed, such as an LT code or a Raptor code, the generation rule of an encoded symbol set at the time of additional distribution in phase 2 is changed decisively (for example, the above-mentioned The degree distribution of the LT code and the XOR operation relationship are changed using the method of changing the order distribution and weight distribution, or only those satisfying the selection are transmitted), and the number of times of delivery is smaller than when the generation rule is not changed. Additional distribution can be terminated. In this case, knowing the FEC algorithm and data format, or providing a function for changing the encoding parameters (related to the degree distribution) between the sender and the receiver in each device of the sender and the receiver. Good. However, it is necessary to match the implementation of each device of the sender and the receiver so that encoding and decoding operate normally even if the encoding parameter is changed. For example, a function for changing the encoding parameter for each distribution by inserting the encoding parameter into each packet, or a function for changing the encoding parameter during the distribution may be provided.

以上、本発明の実施形態を図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、本発明の要旨を逸脱しない範囲の設計変更等も含まれる。
例えば、受信者から受信量情報の代わりに、符号化シンボルの要求数(フェーズ2での追加配信数)を通知してもよい。この場合には、上述した実施形態では送信者において行ったフェーズ2での追加配信数の計算を受信者において行うことになるが、追加配信する符号化シンボルを特定する必要はないので、受信端末にかかる負担は少なくて済む。なお、受信者からの符号化シンボルの要求数が、符号化シンボル集合Bの要素数よりも多い場合には、符号化シンボル集合Bの全ての符号化シンボルを追加配信する。
The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and includes design changes and the like within a scope not departing from the gist of the present invention.
For example, instead of receiving amount information from the receiver, the requested number of encoded symbols (the number of additional distributions in phase 2) may be notified. In this case, in the above-described embodiment, the receiver performs calculation of the number of additional distributions performed in the phase 2 performed by the sender, but it is not necessary to specify the encoded symbols to be additionally distributed. There is little burden on it. When the number of requested encoding symbols from the receiver is larger than the number of elements of the encoded symbol set B, all the encoded symbols in the encoded symbol set B are additionally distributed.

また、追加配信をマルチキャスト配信で行う場合は、例えば、符号化シンボル集合Aに係る符号Cと、符号化シンボル集合Bに係る符号C’と、各受信者の受信量の組Dとを引数とした関数H(C,C’,D)を定義して行ってもよい。関数H(C,C’,D)としては、例えば、フェーズ1でN個のパケットをマルチキャスト送信し、復号が所定の高確率で成功するためにはK個のパケットが受信されることが必要である場合において次のように定義される。組Dの中で最も大きな要求数a’に着目すると、当該受信者のロス率は、「(N−K+a’)/N」である。これにより、該受信者がこのロス率で残りa’個の符号化シンボルを受信するために必要なフェーズ2での追加配信数は、「N×a’/(K−a’)」となる。信頼性向上のために、さらに冗長分の符号化シンボルを追加配信する場合は、「N×a’/(K−a’)+α」個、或いは「β×N×a’/(K−a’)」個の追加配信を行う。   Further, when the additional distribution is performed by multicast distribution, for example, the code C related to the encoding symbol set A, the code C ′ related to the encoding symbol set B, and the reception amount set D of each receiver are used as arguments. The function H (C, C ′, D) may be defined. As the function H (C, C ′, D), for example, it is necessary to multicast N packets in phase 1 and to receive K packets in order for decoding to succeed with a predetermined high probability. Is defined as follows. Focusing on the largest request number a ′ in the set D, the loss rate of the recipient is “(N−K + a ′) / N”. As a result, the number of additional distributions in phase 2 required for the receiver to receive the remaining a ′ encoded symbols with this loss rate is “N × a ′ / (K−a ′)”. . In order to improve the reliability, the redundantly encoded symbols are additionally distributed, and “N × a ′ / (K−a ′) + α” or “β × N × a ′ / (K−a). ')' Additional delivery.

また、フェーズ1とフェーズ2において同じ誤り訂正符号(同一の符号化パラメータ)を用いることも可能である。その場合には、フェーズ1とフェーズ2の各送信レートの総和分に相当する符号化レートとなるように調整する。   It is also possible to use the same error correction code (the same encoding parameter) in phase 1 and phase 2. In that case, adjustment is made so that the encoding rate corresponds to the sum of the transmission rates of phase 1 and phase 2.

また、フェーズ2での追加配信用の符号化シンボル集合Bをフェーズ2の実行時に生成可能であるならば、予め符号化シンボル集合Bを生成しておく必要はない。そのため、符号化シンボル集合Bに関しては、必要最小量の見積もりが困難な場合や保持が困難な場合などを考慮し、フェーズ2の実行時に動的に生成することが好ましい。   Further, if the encoded symbol set B for additional distribution in phase 2 can be generated at the time of execution of phase 2, it is not necessary to generate the encoded symbol set B in advance. Therefore, it is preferable that the encoded symbol set B is dynamically generated when the phase 2 is executed in consideration of the case where it is difficult to estimate the required minimum amount or the case where it is difficult to hold it.

なお、LT符号やRaptor符号等のレートレス符号は、原理的に、半永久的に任意の大きさの符号化シンボル集合が生成可能であるので、符号化シンボル集合の動的生成に適している。   Note that a rateless code such as an LT code or a Raptor code is suitable for dynamic generation of a coded symbol set because a coded symbol set of any size can be generated semi-permanently in principle.

また、LT符号、Raptor符号は、次数分布やXOR演算関係の変更により異なる性質の符号化シンボル集合を生成可能なものである。また、本発明に係る符号として、LDPC符号が利用可能であり、LDPC符号においても、同様に、パリティのXOR演算関係を表すパラメータを変更するか、或いはいくつかのパリティ生成方法を送信者と受信者で共有することにより、異なる性質の符号化シンボル集合を生成可能である。これにより、LT符号、Raptor符号又はLDPC符号を用いることにより、追加配信回数の削減のために、フェーズ2に用いる符号化シンボル集合Bを変更することが容易になる。   In addition, the LT code and the Raptor code can generate a set of encoded symbols having different properties by changing the degree distribution and the XOR operation relationship. In addition, an LDPC code can be used as a code according to the present invention. Similarly, in an LDPC code, a parameter indicating an XOR operation relationship of parity is changed, or some parity generation methods are received from a sender. By sharing them with each other, it is possible to generate encoded symbol sets having different properties. Accordingly, by using the LT code, the Raptor code, or the LDPC code, it becomes easy to change the coded symbol set B used in the phase 2 in order to reduce the number of additional distributions.

また、本発明に係る誤り訂正符号としては、上記したLT符号やRaptor符号等のレートレス符号以外に、リードソロモン符号等の符号化レートが規定される符号についても適用可能である。符号化レートが規定される符号の場合には、規定レート分の符号化シンボルが100%受信されれば、信頼度は十分に達成されるので、フェーズ2での追加配信数としては、規定レート分の符号化シンボルに足りない個数で十分となる。   Further, as an error correction code according to the present invention, in addition to the above-described rateless codes such as LT codes and Raptor codes, codes applicable to coding rates such as Reed-Solomon codes can be applied. In the case of a code in which the coding rate is defined, if 100% of the coding symbols for the specified rate are received, the reliability is sufficiently achieved. Therefore, the number of additional distributions in phase 2 is the specified rate. An insufficient number of encoded symbols per minute is sufficient.

また、上述した実施形態におけるフェーズ1で用いる第1符号化シンボル集合とフェーズ2で用いる第2符号化シンボル集合としては、以下に示すようなバリエーション(ケース1、2)が可能である。
(ケース1)
フェーズ1で送信する個数およびフェーズ2で送信する個数よりも要素数の大きな同一の符号化シンボル集合を第1符号化シンボル集合と第2符号化シンボル集合に用いる。そして、フェーズ1,2の送信個数決定後に、各フェーズの符号化シンボル集合から送信する符号化シンボルを確率的に選択する。この場合、第1符号化シンボル集合と第2符号化シンボル集合は同じであるが、各フェーズで実際に送信される符号化シンボル集合は異なっている確率が非常に高いので、上述した実施形態と同様の効果を得ることが可能である。
Moreover, the following variations (cases 1 and 2) are possible for the first encoded symbol set used in phase 1 and the second encoded symbol set used in phase 2 in the above-described embodiment.
(Case 1)
The same encoded symbol set having a larger number of elements than the number transmitted in phase 1 and the number transmitted in phase 2 is used for the first encoded symbol set and the second encoded symbol set. Then, after determining the number of transmissions in phases 1 and 2, a coding symbol to be transmitted is selected stochastically from the coding symbol set of each phase. In this case, the first encoded symbol set and the second encoded symbol set are the same, but the probability that the encoded symbol sets actually transmitted in each phase are different is very high. Similar effects can be obtained.

(ケース2)
上記ケース1と同様に、同一の符号化シンボル集合を第1符号化シンボル集合と第2符号化シンボル集合に用いる。そして、各フェーズの送信個数決定後の送信符号化シンボル選択時に、フェーズ1とフェーズ2で実際に送信される符号化シンボル集合が異なるように、送信する符号化シンボルを選択するときの判定機能を設ける。これにより、第1符号化シンボル集合と第2符号化シンボル集合は同じであるが、各フェーズで実際に送信される符号化シンボル集合が異なるようにすることができるので、上述した実施形態と同様の効果を得ることが可能である。
(Case 2)
As in the case 1, the same encoded symbol set is used for the first encoded symbol set and the second encoded symbol set. A determination function for selecting a coding symbol to be transmitted so that a set of coding symbols actually transmitted in phase 1 and phase 2 is different when selecting a transmission coding symbol after determining the number of transmissions in each phase. Provide. As a result, the first encoded symbol set and the second encoded symbol set are the same, but the encoded symbol sets that are actually transmitted in each phase can be made different. It is possible to obtain the effect.

本発明の一実施形態に係るマルチキャスト配信システムの構成を示すブロック図である。It is a block diagram which shows the structure of the multicast delivery system which concerns on one Embodiment of this invention. 同実施形態に係るデータ配信処理の手順を示すシーケンスチャートである。It is a sequence chart which shows the procedure of the data delivery process which concerns on the same embodiment. 同実施形態に係る信頼度テーブルの構成例を示すグラフ図である。It is a graph which shows the structural example of the reliability table which concerns on the same embodiment. 本発明の実施例に係るデータ配信装置10の構成を示すブロック図である。It is a block diagram which shows the structure of the data delivery apparatus 10 which concerns on the Example of this invention. 本発明の実施例に係る通信端末3の構成を示すブロック図である。It is a block diagram which shows the structure of the communication terminal 3 which concerns on the Example of this invention.

符号の説明Explanation of symbols

1…配信サーバ、2…追加配信サーバ、3…通信端末、4…ネットワーク、5…ルータ、20…フェーズ1配信部、21…符号化部、22,24,32,42…メモリ、23…送信部、30…フェーズ2配信部、31,41…送受信部、33…送信符号化シンボル数演算部、34…送信符号化シンボル選択部、43…復号部、44…受信符号化シンボル数演算部

DESCRIPTION OF SYMBOLS 1 ... Delivery server, 2 ... Additional delivery server, 3 ... Communication terminal, 4 ... Network, 5 ... Router, 20 ... Phase 1 delivery part, 21 ... Encoding part, 22, 24, 32, 42 ... Memory, 23 ... Transmission , 30 ... phase 2 distribution unit, 31, 41 ... transmission / reception unit, 33 ... transmission encoded symbol number calculation unit, 34 ... transmission encoded symbol selection unit, 43 ... decoding unit, 44 ... reception encoded symbol number calculation unit

Claims (16)

被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、
前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、前記受信量情報から符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをユニキャストで前記受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting reception amount information indicating the reception amount of encoded symbols to the transmission apparatus when decoding fails,
The transmission apparatus includes means for determining an encoded symbol to be additionally distributed based on the received amount information,
The transmission apparatus includes additional distribution number calculation means for calculating an additional distribution number of encoded symbols from the received amount information, and from a second encoded symbol set generated differently from the first encoded symbol set Transmit the encoded symbols by the calculated number of additional distributions to the receiving device by unicast,
A code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmission device includes information on a random number sequence used for generation of the encoded symbol at the time of transmission of the encoded symbol, and transmits the same packet,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a distribution rule for the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、
前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、前記受信量情報から符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをユニキャストで前記受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting reception amount information indicating the reception amount of encoded symbols to the transmission apparatus when decoding fails,
The transmission apparatus includes means for determining an encoded symbol to be additionally distributed based on the received amount information,
The transmission apparatus includes additional distribution number calculation means for calculating an additional distribution number of encoded symbols from the received amount information, and from a second encoded symbol set generated differently from the first encoded symbol set Transmit the encoded symbols by the calculated number of additional distributions to the receiving device by unicast,
A code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmission device includes information on a random number sequence used for generation of the encoded symbol at the time of transmission of the encoded symbol, and transmits the same packet,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a definition of the number of exclusive OR operations of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、
前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、前記受信量情報から符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをユニキャストで前記受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting reception amount information indicating the reception amount of encoded symbols to the transmission apparatus when decoding fails,
The transmission apparatus includes means for determining an encoded symbol to be additionally distributed based on the received amount information,
The transmission apparatus includes additional distribution number calculation means for calculating an additional distribution number of encoded symbols from the received amount information, and from a second encoded symbol set generated differently from the first encoded symbol set Transmit the encoded symbols by the calculated number of additional distributions to the receiving device by unicast,
A code using an exclusive OR operation is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmitter transmits information including the exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol in the same packet when transmitting the encoded symbol,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a distribution rule for the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、
前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、前記受信量情報から符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをユニキャストで前記受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting reception amount information indicating the reception amount of encoded symbols to the transmission apparatus when decoding fails,
The transmission apparatus includes means for determining an encoded symbol to be additionally distributed based on the received amount information,
The transmission apparatus includes additional distribution number calculation means for calculating an additional distribution number of encoded symbols from the received amount information, and from a second encoded symbol set generated differently from the first encoded symbol set Transmit the encoded symbols by the calculated number of additional distributions to the receiving device by unicast,
A code using an exclusive OR operation is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmitter transmits information including the exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol in the same packet when transmitting the encoded symbol,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a definition of the number of exclusive OR operations of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、
前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、複数の受信装置から得られた前記受信量情報の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting reception amount information indicating the reception amount of encoded symbols to the transmission apparatus when decoding fails,
The transmission apparatus includes means for determining an encoded symbol to be additionally distributed based on the received amount information,
The transmitting apparatus includes additional distribution number calculating means for calculating the number of additional distributions of encoded symbols based on the set of reception amount information obtained from a plurality of receiving apparatuses, and is different from the first encoded symbol set. The number of additional distributions calculated from the second set of encoded symbols generated as described above is transmitted to the plurality of receiving devices by multicast,
A code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmission device includes information on a random number sequence used for generation of the encoded symbol at the time of transmission of the encoded symbol, and transmits the same packet,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a distribution rule for the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、
前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、複数の受信装置から得られた前記受信量情報の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting reception amount information indicating the reception amount of encoded symbols to the transmission apparatus when decoding fails,
The transmission apparatus includes means for determining an encoded symbol to be additionally distributed based on the received amount information,
The transmitting apparatus includes additional distribution number calculating means for calculating the number of additional distributions of encoded symbols based on the set of reception amount information obtained from a plurality of receiving apparatuses, and is different from the first encoded symbol set. The number of additional distributions calculated from the second set of encoded symbols generated as described above is transmitted to the plurality of receiving devices by multicast,
A code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmission device includes information on a random number sequence used for generation of the encoded symbol at the time of transmission of the encoded symbol, and transmits the same packet,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a definition of the number of exclusive OR operations of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、
前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、複数の受信装置から得られた前記受信量情報の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting reception amount information indicating the reception amount of encoded symbols to the transmission apparatus when decoding fails,
The transmission apparatus includes means for determining an encoded symbol to be additionally distributed based on the received amount information,
The transmitting apparatus includes additional distribution number calculating means for calculating the number of additional distributions of encoded symbols based on the set of reception amount information obtained from a plurality of receiving apparatuses, and is different from the first encoded symbol set. The number of additional distributions calculated from the second set of encoded symbols generated as described above is transmitted to the plurality of receiving devices by multicast,
A code using an exclusive OR operation is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmitter transmits information including the exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol in the same packet when transmitting the encoded symbol,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a distribution rule for the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの受信量を表す受信量情報を前記送信装置へ送信する手段を有し、
前記送信装置は、前記受信量情報に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、複数の受信装置から得られた前記受信量情報の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting reception amount information indicating the reception amount of encoded symbols to the transmission apparatus when decoding fails,
The transmission apparatus includes means for determining an encoded symbol to be additionally distributed based on the received amount information,
The transmitting apparatus includes additional distribution number calculating means for calculating the number of additional distributions of encoded symbols based on the set of reception amount information obtained from a plurality of receiving apparatuses, and is different from the first encoded symbol set. The number of additional distributions calculated from the second set of encoded symbols generated as described above is transmitted to the plurality of receiving devices by multicast,
A code using an exclusive OR operation is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmitter transmits information including the exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol in the same packet when transmitting the encoded symbol,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a definition of the number of exclusive OR operations of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、
前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記要求数だけ符号化シンボルをユニキャストで前記受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting the requested number of encoded symbols to the transmitting apparatus when decoding fails,
The transmission device includes means for determining an encoded symbol to be additionally distributed based on the number of requests,
The transmitting apparatus transmits the requested number of encoded symbols from the second encoded symbol set generated differently from the first encoded symbol set to the receiving apparatus by unicast;
A code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmission device includes information on a random number sequence used for generation of the encoded symbol at the time of transmission of the encoded symbol, and transmits the same packet,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a distribution rule for the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、
前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記要求数だけ符号化シンボルをユニキャストで前記受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting the requested number of encoded symbols to the transmitting apparatus when decoding fails,
The transmission device includes means for determining an encoded symbol to be additionally distributed based on the number of requests,
The transmitting apparatus transmits the requested number of encoded symbols from the second encoded symbol set generated differently from the first encoded symbol set to the receiving apparatus by unicast;
A code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmission device includes information on a random number sequence used for generation of the encoded symbol at the time of transmission of the encoded symbol, and transmits the same packet,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a definition of the number of exclusive OR operations of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、
前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記要求数だけ符号化シンボルをユニキャストで前記受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting the requested number of encoded symbols to the transmitting apparatus when decoding fails,
The transmission device includes means for determining an encoded symbol to be additionally distributed based on the number of requests,
The transmitting apparatus transmits the requested number of encoded symbols from the second encoded symbol set generated differently from the first encoded symbol set to the receiving apparatus by unicast;
A code using an exclusive OR operation is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmitter transmits information including the exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol in the same packet when transmitting the encoded symbol,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a distribution rule for the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、
前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記要求数だけ符号化シンボルをユニキャストで前記受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting the requested number of encoded symbols to the transmitting apparatus when decoding fails,
The transmission device includes means for determining an encoded symbol to be additionally distributed based on the number of requests,
The transmitting apparatus transmits the requested number of encoded symbols from the second encoded symbol set generated differently from the first encoded symbol set to the receiving apparatus by unicast;
A code using an exclusive OR operation is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmitter transmits information including the exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol in the same packet when transmitting the encoded symbol,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a definition of the number of exclusive OR operations of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、
前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、複数の受信装置から得られた前記要求数の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting the requested number of encoded symbols to the transmitting apparatus when decoding fails,
The transmission device includes means for determining an encoded symbol to be additionally distributed based on the number of requests,
The transmitting apparatus includes additional distribution number calculating means for calculating an additional distribution number of encoded symbols based on the set of request numbers obtained from a plurality of receiving apparatuses, and is different from the first encoded symbol set. The number of additional distributions calculated from the second set of encoded symbols generated in (b) is transmitted to the plurality of receiving devices by multicast,
A code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmission device includes information on a random number sequence used for generation of the encoded symbol at the time of transmission of the encoded symbol, and transmits the same packet,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a distribution rule for the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、
前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、複数の受信装置から得られた前記要求数の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には乱数を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に使用した乱数系列の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting the requested number of encoded symbols to the transmitting apparatus when decoding fails,
The transmission device includes means for determining an encoded symbol to be additionally distributed based on the number of requests,
The transmitting apparatus includes additional distribution number calculating means for calculating an additional distribution number of encoded symbols based on the set of request numbers obtained from a plurality of receiving apparatuses, and is different from the first encoded symbol set. The number of additional distributions calculated from the second set of encoded symbols generated in (b) is transmitted to the plurality of receiving devices by multicast,
A code using a random number is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmission device includes information on a random number sequence used for generation of the encoded symbol at the time of transmission of the encoded symbol, and transmits the same packet,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a definition of the number of exclusive OR operations of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、
前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、複数の受信装置から得られた前記要求数の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボル数の分布規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting the requested number of encoded symbols to the transmitting apparatus when decoding fails,
The transmission device includes means for determining an encoded symbol to be additionally distributed based on the number of requests,
The transmitting apparatus includes additional distribution number calculating means for calculating an additional distribution number of encoded symbols based on the set of request numbers obtained from a plurality of receiving apparatuses, and is different from the first encoded symbol set. The number of additional distributions calculated from the second set of encoded symbols generated in (b) is transmitted to the plurality of receiving devices by multicast,
A code using an exclusive OR operation is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmitter transmits information including the exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol in the same packet when transmitting the encoded symbol,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a distribution rule for the number of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
被符号化データの冗長化を可能とする符号を用いて配信データを符号化した符号化シンボルの第1符号化シンボル集合から符号化シンボルを送信する送信装置と、
前記符号化シンボルを受信し、該受信した符号化シンボルを復号する受信装置と、を備え、
前記受信装置は、復号失敗時に、符号化シンボルの要求数を前記送信装置へ送信する手段を有し、
前記送信装置は、前記要求数に基づき、追加配信する符号化シンボルを決定する手段を有し、
前記送信装置は、複数の受信装置から得られた前記要求数の組に基づき、符号化シンボルの追加配信数を算出する追加配信数算出手段を備え、前記第1符号化シンボル集合とは異なるように生成された第2符号化シンボル集合から前記算出した追加配信数だけ符号化シンボルをマルチキャストで前記複数の受信装置へ送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成に用いる符号には排他的論理和演算を用いた符号を使用し、
前記送信装置は、符号化シンボルの送信時に該符号化シンボルの生成に係る符号化シンボルと情報シンボルとの排他的論理和演算関係の情報を同じパケットに含めて送信し、
前記第1符号化シンボル集合と前記第2符号化シンボル集合の生成には、同じ符号化パラメータを用い、且つ異なる乱数系列を用い、
前記第2符号化シンボル集合は、前記方法により冗長に生成された第3符号化シンボル集合の中から、前記第1符号化シンボル集合とは異なる性質を有するようにする条件を満たすように符号化シンボルを選択して生成され、
前記条件は、前記第2符号化シンボル集合に含まれる各符号化シンボルの生成に使用された情報シンボルの被排他的論理和演算数の規定である、
ことを特徴とする通信システム。
A transmitting apparatus that transmits encoded symbols from a first encoded symbol set of encoded symbols obtained by encoding distribution data using a code that enables redundancy of encoded data;
A receiving device that receives the encoded symbol and decodes the received encoded symbol;
The receiving apparatus has means for transmitting the requested number of encoded symbols to the transmitting apparatus when decoding fails,
The transmission device includes means for determining an encoded symbol to be additionally distributed based on the number of requests,
The transmitting apparatus includes additional distribution number calculating means for calculating an additional distribution number of encoded symbols based on the set of request numbers obtained from a plurality of receiving apparatuses, and is different from the first encoded symbol set. The number of additional distributions calculated from the second set of encoded symbols generated in (b) is transmitted to the plurality of receiving devices by multicast,
A code using an exclusive OR operation is used as a code used to generate the first encoded symbol set and the second encoded symbol set,
The transmitter transmits information including the exclusive OR operation relationship between the encoded symbol and the information symbol related to the generation of the encoded symbol in the same packet when transmitting the encoded symbol,
For generating the first encoded symbol set and the second encoded symbol set, the same encoding parameter is used and different random number sequences are used,
The second encoded symbol set is encoded so as to satisfy a condition of having a property different from that of the first encoded symbol set from among the third encoded symbol sets generated redundantly by the method. Generated by selecting a symbol,
The condition is a definition of the number of exclusive OR operations of information symbols used to generate each encoded symbol included in the second encoded symbol set.
A communication system characterized by the above.
JP2005362868A 2005-12-16 2005-12-16 Communications system Expired - Fee Related JP4722693B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005362868A JP4722693B2 (en) 2005-12-16 2005-12-16 Communications system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005362868A JP4722693B2 (en) 2005-12-16 2005-12-16 Communications system

Publications (2)

Publication Number Publication Date
JP2007166469A JP2007166469A (en) 2007-06-28
JP4722693B2 true JP4722693B2 (en) 2011-07-13

Family

ID=38248818

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005362868A Expired - Fee Related JP4722693B2 (en) 2005-12-16 2005-12-16 Communications system

Country Status (1)

Country Link
JP (1) JP4722693B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007274309A (en) * 2006-03-31 2007-10-18 Kddi Corp Transmitter
JP4808758B2 (en) * 2008-11-10 2011-11-02 株式会社エヌ・ティ・ティ・ドコモ Data receiving apparatus and data receiving method
CN101742413B (en) * 2008-11-24 2014-06-18 株式会社Ntt都科摩 Method for realizing enhanced multicast and broadcast service among base stations, user terminals and single cells
KR20120112981A (en) * 2011-04-04 2012-10-12 삼성전기주식회사 Receiving node and method of reducing retransmission of data frame
JP2021052353A (en) 2019-09-26 2021-04-01 日本電気株式会社 Sender relay device, system, method, and program

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004349891A (en) * 2003-05-20 2004-12-09 Ntt Docomo Inc Packet transmitting device, packet receiving device, method, and program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3571918B2 (en) * 1997-06-04 2004-09-29 株式会社東芝 Code transmission method, transmitting apparatus, receiving apparatus, and communication system
EP2348640B1 (en) * 2002-10-05 2020-07-15 QUALCOMM Incorporated Systematic encoding of chain reaction codes
JP4685787B2 (en) * 2003-10-08 2011-05-18 デジタル ファウンテン, インコーポレイテッド FEC-based reliability control protocol

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004349891A (en) * 2003-05-20 2004-12-09 Ntt Docomo Inc Packet transmitting device, packet receiving device, method, and program

Also Published As

Publication number Publication date
JP2007166469A (en) 2007-06-28

Similar Documents

Publication Publication Date Title
US11956075B2 (en) Systems and methods to optimize the load of multipath data transportation
US10530526B2 (en) Joint fountain coding and network coding for loss-tolerant information spreading
US9288010B2 (en) Universal file delivery methods for providing unequal error protection and bundled file delivery services
US11012190B2 (en) Systems and methods to optimize partitioning of a data segment into data packets for channel encoding
KR20150049052A (en) Apparatus and method for transmissing data
JP2005198191A (en) Transmission apparatus, transmission control program, and transmission method
US10581554B2 (en) Systems and methods to generate copies of data for transmission over multiple communication channels
EP2719103A1 (en) Adaptive generation of correction data units
JP4722693B2 (en) Communications system
WO2015060297A1 (en) Transmission terminal, communication system, communication method, and program
KR102002939B1 (en) On-demand file recovery methods and systems
JP2007135128A (en) Transmission/reception method of copied packets based on packet loss rate, communication device, and program
JP4476898B2 (en) Communication system, communication terminal device, and data request method
JP2008092213A (en) Receiver, method for resending packet and program
JP2007274309A (en) Transmitter
CN105871501B (en) Data transmission method, system and relevant device
JP2013126100A (en) Communication apparatus and communication system
JP6071501B2 (en) Relay terminal
JP2014003535A (en) Radio transmission/reception terminal

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20071016

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20071016

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080813

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20080814

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100811

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100817

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101018

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20101019

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110104

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20110208

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110329

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110406

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

Free format text: PAYMENT UNTIL: 20140415

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4722693

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees