JP4643957B2 - メッセージのcrcを計算するための方法 - Google Patents
メッセージのcrcを計算するための方法 Download PDFInfo
- Publication number
- JP4643957B2 JP4643957B2 JP2004270438A JP2004270438A JP4643957B2 JP 4643957 B2 JP4643957 B2 JP 4643957B2 JP 2004270438 A JP2004270438 A JP 2004270438A JP 2004270438 A JP2004270438 A JP 2004270438A JP 4643957 B2 JP4643957 B2 JP 4643957B2
- Authority
- JP
- Japan
- Prior art keywords
- crc
- remainder
- composite
- generating
- bit
- 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 84
- 239000002131 composite material Substances 0.000 claims description 58
- 206010009944 Colon cancer Diseases 0.000 claims description 16
- 238000013507 mapping Methods 0.000 claims description 14
- 238000007689 inspection Methods 0.000 claims description 2
- 238000004364 calculation method Methods 0.000 description 40
- 239000011159 matrix material Substances 0.000 description 11
- 238000007429 general method Methods 0.000 description 10
- 238000010586 diagram Methods 0.000 description 8
- 238000012545 processing Methods 0.000 description 6
- 238000013459 approach Methods 0.000 description 5
- 238000001514 detection method Methods 0.000 description 5
- 230000015572 biosynthetic process Effects 0.000 description 3
- 230000014509 gene expression Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 238000003786 synthesis reaction Methods 0.000 description 3
- 230000009466 transformation Effects 0.000 description 3
- 230000007704 transition Effects 0.000 description 3
- 125000004122 cyclic group Chemical group 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
- 230000001934 delay Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000006698 induction Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000006855 networking Effects 0.000 description 1
- 208000011580 syndromic disease Diseases 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
- 238000000844 transformation Methods 0.000 description 1
- 230000017105 transposition Effects 0.000 description 1
Images
Classifications
-
- 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
- H03M13/03—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
- H03M13/05—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
- H03M13/09—Error detection only, e.g. using cyclic redundancy check [CRC] codes or single parity bit
- H03M13/091—Parallel or block-wise CRC computation
-
- 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
- H03M13/03—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
- H03M13/05—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
- H03M13/09—Error detection only, e.g. using cyclic redundancy check [CRC] codes or single parity bit
-
- 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
- H03M13/61—Aspects and characteristics of methods and arrangements for error correction or error detection, not provided for otherwise
- H03M13/615—Use of computational or mathematical techniques
- H03M13/617—Polynomial operations, e.g. operations related to generator polynomials or parity-check polynomials
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Probability & Statistics with Applications (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Mathematics (AREA)
- Computing Systems (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Mathematical Physics (AREA)
- Pure & Applied Mathematics (AREA)
- Algebra (AREA)
- Detection And Correction Of Errors (AREA)
- Error Detection And Correction (AREA)
Description
R1p(x)=A(x)mod P1(x)
メッセージの同じパスの間に、ステップ212において、サブメッセージ202(A(x))を第2の因数P2(x)で割って、第2の因数の部分剰余214(R2p(x))を求める。ステップ212における除算は、下記の式5によって表わされる。
R2p(x)=A(x)mod P2(x)
ステップ208では、合成サブメッセージにおける後続する0の数nに基づいて、第1の因数の部分剰余206(R1p(x))を調整することにより、第1の因数の調整剰余210(R1(x))を生成する。ステップ208における調整は、下記の式6によって表わされる。
R1(x)=R1p(x)xn mod P1(x)=Rp(x)xn mod P1(x)
同様に、ステップ216において、合成サブメッセージにおける後続する0の数nに基づいて、第2の因数の部分剰余214(R2p(x))を調整することにより、第2の因数の調整剰余218(R2(x))を生成する。ステップ216における調整は、下記の式7によって表わされる。
R2(x)=R2p(x)xn mod P2(x)=Rp(x)xn mod P2(x)
実施態様の1つでは、因数P1(x)及びP2(x)が既約数であるため、ステップ208及び216において実施される調整は、上述の最適方法を利用することによって加速される。
Rp(x)=A(x)mod P(x)
Rp(x)は、後続する0のない(すなわち、位置を顧慮しない)、サブメッセージA(x)のCRCである。P(x)が素数の場合に実施可能なように、最適方法を用いてRp(x)を直接調整するのではなく、第2の方法300のステップ308では、合成部分剰余306(Rp(x))を第1の因数P1(x)で割って、第1の因数の部分剰余310(R1p(x))を求める。ステップ308における除算は、下記の式9によって表わされる。
R1p(x)=Rp(x)mod P1(x)
ステップ316では、合成部分剰余306(Rp(x))を第2の因数P2(x)で割って、第2の因数の部分剰余318(R2p(x))を求める。ステップ316における除算は、下記の式10によって表わされる。
R2p(x)=Rp(x)mod P2(x)
ステップ312では、合成サブメッセージにおける後続する0の数nに基づいて、第1の因数の部分剰余310(R1p(x))を調整して、第1の因数の調整剰余314(R1(x))を生成する。ステップ312における調整は、上述の式6によって表わされる。
R1(x)=R(x)mod P1(x)
式12
R2(x)=R(x)mod P2(x)
式11及び式12において、P1(x)及びP2(x)は、多項式P(x)の因数であり、R(x)は、メッセージM(x)をP(x)で割った剰余である。見つけたいのは、式11及び式12において示された上記2つのモジュラ多項方程式を満たす多項式R(x)である。これは、事前に計算することが可能であり、ある特定のCRC多項式P(x)に関して一定である。実施態様の1つでは、メッセージM(x)によって左右されない写像が前もって分るので、個別剰余R1(x)及びR2(x)から合成剰余R(x)への写像は、決まった組み合わせ論理を用いて実施される。
a=a1 XOR b1 XOR c1 XOR a2
式14
b=a1
式15
c=a1 XOR c1 XOR a2
式16
d=a1 XOR b1 XOR a2
図12は、CRC生成多項式例P(x)=x4+x3+x2+1に関して上記式13〜式16によって表わされた写像を実施するための回路400を例示する概略図である。剰余402(R1)の3ビットa1、b1、及び、c1と、剰余406(R2)の1ビットa2は、XORゲート404A〜404C(XORゲート404と総称する)に対する入力として供給される。XORゲート404の出力によって、調整合成剰余408(R)のビットa、c、及び、dが得られるが、調整合成剰余408(R)のビットbは、剰余401(R1)のビットa1と同じである。
18 合成サブメッセージ・データ
20 nの後続する0
202 サブメッセージ・データ
204 第1の因数
206 第1の剰余
210 第1の剰余の調整バージョン
212 第2の因数
214 第2の剰余
218 第2の剰余の調整バージョン
222 CRC
302 サブメッセージ・データ
304 CRC生成多項式
306 非調整合成剰余
308 第1の因数
310 第1の剰余
314 第1の剰余の調整バージョン
316 第2の因数
318 第2の剰余
322 第2の剰余の調整バージョン
326 CRC
Claims (7)
- 少なくとも2つの因数を有するCRC生成多項式に基づいて、合成サブメッセージに関するCRCを生成する方法であって、
該合成サブメッセージは、サブメッセージ・データ、及びn個の後続するゼロを含み、
該方法は、
前記サブメッセージ・データと前記CRC生成多項式の第1の因数に基づいて第1の剰余を生成するステップと、
前記サブメッセージ・データと前記CRC生成多項式の第2の因数に基づいて第2の剰余を生成するステップと、
前記合成サブメッセージにおける前記n個の後続するゼロに基づいて、前記第1の剰余及び前記第2の剰余の少なくとも一方を調整するステップと、
前記第1の剰余及び前記第2の剰余の調整バージョンに基づいて、前記合成サブメッセージに関するCRCを生成するステップと
を有し、
前記第1の剰余がmビットの剰余であり、
前記調整するステップが、
mビットのメモリロケーションに前記第1の剰余を記憶するステップと、
N(ここで、N=n mod(2 m −1))の各ビットを検査するステップと、
Nの各ビットの値に基づいて、前記mビットのメモリロケーションの内容を、前記第1の因数によって定義されるガロア体によって決まる次の状態に選択的に進めるステップとを有する、方法。
- 少なくとも2つの因数を有するCRC生成多項式に基づいて、合成サブメッセージに関するCRCを生成する方法であって、
該合成サブメッセージは、サブメッセージ・データ、及びn個の後続するゼロを含み、
該方法は、
前記サブメッセージ・データと前記CRC生成多項式の第1の因数に基づいて第1の剰余を生成するステップと、
前記サブメッセージ・データと前記CRC生成多項式の第2の因数に基づいて第2の剰余を生成するステップと、
前記合成サブメッセージにおける前記n個の後続するゼロに基づいて、前記第1の剰余及び前記第2の剰余の少なくとも一方を調整するステップと、
前記第1の剰余及び前記第2の剰余の調整バージョンに基づいて、前記合成サブメッセージに関するCRCを生成するステップと
を有し、
前記第1の剰余がmビットの剰余であり、
前記調整するステップが、
mビットのメモリロケーションに前記第1の剰余を記憶するステップと、
最上位ビットから最下位ビットの順番で、N(ここで、N=n mod(2 m −1))の各ビットを検査するステップとを有し、
前記検査される各ビット毎の前記検査操作が、
前記mビットのメモリロケーションの内容に有限体自乗を施すステップと、
前記検査されるビットが1の場合、前記mビットのメモリロケーションの内容を、前記第1の因数によって定義されるガロア体によって決まる次の状態に進めるステップとを有する、方法。 - 前記第1の剰余を生成するステップが、前記サブメッセージ・データを前記第1の因数で割るステップを有し、
前記第2の剰余を生成するステップが、前記サブメッセージ・データを前記第2の因数で割るステップを有する、請求項1又は2に記載の方法。 - 前記第1の剰余を生成するステップが、前記サブメッセージ・データをCRC生成多項式で割ることによって、非調整合成剰余を生成するステップと、前記非調整合成剰余を前記第1の因数で割ることによって、前記第1の剰余を生成するステップとを有し、
前記第2の剰余を生成するステップが、前記非調整合成剰余を前記第2の因数で割ることによって、前記第2の剰余を生成するステップを有する、請求項1又は2に記載の方法。 - 前記CRCを生成するステップが、前記第1及び第2の剰余の前記調整バージョンを対応するCRCに写像するステップを有する、請求項1又は2に記載の方法。
- 前記第1及び第2の因数が原始多項式である、請求項1又は2に記載の方法。
- 前記第1及び第2の因数が既約多項式である、請求項1又は2に記載の方法。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/668,469 US7458006B2 (en) | 2002-02-22 | 2003-09-22 | Methods for computing the CRC of a message from the incremental CRCs of composite sub-messages |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005102213A JP2005102213A (ja) | 2005-04-14 |
JP4643957B2 true JP4643957B2 (ja) | 2011-03-02 |
Family
ID=33030243
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004270438A Expired - Fee Related JP4643957B2 (ja) | 2003-09-22 | 2004-09-16 | メッセージのcrcを計算するための方法 |
Country Status (3)
Country | Link |
---|---|
US (1) | US7458006B2 (ja) |
JP (1) | JP4643957B2 (ja) |
GB (1) | GB2406249B (ja) |
Families Citing this family (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7458006B2 (en) * | 2002-02-22 | 2008-11-25 | Avago Technologies General Ip (Singapore) Pte. Ltd. | Methods for computing the CRC of a message from the incremental CRCs of composite sub-messages |
US7346757B2 (en) | 2002-10-08 | 2008-03-18 | Rmi Corporation | Advanced processor translation lookaside buffer management in a multithreaded system |
US8176298B2 (en) * | 2002-10-08 | 2012-05-08 | Netlogic Microsystems, Inc. | Multi-core multi-threaded processing systems with instruction reordering in an in-order pipeline |
US9088474B2 (en) * | 2002-10-08 | 2015-07-21 | Broadcom Corporation | Advanced processor with interfacing messaging network to a CPU |
US7924828B2 (en) | 2002-10-08 | 2011-04-12 | Netlogic Microsystems, Inc. | Advanced processor with mechanism for fast packet queuing operations |
US7627721B2 (en) * | 2002-10-08 | 2009-12-01 | Rmi Corporation | Advanced processor with cache coherency |
US8015567B2 (en) | 2002-10-08 | 2011-09-06 | Netlogic Microsystems, Inc. | Advanced processor with mechanism for packet distribution at high line rate |
US8478811B2 (en) * | 2002-10-08 | 2013-07-02 | Netlogic Microsystems, Inc. | Advanced processor with credit based scheme for optimal packet flow in a multi-processor system on a chip |
US20050033889A1 (en) * | 2002-10-08 | 2005-02-10 | Hass David T. | Advanced processor with interrupt delivery mechanism for multi-threaded multi-CPU system on a chip |
US7334086B2 (en) | 2002-10-08 | 2008-02-19 | Rmi Corporation | Advanced processor with system on a chip interconnect technology |
US7984268B2 (en) * | 2002-10-08 | 2011-07-19 | Netlogic Microsystems, Inc. | Advanced processor scheduling in a multithreaded system |
US8037224B2 (en) | 2002-10-08 | 2011-10-11 | Netlogic Microsystems, Inc. | Delegating network processor operations to star topology serial bus interfaces |
US7961723B2 (en) * | 2002-10-08 | 2011-06-14 | Netlogic Microsystems, Inc. | Advanced processor with mechanism for enforcing ordering between information sent on two independent networks |
KR20050057698A (ko) * | 2003-12-10 | 2005-06-16 | 삼성전자주식회사 | 체크섬을 생성하는 장치 및 방법 |
US7293206B2 (en) * | 2004-09-13 | 2007-11-06 | Avago Technologies General Ip (Singapore) Pte. Ltd. | Test data pattern for testing a CRC algorithm |
US20080201689A1 (en) * | 2005-06-30 | 2008-08-21 | Freescale Semiconductor, Inc. | Vector Crc Computatuion on Dsp |
US8229109B2 (en) * | 2006-06-27 | 2012-07-24 | Intel Corporation | Modular reduction using folding |
US7827471B2 (en) * | 2006-10-12 | 2010-11-02 | Intel Corporation | Determining message residue using a set of polynomials |
JP2010518464A (ja) * | 2007-02-01 | 2010-05-27 | 株式会社東芝 | 半導体記憶装置 |
US8689078B2 (en) * | 2007-07-13 | 2014-04-01 | Intel Corporation | Determining a message residue |
US8042025B2 (en) * | 2007-12-18 | 2011-10-18 | Intel Corporation | Determining a message residue |
US7886214B2 (en) * | 2007-12-18 | 2011-02-08 | Intel Corporation | Determining a message residue |
US9596324B2 (en) * | 2008-02-08 | 2017-03-14 | Broadcom Corporation | System and method for parsing and allocating a plurality of packets to processor core threads |
WO2009099573A1 (en) * | 2008-02-08 | 2009-08-13 | Rmi Corporation | System and method for parsing and allocating a plurality of packets to processor core threads |
WO2009104260A1 (ja) * | 2008-02-20 | 2009-08-27 | 三菱電機株式会社 | 検証装置 |
US8200616B2 (en) * | 2008-12-31 | 2012-06-12 | Nokia Corporation | Method, apparatus, and computer program product for polynomial-based data transformation and utilization |
US20150339183A1 (en) * | 2014-05-21 | 2015-11-26 | Kabushiki Kaisha Toshiba | Controller, storage device, and control method |
US9680605B2 (en) * | 2015-05-15 | 2017-06-13 | Nxp Usa, Inc. | Method of offloading cyclic redundancy check on portions of a packet |
CN107135139A (zh) * | 2016-02-26 | 2017-09-05 | 深圳富泰宏精密工业有限公司 | 调整消息记录的方法及电子装置 |
CN108628698B (zh) * | 2018-05-08 | 2019-11-05 | 华为技术有限公司 | 计算crc编码的方法和装置 |
CN109861788B (zh) * | 2019-01-11 | 2021-12-10 | 中电海康集团有限公司 | 一种并行crc计算的实现方法及装置 |
FR3108812B1 (fr) * | 2020-03-30 | 2022-03-18 | Kalray | Circuit de calcul de CRC rapide utilisant un polynôme réducteur reconfigurable au vol |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07504312A (ja) * | 1992-12-29 | 1995-05-11 | コーデックス・コーポレイション | 効率的なcrc剰余係数発生および検査装置および方法 |
JPH10510689A (ja) * | 1994-12-12 | 1998-10-13 | ブリティッシュ・テレコミュニケーションズ・パブリック・リミテッド・カンパニー | 特質データをメインデータのエラーチェック記号にエンコードおよびデコードするデジタル伝送システム |
JP2003523682A (ja) * | 2000-02-17 | 2003-08-05 | アナログ デバイス インコーポレーテッド | Crc、および他の剰余を基本とする符号の生成に用いる方法、装置、製品 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0385923A (ja) * | 1989-08-30 | 1991-04-11 | Fujitsu Ltd | Crc演算方式 |
JPH04211547A (ja) * | 1990-03-20 | 1992-08-03 | Fujitsu Ltd | 同期回路 |
CA2050123C (en) * | 1990-10-11 | 1997-12-09 | Subrahmanyam Dravida | Apparatus and method for parallel generation of cyclic redundancy check (crc) codes |
US5754564A (en) * | 1994-08-24 | 1998-05-19 | Harris Corporation | Method of continuous calculation of cyclic redundancy check |
DE69731074T2 (de) * | 1997-04-30 | 2005-10-06 | Hewlett-Packard Development Co., L.P., Houston | Anordnung und Verfahren zur Übertragung von Daten über eine Vielzahl von Kanälen |
US7185266B2 (en) | 2003-02-12 | 2007-02-27 | Alacritech, Inc. | Network interface device for error detection using partial CRCS of variable length message portions |
US6038577A (en) | 1998-01-09 | 2000-03-14 | Dspc Israel Ltd. | Efficient way to produce a delayed version of a maximum length sequence using a division circuit |
US5951677A (en) | 1998-05-29 | 1999-09-14 | Texas Instruments Incorporated | Efficient hardware implementation of euclidean array processing in reed-solomon decoding |
KR100302847B1 (ko) * | 1998-09-03 | 2001-11-22 | 윤덕용 | 유한필드에서의긴다항식제산장치 |
US6763492B1 (en) | 2000-09-26 | 2004-07-13 | Qualcomm Incorporated | Method and apparatus for encoding of linear block codes |
US7458006B2 (en) | 2002-02-22 | 2008-11-25 | Avago Technologies General Ip (Singapore) Pte. Ltd. | Methods for computing the CRC of a message from the incremental CRCs of composite sub-messages |
US6904558B2 (en) | 2002-02-22 | 2005-06-07 | Agilent Technologies, Inc. | Methods for computing the CRC of a message from the incremental CRCs of composite sub-messages |
-
2003
- 2003-09-22 US US10/668,469 patent/US7458006B2/en not_active Expired - Fee Related
-
2004
- 2004-08-16 GB GB0418265A patent/GB2406249B/en not_active Expired - Fee Related
- 2004-09-16 JP JP2004270438A patent/JP4643957B2/ja not_active Expired - Fee Related
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07504312A (ja) * | 1992-12-29 | 1995-05-11 | コーデックス・コーポレイション | 効率的なcrc剰余係数発生および検査装置および方法 |
JPH10510689A (ja) * | 1994-12-12 | 1998-10-13 | ブリティッシュ・テレコミュニケーションズ・パブリック・リミテッド・カンパニー | 特質データをメインデータのエラーチェック記号にエンコードおよびデコードするデジタル伝送システム |
JP2003523682A (ja) * | 2000-02-17 | 2003-08-05 | アナログ デバイス インコーポレーテッド | Crc、および他の剰余を基本とする符号の生成に用いる方法、装置、製品 |
Also Published As
Publication number | Publication date |
---|---|
GB2406249B (en) | 2006-05-17 |
US7458006B2 (en) | 2008-11-25 |
GB0418265D0 (en) | 2004-09-15 |
US20040059984A1 (en) | 2004-03-25 |
GB2406249A (en) | 2005-03-23 |
JP2005102213A (ja) | 2005-04-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4643957B2 (ja) | メッセージのcrcを計算するための方法 | |
US6904558B2 (en) | Methods for computing the CRC of a message from the incremental CRCs of composite sub-messages | |
JP5164277B2 (ja) | 一組の多項式を用いたメッセージ剰余の決定 | |
US4873688A (en) | High-speed real-time Reed-Solomon decoder | |
US7219293B2 (en) | High performance CRC calculation method and system with a matrix transformation strategy | |
JP5384492B2 (ja) | メッセージ剰余の決定 | |
US10248498B2 (en) | Cyclic redundancy check calculation for multiple blocks of a message | |
JPH09507117A (ja) | リードソロモン復号化器 | |
JP4777258B2 (ja) | ガロア体乗算のためのルックアップテーブルを使用するリード・ソロモン符号の符号化および復号化 | |
JPH09507110A (ja) | 有限体反転 | |
CN101814922A (zh) | 基于bch码的多位错纠错方法和装置以及存储系统 | |
JP2007166031A (ja) | Crc値の算出装置 | |
WO2007132656A1 (ja) | 誤り訂正符号化方法及び装置 | |
JPH07202715A (ja) | 時間定義域代数エンコーダ/デコーダ | |
JP3305525B2 (ja) | 復号器、誤りロケータシーケンス生成器および復号方法 | |
US20020144208A1 (en) | Systems and methods for enabling computation of CRC' s N-bit at a time | |
JP3834122B2 (ja) | 誤り位置検出多項式計算装置 | |
JPH11225079A (ja) | 新たな多項式配列構造を採用したリード−ソロモン復号器とその復号方法 | |
US20050066257A1 (en) | Parallelized CRC calculation method and system | |
JP3812983B2 (ja) | エラー評価多項式係数計算装置 | |
JPH09307458A (ja) | エラー訂正向け多項式評価装置 | |
EP0341851A2 (en) | Method and apparatus for interleaved encoding | |
JP3953397B2 (ja) | リードソロモン符号化回路およびリードソロモン復号化回路 | |
JPH06230991A (ja) | 有限体での任意元素の逆数算出方法及び装置 | |
JPH09246999A (ja) | エラー訂正向け多項式評価装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A711 Effective date: 20060629 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20060913 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20061129 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070814 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20071106 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100729 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100806 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101104 |
|
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: 20101119 |
|
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: 20101203 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131210 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131210 Year of fee payment: 3 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: R3D02 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131210 Year of fee payment: 3 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: R3D02 |
|
LAPS | Cancellation because of no payment of annual fees |