JP6382569B2 - 通信システム内での誤り検出の方法および装置 - Google Patents
通信システム内での誤り検出の方法および装置 Download PDFInfo
- Publication number
- JP6382569B2 JP6382569B2 JP2014098463A JP2014098463A JP6382569B2 JP 6382569 B2 JP6382569 B2 JP 6382569B2 JP 2014098463 A JP2014098463 A JP 2014098463A JP 2014098463 A JP2014098463 A JP 2014098463A JP 6382569 B2 JP6382569 B2 JP 6382569B2
- Authority
- JP
- Japan
- Prior art keywords
- sequence
- segment
- data packet
- polynomial
- remainder
- 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
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
-
- 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/12—Arrangements for detecting or preventing errors in the information received by using return channel
- H04L1/16—Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
-
- 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/611—Specific encoding aspects, e.g. encoding by means of decoding
-
- 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/65—Purpose and implementation aspects
- H03M13/6522—Intended application, e.g. transmission or communication standard
-
- 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/65—Purpose and implementation aspects
- H03M13/6522—Intended application, e.g. transmission or communication standard
- H03M13/6527—IEEE 802.11 [WLAN]
-
- 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
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0076—Distributed coding, e.g. network coding, involving channel coding
-
- 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/0084—Formats for payload data
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
- Error Detection And Correction (AREA)
Description
U(t)=uk−1tk−1+uk−2tk−2+…+u1t+u0
多項式U(t)では、「t」のべきが、第1ストリーム内の対応するディジタルシンボルの時間的位置を決定する。予約済み部分を、たとえば、メッセージ部分の直後に配置することができる。符号化の前に、予約済み部分は、m個のディジタルシンボルのストリームfm−1fm−2…f1f0を保持し、このストリームは、次の形のm次多項式F(t)によって忠実に表される。
F(t)=fk−1tm−1+fm−2tm−2+…+f1t+f0
符号化は、データ・パケットの予約済み部分を、固定長「m」のCRC検査シーケンス部分またはその1の補数で書き直す。CRC検査シーケンスは、形cm−1cm−2…c1c0∈Amを有し、これは、次の形のCRC検査シーケンス多項式によって忠実に表される。
C(t)=cm−1tm−1+cm−2tm−2+…+c1t+c0
たとえば図1Bに関して説明した第1実施形態では、対応するメッセージ部分およびCRC検査シーケンス部分は、シンボル長n=k+mの符号語を形成し、これは、多項式X(t)によって忠実に表され、X(t)は、次を満足する。
X(t)=U(t)・tm+C(t)
多項式X(t)では、高次の「t」項が、ディジタル・データ・パケット自体のメッセージ部分のディジタル・データシンボルに対応し、低次の「t」項が、ディジタル・データ・パケットのCRC検査シーケンス部分のディジタルシンボルに対応する。
G(t)=gmtm+gm−1tm−1+gm−2tm−2+…+g1t+g0
と書くことができ、ここで、gm−1gm−2…g0∈Am、g0≠0、かつgm≠0である。たとえば、有用なCRC生成多項式G(t)は、特殊なCRC生成多項式
G(t)=t32+t26+t23+t22+t16+t12+t11+t10+t8+t7+t5+t4+t2+t+1 (1)
でる。式(1)のこの特殊なCRC生成多項式は、CRC−32多項式としても知られ、複数の標準規格、たとえばIEEE 802.3イーサネット(登録商標)標準規格によって指定される。本明細書で説明される方法および装置のさまざまな実施形態を、CRC生成多項式としてCRC−32多項式または別の多項式を使用するように構成することができる。
i)U(t)tm+F(t)に対応するシーケンスに先行する「a」個のビットが、0であり、
ii)U(t)tm+F(t)に対応するシーケンスに続く「b」個のビットが、0である。
いくつかの特定の実施形態、たとえば図1Bに関して説明された上で説明した第2実施形態では、マスキング・ステップ220および330は、
i)U(t)tm+F(t)に対応するシーケンスの最初の「m」個のビットを逆数にすること、および/または
ii)U(t)tm+F(t)に対応するシーケンスの最後の「m」個のビットを逆数にすること
をも含む。これらの特定の実施形態は、データ・パケットのメッセージ部分および予約済み部分の連結の最初の「m」個のビットおよび最後の「m」個のビットのこのオプションの逆数化(すなわち、1の補数化)を実行する。そのような実施形態では、セグメントの第2シーケンスは、次の形の多項式V(t)によって忠実に表される。
V(t)=0・tqs−1+…+0・tn+b+(U(t)・tm+I(t)・tk+F(t)+I(t))・tb+0・tb−1+…+0・t+0 (4)
図5に、図4Aの符号器400Aのいくつかの実施形態を介する例のデータ・パケットの処理を示す。データ・パケットは、4つの連続するばらばらの等しい長さのセグメント522、524、526、528から形成されるディジタル・データシンボルの第1シーケンス510内に配置される。処理は、マスクされたセグメントの第2シーケンス570を生成することと、セグメントの第2のマスクされたシーケンスからCRC検査シーケンス580を計算することとを含む。下では、処理を図6に関して説明するが、図6は、図4Aのマスキング・ユニット420および部分剰余付加ユニット425の例のブロック図である。マスキング・ユニット420部分剰余付加ユニット425は、図7に示された有限状態機械(FSM)700に基づいて動作させられる。
Claims (1)
- 等しい長さのばらばらのデータ・セグメントのシーケンスを処理する方法であって、前記シーケンスは、特定のデータ・パケットを含み、
前記データ・セグメントのうちの1つの一部をマスクすることによって前記等しい長さのマスクされたデータ・セグメントを形成するステップであって、特定のデータ・パケットの一部は、前記データ・セグメントのうちの前記1つの中にあり、前記マスクされる部分の外にあり、前記特定のデータ・パケットの開始位置は、前記データ・セグメントのうちの前記1つの中にあり、前記データ・セグメントのうちの前記1つの開始位置と一致していない、ステップと、
前記特定のデータ・パケットの始めまたは終りを変更することによって、前記等しい長さの変更されたセグメントを形成するステップと、
前記マスクされたセグメントおよび前記変更されたセグメントを用いて計算を実行することによって前記特定のデータ・パケットの巡回冗長検査を計算するステップと、
前記計算された巡回冗長検査を0と比較するステップを含み、
巡回冗長検査を計算する前記ステップは、前記データ・パケットと共に送信された別の巡回冗長検査に少なくとも部分的に基づいて検査シーケンス値を計算するステップを含む方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/612,674 US8892983B2 (en) | 2008-11-04 | 2009-11-04 | Method and apparatus for error detection in a communication system |
US12/612,674 | 2009-11-04 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012537981A Division JP5717748B2 (ja) | 2009-11-04 | 2010-11-04 | 通信システム内での誤り検出の方法および装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014180025A JP2014180025A (ja) | 2014-09-25 |
JP6382569B2 true JP6382569B2 (ja) | 2018-08-29 |
Family
ID=42242055
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012537981A Expired - Fee Related JP5717748B2 (ja) | 2009-11-04 | 2010-11-04 | 通信システム内での誤り検出の方法および装置 |
JP2014098463A Expired - Fee Related JP6382569B2 (ja) | 2009-11-04 | 2014-05-12 | 通信システム内での誤り検出の方法および装置 |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012537981A Expired - Fee Related JP5717748B2 (ja) | 2009-11-04 | 2010-11-04 | 通信システム内での誤り検出の方法および装置 |
Country Status (6)
Country | Link |
---|---|
US (2) | US8892983B2 (ja) |
EP (1) | EP2497217A4 (ja) |
JP (2) | JP5717748B2 (ja) |
KR (1) | KR101354288B1 (ja) |
CN (1) | CN102771074B (ja) |
WO (1) | WO2011056932A2 (ja) |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107317585B (zh) | 2011-01-14 | 2020-09-29 | Ge视频压缩有限责任公司 | 熵编码设备和方法、熵解码设备和方法、及存储介质 |
US8751565B1 (en) | 2011-02-08 | 2014-06-10 | Google Inc. | Components for web-based configurable pipeline media processing |
US8681866B1 (en) | 2011-04-28 | 2014-03-25 | Google Inc. | Method and apparatus for encoding video by downsampling frame resolution |
US9106787B1 (en) | 2011-05-09 | 2015-08-11 | Google Inc. | Apparatus and method for media transmission bandwidth control using bandwidth estimation |
US8661323B2 (en) * | 2011-05-09 | 2014-02-25 | Google Inc. | Method and apparatus for generating packet mask |
CN102325003B (zh) * | 2011-07-14 | 2014-02-12 | 海能达通信股份有限公司 | 数据错误检测的方法及设备 |
US8856624B1 (en) | 2011-10-27 | 2014-10-07 | Google Inc. | Method and apparatus for dynamically generating error correction |
US9490850B1 (en) | 2011-11-28 | 2016-11-08 | Google Inc. | Method and apparatus for decoding packetized data |
US9185429B1 (en) | 2012-04-30 | 2015-11-10 | Google Inc. | Video encoding and decoding using un-equal error protection |
US10034023B1 (en) | 2012-07-30 | 2018-07-24 | Google Llc | Extended protection of digital video streams |
US9172740B1 (en) | 2013-01-15 | 2015-10-27 | Google Inc. | Adjustable buffer remote access |
US9311692B1 (en) | 2013-01-25 | 2016-04-12 | Google Inc. | Scalable buffer remote access |
US9225979B1 (en) | 2013-01-30 | 2015-12-29 | Google Inc. | Remote access encoding |
US20160286011A1 (en) * | 2015-03-26 | 2016-09-29 | Assaf Kasher | Techniques for communicating an end of packet indicator |
CN111064546B (zh) * | 2019-12-10 | 2022-05-31 | 卡斯柯信号有限公司 | 一种基于crc实现信息位与冗余编码安全转换的方法 |
US11706150B2 (en) * | 2021-04-06 | 2023-07-18 | Apple Inc. | Data encoding and packet sharing in a parallel communication interface |
Family Cites Families (38)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5251215A (en) | 1992-01-13 | 1993-10-05 | At&T Bell Laboratories | Modifying check codes in data packet transmission |
JP3029738B2 (ja) | 1992-06-30 | 2000-04-04 | 富士電機株式会社 | 複数ブロック化伝送フレームの誤り検出方法 |
US5473607A (en) * | 1993-08-09 | 1995-12-05 | Grand Junction Networks, Inc. | Packet filtering for data networks |
US6192498B1 (en) * | 1997-10-01 | 2001-02-20 | Globepan, Inc. | System and method for generating error checking data in a communications system |
US7185266B2 (en) * | 2003-02-12 | 2007-02-27 | Alacritech, Inc. | Network interface device for error detection using partial CRCS of variable length message portions |
US6405340B1 (en) * | 1999-07-02 | 2002-06-11 | Ericsson Inc. | Flexible method of error protection in communications systems |
US6519737B1 (en) * | 2000-03-07 | 2003-02-11 | International Business Machines Corporation | Computing the CRC bits at a time for data whose length in bits is not a multiple of M |
GB2360177B (en) * | 2000-03-07 | 2003-08-06 | 3Com Corp | Fast frame error checker for multiple byte digital data frames |
JP2002141809A (ja) * | 2000-10-31 | 2002-05-17 | Ando Electric Co Ltd | Crc符号演算回路、及びcrc符号演算方法 |
US20020104058A1 (en) * | 2000-12-06 | 2002-08-01 | Yigal Rappaport | Packet switched network having error correction capabilities of variable size data packets and a method thereof |
US6701478B1 (en) * | 2000-12-22 | 2004-03-02 | Nortel Networks Limited | System and method to generate a CRC (cyclic redundancy check) value using a plurality of CRC generators operating in parallel |
US6915473B2 (en) * | 2001-05-14 | 2005-07-05 | Interdigital Technology Corporation | Method and system for implicit user equipment identification |
JP3546959B2 (ja) * | 2001-05-31 | 2004-07-28 | 日本電気株式会社 | Crc演算装置 |
JP3554715B2 (ja) * | 2001-07-31 | 2004-08-18 | アンリツ株式会社 | 誤り検出装置 |
US6928608B2 (en) * | 2001-08-14 | 2005-08-09 | Optix Networks Ltd. | Apparatus and method for accelerating cyclic redundancy check calculations |
MXPA04002849A (es) * | 2001-09-29 | 2005-10-05 | Lg Electronics Inc | Metodo para transferir y/o recibir datos en un sistema de comunicacion, y aparato. |
CN101697503B (zh) * | 2001-12-05 | 2013-11-20 | Lg电子株式会社 | 生成检错码的方法和装置 |
US6968492B1 (en) * | 2002-03-28 | 2005-11-22 | Annadurai Andy P | Hardware-efficient CRC generator for high speed communication networks |
US20030223417A1 (en) * | 2002-06-04 | 2003-12-04 | Masashi Higashida | Method of processing data packets |
US7243289B1 (en) * | 2003-01-25 | 2007-07-10 | Novell, Inc. | Method and system for efficiently computing cyclic redundancy checks |
US7010469B2 (en) * | 2003-09-30 | 2006-03-07 | International Business Machines Corporation | Method of computing partial CRCs |
US7543214B2 (en) * | 2004-02-13 | 2009-06-02 | Marvell International Ltd. | Method and system for performing CRC |
US7266760B1 (en) * | 2004-09-30 | 2007-09-04 | Altera Corporation | Method and apparatus for calculating cyclic redundancy checks for variable length packets |
EP1659727B1 (en) * | 2004-11-19 | 2015-03-25 | ATI International SRL | Iterative decoding of packet data |
EP1710940A1 (de) * | 2005-04-06 | 2006-10-11 | Siemens Aktiengesellschaft | Erkennung von Fehlern bei der Übermittlung von Daten |
WO2007126196A1 (en) * | 2006-04-29 | 2007-11-08 | Lg Electronics Inc. | Digital broadcasting system and method of processing data |
US7500170B2 (en) * | 2006-08-14 | 2009-03-03 | Motorola, Inc. | Method and apparatus for error detection in a data block |
KR101286238B1 (ko) * | 2007-08-01 | 2013-07-15 | 삼성전자주식회사 | 데이터 병렬화 수신기 |
US7853857B2 (en) | 2007-09-14 | 2010-12-14 | Motorola Mobility, Inc. | Multi-layer cyclic redundancy check code in wireless communication system |
US8555148B2 (en) | 2007-09-18 | 2013-10-08 | Samsung Electronics Co., Ltd. | Methods and apparatus to generate multiple CRCs |
US8234551B2 (en) * | 2007-11-02 | 2012-07-31 | Broadcom Corporation | Single CRC polynomial for both turbo code block CRC and transport block CRC |
DE102008012523A1 (de) * | 2008-03-04 | 2009-09-10 | Lufthansa Technik Ag | Falttisch |
EP2117149B1 (en) * | 2008-05-06 | 2011-10-26 | Alcatel Lucent | Recovery of transmission errors |
EP2129028B1 (en) * | 2008-05-06 | 2012-10-17 | Alcatel Lucent | Recovery of transmission errorrs |
US8495477B2 (en) * | 2010-02-11 | 2013-07-23 | Lg Electronics Inc. | Digital broadcasting system and method for transmitting and receiving digital broadcast signal |
US8341504B2 (en) * | 2010-03-11 | 2012-12-25 | Microsoft Corporation | Fast and reliable wireless communication |
US8578240B1 (en) * | 2011-01-21 | 2013-11-05 | Juniper Networks, Inc. | CRC computation for packet length not multiple of data path width |
US8671333B2 (en) * | 2011-06-29 | 2014-03-11 | Lsi Corporation | Adaptive encoding and decoding for error protected packet-based frames |
-
2009
- 2009-11-04 US US12/612,674 patent/US8892983B2/en active Active
-
2010
- 2010-11-04 JP JP2012537981A patent/JP5717748B2/ja not_active Expired - Fee Related
- 2010-11-04 WO PCT/US2010/055391 patent/WO2011056932A2/en active Application Filing
- 2010-11-04 KR KR1020127011532A patent/KR101354288B1/ko not_active IP Right Cessation
- 2010-11-04 CN CN201080049570.XA patent/CN102771074B/zh active Active
- 2010-11-04 EP EP10829067.7A patent/EP2497217A4/en not_active Withdrawn
-
2014
- 2014-05-12 JP JP2014098463A patent/JP6382569B2/ja not_active Expired - Fee Related
- 2014-10-07 US US14/508,879 patent/US20150039977A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
JP5717748B2 (ja) | 2015-05-13 |
KR101354288B1 (ko) | 2014-01-23 |
EP2497217A4 (en) | 2013-05-01 |
US20150039977A1 (en) | 2015-02-05 |
EP2497217A2 (en) | 2012-09-12 |
KR20120062019A (ko) | 2012-06-13 |
US8892983B2 (en) | 2014-11-18 |
CN102771074A (zh) | 2012-11-07 |
CN102771074B (zh) | 2015-08-19 |
JP2013510514A (ja) | 2013-03-21 |
US20100153828A1 (en) | 2010-06-17 |
WO2011056932A3 (en) | 2011-10-27 |
JP2014180025A (ja) | 2014-09-25 |
WO2011056932A2 (en) | 2011-05-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6382569B2 (ja) | 通信システム内での誤り検出の方法および装置 | |
JP2013510514A5 (ja) | ||
JP3610329B2 (ja) | 大最小距離を用いたターボ符号化方法及びそれを実現するシステム | |
US6530057B1 (en) | High speed generation and checking of cyclic redundancy check values | |
JP3549788B2 (ja) | 多段符号化方法、多段復号方法、多段符号化装置、多段復号装置およびこれらを用いた情報伝送システム | |
US7246294B2 (en) | Method for iterative hard-decision forward error correction decoding | |
US5440570A (en) | Real-time binary BCH decoder | |
US8312362B1 (en) | Determining data transmission error and/or checking or confirming such error determinations | |
SE469051B (sv) | Metod foer att detektera kanaltillhoerigheten foer ett antal kanaler i ett mobilradiosystem | |
KR20060125837A (ko) | 데이터를 인코딩하기 위한 방법 및 장치 | |
WO2020072323A1 (en) | Burst error tolerant decoder and related systems, methods and devices | |
US7231575B2 (en) | Apparatus for iterative hard-decision forward error correction decoding | |
JP2001524274A (ja) | 短縮ファイア符号エラートラッピング復号方法および装置 | |
JP4764973B2 (ja) | Crc値の算出装置 | |
JPH0575479A (ja) | データ流における誤りの識別、補正修整回路装置 | |
US7502988B2 (en) | Decoding and error correction for algebraic geometric codes | |
EP0660535B1 (en) | Apparatus for uniformly correcting erasure and error of received word by using a common polynomial | |
US7539918B2 (en) | System and method for generating cyclic codes for error control in digital communications | |
US7170946B2 (en) | System and method for reviving catastrophic codes | |
JP2003078421A (ja) | 符号系列の先頭位置検出方法とその装置、それを用いた復号方法とその装置 | |
JP4379329B2 (ja) | Crc生成多項式の選択方法、crc符号化方法およびcrc符号化回路 | |
Buerner et al. | On a high-speed Reed-Solomon codec architecture for 43 Gb/s optical transmission systems | |
CN115037415A (zh) | 基于crc的纠错编码的方法、装置、终端 | |
US8245103B2 (en) | Arithmetic circuit for concatenated codes and address control method | |
Kaabouch et al. | Improvement of the Orthogonal Code Convolution capabilities using FPGA implementation |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150313 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150319 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20150619 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150918 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160216 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20160516 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20161213 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180802 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6382569 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |