JP4785836B2 - デジタルデータパケットを伝送する方法および該方法を実装する装置 - Google Patents
デジタルデータパケットを伝送する方法および該方法を実装する装置 Download PDFInfo
- Publication number
- JP4785836B2 JP4785836B2 JP2007510017A JP2007510017A JP4785836B2 JP 4785836 B2 JP4785836 B2 JP 4785836B2 JP 2007510017 A JP2007510017 A JP 2007510017A JP 2007510017 A JP2007510017 A JP 2007510017A JP 4785836 B2 JP4785836 B2 JP 4785836B2
- Authority
- JP
- Japan
- Prior art keywords
- packet
- packets
- column
- row
- data packet
- 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
Links
- 238000000034 method Methods 0.000 title claims description 75
- 238000012937 correction Methods 0.000 claims description 167
- 239000011159 matrix material Substances 0.000 claims description 71
- 230000005540 biological transmission Effects 0.000 claims description 23
- 230000006870 function Effects 0.000 description 34
- 230000008901 benefit Effects 0.000 description 6
- 239000000872 buffer Substances 0.000 description 6
- 238000012546 transfer Methods 0.000 description 4
- 238000011084 recovery Methods 0.000 description 3
- 230000001934 delay Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000003780 insertion Methods 0.000 description 2
- 230000037431 insertion Effects 0.000 description 2
- 230000007246 mechanism Effects 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 101100080090 Caenorhabditis elegans nlp-1 gene Proteins 0.000 description 1
- 235000014676 Phragmites communis Nutrition 0.000 description 1
- 125000004122 cyclic group Chemical group 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 230000000717 retained effect Effects 0.000 description 1
- 238000012163 sequencing technique Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0041—Arrangements at the transmitter end
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0056—Systems characterized by the type of code used
- H04L1/0071—Use of interleaving
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/0078—Avoidance of errors by organising the transmitted data in a format specifically designed to deal with errors, e.g. location
- H04L1/0083—Formatting with frames or packets; Protocol or part of protocol for error control
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Theoretical Computer Science (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
Description
・データに割り当てられている帯域幅を使い切ってしまう。
・データパケットの伝送の規則性に影響する。特に次にいくつかの訂正パケットを送るときがそうである。
・送信元における訂正パケットの計算はデータの一時記憶を必要とし、送信元における遅延をもたらすことがある。
・宛先における損失パケットの計算は、データの一時記憶を必要とし、宛先における遅延をもたらすことがある。
・これは、データパケットおよびそれを保護する訂正パケットを含む連続するパケットの系列の損失があるときに特に当該方法の訂正能力に影響しうる
本発明は、ストリーム中の訂正パケットの並べ方(sequencing)の賢明な選択を使うことで当該方法の訂正能力を向上させつつ、この並べ方によるデータ転送の遅延に対する影響を限定する。
・行(line)iにおいて欠けているデータパケット数のベクトルNLiの計算
・列(column)iにおいて欠けているデータパケット数のベクトルNCiの計算
・行列中に欠けているパケットがまだ残っていれば、以下を実行:
・NLp=1となる最小指数pをみつける;
・そのようなpが存在すれば:
・欠けているパケットに対応する列の指数qをみつける
・その行の他のパケットに対して、およびその行に対応する訂正パケットに対してXOR関数を適用することによって欠けている指数pおよびqのパケットを再構築
・NLp=0; NCq=NCq−1;
・そのような指数pがない場合、NCq=1となるような最小指数qをみつける
・そのようなqが存在すれば:
・欠けているパケットに対応する列の指数pをみつける
・その行の他のパケットに対して、およびその列に対応する訂正パケットに対してXOR関数を適用することによって欠けている指数pおよびqのパケットを再構築
・NLp=NLp−1; NCq=0;
・そうでなければ再構築方法は失敗したことになる
成功すれば、すべての損失パケットが再構築される。
Claims (7)
- デジタルデータパケットのストリームを伝送する方法であって、
・行列状に並べられたこれらのデータパケットの行および列に対して訂正関数を適用することによって計算される誤り訂正パケットによりデータパケットを保護し、ここで、行および列が最初のパケットの基本指数、当該行・列をなすデータパケットの総数および当該行・列をなす一連のデータパケットの指数の差を示す増分きざみによって定義される、ステップと、
・前記誤り訂正パケットをデータパケットストリームに挿入するステップとを有し、
列誤り訂正パケットが計算される列をなす最初のデータパケットとなるデータパケットの基本指数が順番に続かず、前記列はいわゆる非長方形行列をなし、前記列訂正パケットがデータパケットストリームに挿入されるのは、最後のデータパケットと保護する列訂正パケットとの間に、当該行列の行について選ばれた長さ引く1に等しい数のパケットが少なくとも存在するように行われる、ことを特徴とする方法。 - 連続する指数をもつデータパケットの行に対して計算される誤り訂正パケットが、データパケットストリームにおいて、それが保護する行の最後のデータパケットの次に挿入されることを特徴とする、請求項1記載の方法。
- 請求項1記載の方法であって、行訂正パケットを計算するために使われるデータパケット行の2つの連続するパケットを分離するきざみが1ではなく、非線形な行をなし、前記きざみは列誤り訂正パケットが計算される列をなす最初のデータパケットとなるデータパケットの基本指数についてなされる選択に従って選ばれ、これらの非線形な行が前記列によって形成される非長方形行列の行に対応するようにされ、行誤り訂正パケットがデータパケットストリームに挿入されるのが、最後のデータパケットと保護する行訂正パケットとの間に、当該行列の行について選ばれた長さ引く1に等しい数のパケットが少なくとも存在するように行われることを特徴とする、方法。
- デジタルデータパケットストリーム伝送手段と、行列状に並べられたデータパケットの行および列に対して誤り訂正関数を適用することによって誤り訂正パケットを計算する手段とを有する装置であって、行および列は最初のパケットの基本指数、当該行・列をなすデータパケットの総数および当該行・列をなす一連のデータパケットの指数の差を示す増分きざみによって定義され、当該装置が、列訂正パケットをデータパケットストリームに挿入することを、最後のデータパケットと保護する列訂正パケットとの間に、当該行列の行について選ばれた長さ引く1に等しい数のパケットが少なくとも存在するように行う手段を有し、列誤り訂正パケットが計算される列をなす最初のデータパケットとなるデータパケットの基本指数が順番に続かず、前記列はいわゆる非長方形行列をなす、装置。
- 請求項4記載の装置であって、行訂正パケットを計算するために使われるデータパケット行の2つの連続するパケットを分離するきざみが1ではなく、非線形な行をなし、前記きざみは列誤り訂正パケットが計算される列をなす最初のデータパケットとなるデータパケットの基本指数についてなされる選択に従って選ばれ、これらの非線形な行が前記列によって形成される非長方形行列の行に対応するようにされ、当該装置は、行誤り訂正パケットをデータパケットストリームに挿入することを、最後のデータパケットと保護する行訂正パケットとの間に、当該行列の行について選ばれた長さ引く1に等しい数のパケットが少なくとも存在するように行う手段を有する、装置。
- 行列状に配置されたデータパケットの行および列に対して誤り訂正関数の適用によって計算される誤り訂正パケットを含むデジタルデータパケットストリームを受信するよう適応された受信器であって、行および列が最初のパケットの基本指数、当該行・列をなすデータパケットの総数および当該行・列をなす一連のデータパケットの指数の差を示す増分きざみによって定義され、列誤り訂正パケットが計算される列をなす最初のデータパケットとなるデータパケットの基本指数が順番に続かず、前記列はいわゆる非長方形行列をなし、前記列訂正パケットがデータパケットストリームに挿入されるのは、最後のデータパケットと保護する列訂正パケットとの間に、当該行列の行について選ばれた長さ引く1に等しい数のパケットが少なくとも存在するように行われている、受信器。
- 請求項6記載の受信器であって、行訂正パケットを計算するために使われたデータパケット行の2つの連続するパケットを分離するきざみが1ではなく、非線形な行をなし、前記きざみは列誤り訂正パケットが計算される列をなす最初のデータパケットとなるデータパケットの基本指数についてなされる選択に従って選ばれ、これらの非線形な行が前記列によって形成される非長方形行列の行に対応するようにされ、当該装置は、行誤り訂正パケットをデータパケットストリームに挿入することを、最後のデータパケットと保護する行訂正パケットとの間に、当該行列の行について選ばれた長さ引く1に等しい数のパケットが少なくとも存在するように行う手段を有する、受信器。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
FR0404595A FR2869744A1 (fr) | 2004-04-29 | 2004-04-29 | Methode de transmission de paquets de donnees numeriques et appareil implementant la methode |
FR0404595 | 2004-04-29 | ||
PCT/EP2005/051706 WO2005107123A1 (en) | 2004-04-29 | 2005-04-19 | Method of transmitting digital data packets and device implementing the method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007535255A JP2007535255A (ja) | 2007-11-29 |
JP4785836B2 true JP4785836B2 (ja) | 2011-10-05 |
Family
ID=34945561
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007510017A Expired - Fee Related JP4785836B2 (ja) | 2004-04-29 | 2005-04-19 | デジタルデータパケットを伝送する方法および該方法を実装する装置 |
Country Status (8)
Country | Link |
---|---|
US (1) | US8065591B2 (ja) |
EP (1) | EP1741220B1 (ja) |
JP (1) | JP4785836B2 (ja) |
KR (1) | KR101099707B1 (ja) |
CN (1) | CN1947369B (ja) |
AU (1) | AU2005239062B2 (ja) |
FR (1) | FR2869744A1 (ja) |
WO (1) | WO2005107123A1 (ja) |
Families Citing this family (55)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7068729B2 (en) | 2001-12-21 | 2006-06-27 | Digital Fountain, Inc. | Multi-stage code generator and decoder for communication systems |
US6307487B1 (en) | 1998-09-23 | 2001-10-23 | Digital Fountain, Inc. | Information additive code generator and decoder for communication systems |
US9240810B2 (en) | 2002-06-11 | 2016-01-19 | Digital Fountain, Inc. | Systems and processes for decoding chain reaction codes through inactivation |
WO2004034589A2 (en) | 2002-10-05 | 2004-04-22 | Digital Fountain, Inc. | Systematic encoding and decoding of chain reaction codes |
CN101834610B (zh) | 2003-10-06 | 2013-01-30 | 数字方敦股份有限公司 | 通过通信信道接收从源发射的数据的方法和装置 |
KR101161193B1 (ko) | 2004-05-07 | 2012-07-02 | 디지털 파운튼, 인크. | 파일 다운로드 및 스트리밍 시스템 |
US7676735B2 (en) * | 2005-06-10 | 2010-03-09 | Digital Fountain Inc. | Forward error-correcting (FEC) coding and streaming |
JP5550834B2 (ja) | 2006-02-13 | 2014-07-16 | デジタル ファウンテン, インコーポレイテッド | 可変fecオーバヘッド及び保護期間を利用したストリーミング及びバッファリング |
US7516387B2 (en) * | 2006-02-17 | 2009-04-07 | Harris Corporation | System and method for transmitting FEC packets |
US9270414B2 (en) | 2006-02-21 | 2016-02-23 | Digital Fountain, Inc. | Multiple-field based code generator and decoder for communications systems |
FR2898754B1 (fr) * | 2006-03-17 | 2008-06-13 | Thales Sa | Procede de protection de donnees multimedia au moyen de couches d'abstraction reseau (nal) supplementaires |
US7577898B2 (en) * | 2006-04-10 | 2009-08-18 | At&T Intellectual Property I, L.P. | System and method of correcting video data errors |
WO2007134196A2 (en) | 2006-05-10 | 2007-11-22 | Digital Fountain, Inc. | Code generator and decoder using hybrid codes |
US9432433B2 (en) | 2006-06-09 | 2016-08-30 | Qualcomm Incorporated | Enhanced block-request streaming system using signaling or block creation |
US9386064B2 (en) | 2006-06-09 | 2016-07-05 | Qualcomm Incorporated | Enhanced block-request streaming using URL templates and construction rules |
US9419749B2 (en) | 2009-08-19 | 2016-08-16 | Qualcomm Incorporated | Methods and apparatus employing FEC codes with permanent inactivation of symbols for encoding and decoding processes |
US9380096B2 (en) | 2006-06-09 | 2016-06-28 | Qualcomm Incorporated | Enhanced block-request streaming system for handling low-latency streaming |
US9209934B2 (en) | 2006-06-09 | 2015-12-08 | Qualcomm Incorporated | Enhanced block-request streaming using cooperative parallel HTTP and forward error correction |
US9178535B2 (en) | 2006-06-09 | 2015-11-03 | Digital Fountain, Inc. | Dynamic stream interleaving and sub-stream based delivery |
US8381061B2 (en) * | 2007-03-06 | 2013-02-19 | Telefonaktiebolaget Lm Ericsson (Publ) | System and method for retransmissions in a wireless communications system |
JP4434242B2 (ja) * | 2007-07-11 | 2010-03-17 | ソニー株式会社 | 送信装置、受信装置、誤り訂正システム、送信方法及び誤り訂正方法 |
US8037392B1 (en) * | 2007-09-11 | 2011-10-11 | Harmonic Inc. | Method for optimizing the forward error correction scheme |
US9237101B2 (en) | 2007-09-12 | 2016-01-12 | Digital Fountain, Inc. | Generating and communicating source identification information to enable reliable communications |
EP2194667B1 (en) * | 2008-12-03 | 2017-03-15 | Alcatel Lucent | Error control on-demand |
US20100153822A1 (en) * | 2008-12-15 | 2010-06-17 | Microsoft Corporation | Constructing Forward Error Correction Codes |
US7894270B2 (en) | 2009-02-11 | 2011-02-22 | Mosys, Inc. | Data restoration method for a non-volatile memory |
US9281847B2 (en) | 2009-02-27 | 2016-03-08 | Qualcomm Incorporated | Mobile reception of digital video broadcasting—terrestrial services |
JP5412917B2 (ja) * | 2009-03-27 | 2014-02-12 | 富士通株式会社 | 誤り訂正制御装置、誤り訂正制御方法およびメディアデータ配信システム |
JP5610709B2 (ja) * | 2009-06-04 | 2014-10-22 | キヤノン株式会社 | エラー訂正用データの生成装置、及び生成方法 |
US9288010B2 (en) | 2009-08-19 | 2016-03-15 | Qualcomm Incorporated | Universal file delivery methods for providing unequal error protection and bundled file delivery services |
US9917874B2 (en) | 2009-09-22 | 2018-03-13 | Qualcomm Incorporated | Enhanced block-request streaming using block partitioning or request controls for improved client-side handling |
GB2480308A (en) * | 2010-05-13 | 2011-11-16 | Skype Ltd | Data recovery for encrypted packet streams at relay nodes using correction data |
US9049497B2 (en) | 2010-06-29 | 2015-06-02 | Qualcomm Incorporated | Signaling random access points for streaming video data |
US8918533B2 (en) | 2010-07-13 | 2014-12-23 | Qualcomm Incorporated | Video switching for streaming video data |
CN101882976A (zh) * | 2010-07-14 | 2010-11-10 | 北京邮电大学 | 一种数据包可靠传输方法 |
US9185439B2 (en) | 2010-07-15 | 2015-11-10 | Qualcomm Incorporated | Signaling data for multiplexing video components |
US9596447B2 (en) | 2010-07-21 | 2017-03-14 | Qualcomm Incorporated | Providing frame packing type information for video coding |
US9456015B2 (en) | 2010-08-10 | 2016-09-27 | Qualcomm Incorporated | Representation groups for network streaming of coded multimedia data |
US9270299B2 (en) | 2011-02-11 | 2016-02-23 | Qualcomm Incorporated | Encoding and decoding using elastic codes with flexible source block mapping |
US8958375B2 (en) | 2011-02-11 | 2015-02-17 | Qualcomm Incorporated | Framing for an improved radio link protocol including FEC |
US9253233B2 (en) | 2011-08-31 | 2016-02-02 | Qualcomm Incorporated | Switch signaling methods providing improved switching between representations for adaptive HTTP streaming |
US9843844B2 (en) | 2011-10-05 | 2017-12-12 | Qualcomm Incorporated | Network streaming of media data |
US9294226B2 (en) | 2012-03-26 | 2016-03-22 | Qualcomm Incorporated | Universal object delivery and template-based file delivery |
WO2015015880A1 (ja) * | 2013-07-30 | 2015-02-05 | ソニー株式会社 | 情報処理装置、情報処理方法及びプログラム |
JP6205232B2 (ja) * | 2013-10-15 | 2017-09-27 | 日本放送協会 | 送信装置、受信装置 |
TWI573147B (zh) * | 2015-11-05 | 2017-03-01 | 大心電子股份有限公司 | 解碼方法、記憶體儲存裝置及記憶體控制電路單元 |
CN106897023B (zh) * | 2015-12-18 | 2020-06-09 | 群联电子股份有限公司 | 数据读取方法、存储器控制电路单元及存储器储存装置 |
CN111294947B (zh) | 2019-05-23 | 2023-04-07 | 展讯通信(上海)有限公司 | 信令传输、接收方法及装置、存储介质、终端 |
US11088784B1 (en) | 2020-12-24 | 2021-08-10 | Aira Technologies, Inc. | Systems and methods for utilizing dynamic codes with neural networks |
US11368250B1 (en) | 2020-12-28 | 2022-06-21 | Aira Technologies, Inc. | Adaptive payload extraction and retransmission in wireless data communications with error aggregations |
US11483109B2 (en) | 2020-12-28 | 2022-10-25 | Aira Technologies, Inc. | Systems and methods for multi-device communication |
US11575469B2 (en) | 2020-12-28 | 2023-02-07 | Aira Technologies, Inc. | Multi-bit feedback protocol systems and methods |
US20220291955A1 (en) | 2021-03-09 | 2022-09-15 | Intel Corporation | Asynchronous input dependency resolution mechanism |
US11489623B2 (en) | 2021-03-15 | 2022-11-01 | Aira Technologies, Inc. | Error correction in network packets |
US11496242B2 (en) | 2021-03-15 | 2022-11-08 | Aira Technologies, Inc. | Fast cyclic redundancy check: utilizing linearity of cyclic redundancy check for accelerating correction of corrupted network packets |
Family Cites Families (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06181471A (ja) * | 1992-12-14 | 1994-06-28 | Nippon Telegr & Teleph Corp <Ntt> | 非同期転送モードの伝達方式 |
DE4300025C1 (de) * | 1993-01-02 | 1994-01-27 | Macrotek Ges Fuer Integrierte | Verfahren und Einrichtung zur fehlercodierenden Datenübertragung |
AU665716B2 (en) * | 1993-07-05 | 1996-01-11 | Mitsubishi Denki Kabushiki Kaisha | A transmitter for encoding error correction codes and a receiver for decoding error correction codes on a transmission frame |
JP3058796B2 (ja) * | 1993-07-05 | 2000-07-04 | 三菱電機株式会社 | 伝送フレームの誤り制御送信装置及び誤り制御受信装置及び誤り訂正符号付伝送フレーム送信方法と受信方法 |
US6421333B1 (en) * | 1997-06-21 | 2002-07-16 | Nortel Networks Limited | Channel coding and interleaving for transmission on a multicarrier system |
JP2000138728A (ja) * | 1998-10-29 | 2000-05-16 | Japan Telecom Co Ltd | データ伝送システム |
US6681362B1 (en) * | 2000-03-06 | 2004-01-20 | Sarnoff Corporation | Forward error correction for video signals |
US6757654B1 (en) * | 2000-05-11 | 2004-06-29 | Telefonaktiebolaget Lm Ericsson | Forward error correction in speech coding |
US6601208B2 (en) | 2001-04-17 | 2003-07-29 | William W. Wu | Forward error correction techniques |
CN1144429C (zh) * | 2001-05-18 | 2004-03-31 | 北京大学 | 分组校验数据传输法 |
US6745364B2 (en) * | 2001-06-28 | 2004-06-01 | Microsoft Corporation | Negotiated/dynamic error correction for streamed media |
US7253845B2 (en) * | 2002-01-22 | 2007-08-07 | Thomson Licensing | Color non-uniformity correction for LCOS |
JP4113743B2 (ja) * | 2002-08-08 | 2008-07-09 | 株式会社テレマン・コミュニケーションズ | パリティチェック方法及び同報配信ネットワークシステム |
TWI258935B (en) * | 2003-03-05 | 2006-07-21 | Nokia Corp | System and method for data transmission and reception |
US7415658B2 (en) * | 2003-09-10 | 2008-08-19 | Intel Corporation | Forward error correction mapping and de-mapping techniques |
US7751324B2 (en) * | 2004-11-19 | 2010-07-06 | Nokia Corporation | Packet stream arrangement in multimedia transmission |
-
2004
- 2004-04-29 FR FR0404595A patent/FR2869744A1/fr active Pending
-
2005
- 2005-04-19 EP EP05733558.0A patent/EP1741220B1/en not_active Not-in-force
- 2005-04-19 WO PCT/EP2005/051706 patent/WO2005107123A1/en not_active Application Discontinuation
- 2005-04-19 US US11/579,238 patent/US8065591B2/en not_active Expired - Fee Related
- 2005-04-19 KR KR1020067022078A patent/KR101099707B1/ko active IP Right Grant
- 2005-04-19 AU AU2005239062A patent/AU2005239062B2/en not_active Ceased
- 2005-04-19 JP JP2007510017A patent/JP4785836B2/ja not_active Expired - Fee Related
- 2005-04-19 CN CN2005800133619A patent/CN1947369B/zh not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US20080250299A1 (en) | 2008-10-09 |
EP1741220B1 (en) | 2018-12-19 |
WO2005107123A1 (en) | 2005-11-10 |
KR20070017159A (ko) | 2007-02-08 |
AU2005239062B2 (en) | 2009-12-24 |
US8065591B2 (en) | 2011-11-22 |
AU2005239062A1 (en) | 2005-11-10 |
CN1947369B (zh) | 2012-05-09 |
CN1947369A (zh) | 2007-04-11 |
EP1741220A1 (en) | 2007-01-10 |
KR101099707B1 (ko) | 2011-12-28 |
JP2007535255A (ja) | 2007-11-29 |
FR2869744A1 (fr) | 2005-11-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4785836B2 (ja) | デジタルデータパケットを伝送する方法および該方法を実装する装置 | |
US8230316B2 (en) | Forward error correction for burst and random packet loss for real-time multi-media communication | |
CA2543349C (en) | Method for lost packet reconstruction and device for carrying out said method | |
US7409627B2 (en) | Method for transmitting and receiving variable length packets based on forward error correction (FEC) coding | |
US8990663B2 (en) | Method to support forward error correction for real-time audio and video data over internet protocol networks | |
US9191158B2 (en) | Communication apparatus, communication method and computer readable medium | |
US8386901B2 (en) | Method, device and software application for transmitting data packets in a communication system | |
US8397140B2 (en) | Error correction coding for recovering multiple packets in a group view of limited bandwidth | |
US8223643B1 (en) | Method for packet-level FEC encoding a stream of source packets using shifted interleaving | |
US6697996B2 (en) | Multi-dimensional packet recovery system and method | |
US7215683B2 (en) | Method and apparatus for protecting against packet losses in packet-oriented data transmission | |
CN101662339B (zh) | 一种对前向纠错恢复的数据进行校验的方法及装置 | |
EP1758254A1 (en) | Improved erasure correction scheme based on XOR operations for packet transmission | |
US7100078B1 (en) | Method and apparatus for restoration of lost blocks in a multicast data transmission | |
EP1655844B1 (en) | Method of transmitting digital data packets and apparatus implementing the method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080401 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110117 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110125 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110418 |
|
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: 20110628 |
|
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: 20110712 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4785836 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140722 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |