JP2014017734A - 受信機及び受信方法 - Google Patents
受信機及び受信方法 Download PDFInfo
- Publication number
- JP2014017734A JP2014017734A JP2012154937A JP2012154937A JP2014017734A JP 2014017734 A JP2014017734 A JP 2014017734A JP 2012154937 A JP2012154937 A JP 2012154937A JP 2012154937 A JP2012154937 A JP 2012154937A JP 2014017734 A JP2014017734 A JP 2014017734A
- Authority
- JP
- Japan
- Prior art keywords
- reliability information
- iteration
- convergence
- scheduler
- iterative decoding
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
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/11—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 using multiple parity bits
-
- 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/11—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 using multiple parity bits
- H03M13/1102—Codes on graphs and decoding on graphs, e.g. low-density parity check [LDPC] codes
- H03M13/1105—Decoding
- H03M13/1111—Soft-decision decoding, e.g. by means of message passing or belief propagation algorithms
-
- 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/25—Error detection or forward error correction by signal space coding, i.e. adding redundancy in the signal constellation, e.g. Trellis Coded Modulation [TCM]
- H03M13/255—Error detection or forward error correction by signal space coding, i.e. adding redundancy in the signal constellation, e.g. Trellis Coded Modulation [TCM] with Low Density Parity Check [LDPC] codes
-
- 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/29—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 combining two or more codes or code structures, e.g. product codes, generalised product codes, concatenated codes, inner and outer codes
- H03M13/2957—Turbo codes and 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/63—Joint error correction and other techniques
- H03M13/6325—Error control coding in combination with demodulation
Landscapes
- Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Error Detection And Correction (AREA)
- Digital Transmission Methods That Use Modulated Carrier Waves (AREA)
Abstract
【解決手段】実施形態によれば、受信機は、LDPCデコーダ104と、生成部107と、スケジューラ108とを備える。LDPCデコーダ104は、第1の外部情報に対応する第3の信頼度情報に基づいて受信シンボルを形成する各ビットの値の推定結果を示す第4の信頼度情報を繰り返し算出する反復復号処理を行う。生成部107は、第4の信頼度情報に基づいて、反復復号処理の収束状況を評価するための収束指標を生成する。スケジューラ108は、収束指標に基づいて、反復復号処理によって形成されるローカル反復に対する実行制御とシンボルデマッピング処理及び反復復号処理の間の往復によって形成されるグローバル反復に対する実行制御とを行う。
【選択図】図1
Description
図1に示されるように、第1の実施形態に係る受信機は、シンボルデマッパ101と、外部情報算出部102と、デインタリーバ103と、LDPCデコーダ104と、外部情報算出部105と、インタリーバ106と、収束指標生成部107と、スケジューラ108とを備える。
(l≧Nl)∧(nusp,l≧nth)
上記条件が充足すればスケジューラ108はローカル反復を終了させると共にグローバル反復を再開させ、上記条件が充足しなければスケジューラ108はローカル反復を継続させる。
ステップS301において、スケジューラ108は変数i及び変数lを初期化する。初期化するとは、図3の例によれば、i及びjに1を代入することを意味する。iは、グローバル反復の試行回数を示す変数である。lは、ローカル反復の試行回数を示す変数であってグローバル反復の試行毎にリセットされる。ステップS301の後に、第i回目のグローバル反復が開始する(ステップS310)。
第2の実施形態に係る受信機は、収束指標生成部107及びスケジューラ108の動作の一部において第1の実施形態に係る受信機とは異なる。
具体的には、本実施形態においてスケジューラ108は、前述のnusp,lそのものではなくnusp,lの変化量(以降、Δnusp,lと称される)に注目してローカル反復及びグローバル反復の実行を制御する。尚、収束指標生成部107は、Δnusp,lを収束指標として生成してもよいし、第1の実施形態と同様にnusp,lを収束指標として生成してもよい。収束指標生成部107がΔnusp,lを生成しない場合には、スケジューラ108がnusp,lに基づいてΔnusp,lを算出すればよい。
(l≧Nl)∧(Δnusp,l≧Δnth)
上記条件が充足すればスケジューラ108はローカル反復を終了させると共にグローバル反復を再開させ、上記条件が充足しなければスケジューラ108はローカル反復を継続させる。
第3の実施形態に係る受信機は、収束指標生成部107及びスケジューラ108の動作の一部において第1乃至第2の実施形態に係る受信機とは異なる。
具体的には、本実施形態においてスケジューラ108は、前述のnusp,l及びΔnusp,lの両方に注目してローカル反復及びグローバル反復の実行を制御する。尚、収束指標生成部107は、nusp,l及びΔnusp,lを収束指標として生成してもよいし、第1の実施形態と同様にnusp,lを収束指標として生成してもよい。収束指標生成部107がΔnusp,lを生成しない場合には、スケジューラ108がnusp,lに基づいてΔnusp,lを算出すればよい。
(l≧Nl)∧(nusp,l≧nth)∧(Δnusp,l≧Δnth)
上記条件が充足すればスケジューラ108はローカル反復を終了させると共にグローバル反復を再開させ、上記条件が充足しなければスケジューラ108はローカル反復を継続させる。
第4の実施形態に係る受信機は、収束指標生成部107及びスケジューラ108の動作の一部において第1乃至第3の実施形態に係る受信機とは異なる。
具体的には、本実施形態においてスケジューラ108は、前述のnusp,l及びΔnusp,lのいずれでもなく第4の信頼度情報の統計値(以降、Llと称される)に注目してローカル反復及びグローバル反復の実行を制御する。即ち、収束指標生成部107は、Llを収束指標として生成する。
(l≧Nl)∧(Ll<Lth)
上記条件が充足すればスケジューラ108はローカル反復を終了させると共にグローバル反復を再開させ、上記条件が充足しなければスケジューラ108はローカル反復を継続させる。
第5の実施形態に係る受信機は、収束指標生成部107及びスケジューラ108の動作の一部において第1乃至第4の実施形態に係る受信機とは異なる。
具体的には、本実施形態においてスケジューラ108は、前述のLlそのものではなくLusp,lの変化量(以降、ΔLusp,lと称される)に注目してローカル反復及びグローバル反復の実行を制御する。尚、収束指標生成部107は、ΔLlを収束指標として生成してもよいし、第4の実施形態と同様にLlを収束指標として生成してもよい。収束指標生成部107がΔLlを生成しない場合には、スケジューラ108がLlに基づいてΔLlを算出すればよい。
(l≧Nl)∧(ΔLl<ΔLth)
上記条件が充足すればスケジューラ108はローカル反復を終了させると共にグローバル反復を再開させ、上記条件が充足しなければスケジューラ108はローカル反復を継続させる。
第6の実施形態に係る受信機は、収束指標生成部107及びスケジューラ108の動作の一部において第1乃至第5の実施形態に係る受信機とは異なる。
具体的には、本実施形態においてスケジューラ108は、前述のLl及びΔLlの両方に注目してローカル反復及びグローバル反復の実行を制御する。尚、収束指標生成部107は、Ll及びΔLlを収束指標として生成してもよいし、第4の実施形態と同様にLlを収束指標として生成してもよい。収束指標生成部107がΔLlを生成しない場合には、スケジューラ108がLlに基づいてΔLlを算出すればよい。
(l≧Nl)∧(Ll<Lth)∧(ΔLl<ΔLth)
上記条件が充足すればスケジューラ108はローカル反復を終了させると共にグローバル反復を再開させ、上記条件が充足しなければスケジューラ108はローカル反復を継続させる。
102,105・・・外部情報算出部
103・・・デインタリーバ
104・・・LDPCデコーダ
106,202・・・インタリーバ
107・・・収束指標生成部
108・・・スケジューラ
201・・・LDPCエンコーダ
203・・・シンボルマッパ
210・・・チャネル
211・・・フェージングチャネル
212・・・AWGNチャネル
Claims (11)
- 受信シンボルと第2の外部情報に対応する第2の信頼度情報とに基づいて当該受信シンボルを形成する各ビットの値の推定結果を示す第1の信頼度情報を算出するシンボルデマッピング処理を行うシンボルデマッパと、
前記第2の信頼度情報に対する前記第1の信頼度情報の差分を算出することによって、第1の外部情報を得る第1の外部情報算出部と、
前記第1の外部情報に対応する第3の信頼度情報に基づいて前記受信シンボルを形成する各ビットの値の推定結果を示す第4の信頼度情報を繰り返し算出する反復復号処理を行うLDPCデコーダと、
前記反復復号処理によって形成されるローカル反復が終了する場合に、前記第3の信頼度情報に対する前記第4の信頼度情報の差分を算出することによって、前記第2の外部情報を得る第2の外部情報算出部と
前記第4の信頼度情報に基づいて、前記反復復号処理の収束状況を評価するための収束指標を生成する生成部と、
前記収束指標に基づいて、前記ローカル反復に対する実行制御と前記シンボルデマッピング処理及び前記反復復号処理の間の往復によって形成されるグローバル反復に対する実行制御とを行うスケジューラと
を具備する受信機。 - 前記スケジューラは、前記収束指標に基づいて、前記ローカル反復の継続または終了を決定し、前記ローカル反復の終了を決定する場合には前記グローバル反復の再開または終了を更に決定する、請求項1の受信機。
- 前記収束指標は、パリティ拘束条件を充足しないビットの総数を含む、請求項1の受信機。
- 前記収束指標は、パリティ拘束条件を充足しないビットの総数の変化量を含む、請求項1の受信機。
- 前記収束指標は、前記パリティ拘束条件を充足しないビットの総数と、前記パリティ拘束条件を充足しないビットの総数の変化量とを含む、請求項1の受信機。
- 前記収束指標は、前記第4の信頼度情報の統計値を含む、請求項1の受信機。
- 前記収束指標は、前記第4の信頼度情報の統計値の変化量を含む、請求項1の受信機。
- 前記収束指標は、前記第4の信頼度情報の統計値と、前記第4の信頼度情報の統計値の変化量とを含む、請求項1の受信機。
- 前記スケジューラは、パリティ拘束条件を充足しないビットの総数が零に一致すれば、前記ローカル反復及び前記グローバル反復の両方の終了を決定する、請求項1の受信機。
- 前記第1の外部情報に対してデインタリーブ処理を行うことによって前記第3の信頼度情報を得るデインタリーバと、
前記第2の外部情報に対して前記デインタリーブ処理に対応するインタリーブ処理を行うことによって前記第2の信頼度情報を得るインタリーバと
を更に具備する、請求項1の受信機。 - 受信シンボルと第2の外部情報に対応する第2の信頼度情報とに基づいて当該受信シンボルを形成する各ビットの値の推定結果を示す第1の信頼度情報を算出するシンボルデマッピング処理を行うことと、
前記第2の信頼度情報に対する前記第1の信頼度情報の差分を算出することによって、第1の外部情報を得ることと、
前記第1の外部情報に対応する第3の信頼度情報に基づいて前記受信シンボルを形成する各ビットの値の推定結果を示す第4の信頼度情報を繰り返し算出する反復復号処理を行うことと、
前記反復復号処理によって形成されるローカル反復が終了する場合に、前記第3の信頼度情報に対する前記第4の信頼度情報の差分を算出することによって、前記第2の外部情報を得ることと
前記第4の信頼度情報に基づいて、前記反復復号処理の収束状況を評価するための収束指標を生成することと、
前記収束指標に基づいて、前記シンボルデマッピング処理及び前記反復復号処理の間の往復によって形成されるグローバル反復と前記ローカル反復とに対する実行制御を行うことと
を具備する受信方法。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012154937A JP2014017734A (ja) | 2012-07-10 | 2012-07-10 | 受信機及び受信方法 |
US13/936,040 US20140019819A1 (en) | 2012-07-10 | 2013-07-05 | Receiver and receiving method |
CN201310285323.5A CN103546238A (zh) | 2012-07-10 | 2013-07-09 | 接收机以及接收方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012154937A JP2014017734A (ja) | 2012-07-10 | 2012-07-10 | 受信機及び受信方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2014017734A true JP2014017734A (ja) | 2014-01-30 |
Family
ID=49915066
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012154937A Pending JP2014017734A (ja) | 2012-07-10 | 2012-07-10 | 受信機及び受信方法 |
Country Status (3)
Country | Link |
---|---|
US (1) | US20140019819A1 (ja) |
JP (1) | JP2014017734A (ja) |
CN (1) | CN103546238A (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10554227B2 (en) * | 2017-03-10 | 2020-02-04 | Western Digital Technologies, Inc. | Decoding optimization for channel mismatch |
KR20210115961A (ko) * | 2020-03-17 | 2021-09-27 | 에스케이하이닉스 주식회사 | Ldpc 디코더 및 그것의 동작 방법 |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002353821A (ja) * | 2001-05-24 | 2002-12-06 | Mitsubishi Electric Corp | 誤り訂正復号方法および復号装置 |
JP2004146941A (ja) * | 2002-10-22 | 2004-05-20 | Matsushita Electric Ind Co Ltd | 復号装置および復号方法 |
US20040252791A1 (en) * | 2003-06-13 | 2004-12-16 | Ba-Zhong Shen | LDPC (Low Density Parity Check) coded modulation hybrid decoding using non-Gray code maps for improved performance |
JP2007151093A (ja) * | 2005-10-17 | 2007-06-14 | Ntt Docomo Inc | 複雑度が減少したインターリーブ分割多重アクセス(idma)のための受信機および受信方法 |
JP2008539623A (ja) * | 2005-04-29 | 2008-11-13 | エスティマイクロエレクトロニクス エヌヴィ | Ldpc符号化符号語の復号を制御する方法および装置 |
JP2009100222A (ja) * | 2007-10-16 | 2009-05-07 | Toshiba Corp | 低密度パリティ検査符号の復号装置およびその方法 |
JP2009171457A (ja) * | 2008-01-18 | 2009-07-30 | Mobile Techno Corp | ターボ等化装置及び方法 |
WO2009131094A1 (ja) * | 2008-04-22 | 2009-10-29 | シャープ株式会社 | 通信装置、通信システム、受信方法およびプログラム |
JP2011065599A (ja) * | 2009-09-18 | 2011-03-31 | Toshiba Corp | メモリシステムおよびメモリシステムの制御方法 |
US20120079341A1 (en) * | 2009-05-27 | 2012-03-29 | Novelsat Ltd. | Iterative decoding of ldpc codes with iteration scheduling |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7373585B2 (en) * | 2005-01-14 | 2008-05-13 | Mitsubishi Electric Research Laboratories, Inc. | Combined-replica group-shuffled iterative decoding for error-correcting codes |
KR101431268B1 (ko) * | 2007-12-14 | 2014-08-20 | 삼성전자주식회사 | 직렬 부호화를 위한 저밀도 패리티 검사 부호의 생성 장치및 방법 |
TW200943757A (en) * | 2008-04-08 | 2009-10-16 | Ralink Technology Corp | Iterative signal receiving method and related iterative receiver |
US8245104B2 (en) * | 2008-05-02 | 2012-08-14 | Lsi Corporation | Systems and methods for queue based data detection and decoding |
US8385439B2 (en) * | 2008-05-27 | 2013-02-26 | Nec Laboratories America, Inc. | Polarization mode dispersion compensation in multilevel coded-modulation schemes using blast algorithm and iterative polarization cancellation |
WO2010059264A1 (en) * | 2008-11-20 | 2010-05-27 | Lsi Corporation | Systems and methods for noise reduced data detection |
US8219874B2 (en) * | 2009-02-19 | 2012-07-10 | Nec Laboratories America, Inc. | Multi-dimensional LDPC coded modulation for high-speed optical transmission systems |
US8418019B2 (en) * | 2010-04-19 | 2013-04-09 | Lsi Corporation | Systems and methods for dynamic scaling in a data decoding system |
US8537919B2 (en) * | 2010-09-10 | 2013-09-17 | Trellis Phase Communications, Lp | Encoding and decoding using constrained interleaving |
US8775896B2 (en) * | 2012-02-09 | 2014-07-08 | Lsi Corporation | Non-binary LDPC decoder with low latency scheduling |
-
2012
- 2012-07-10 JP JP2012154937A patent/JP2014017734A/ja active Pending
-
2013
- 2013-07-05 US US13/936,040 patent/US20140019819A1/en not_active Abandoned
- 2013-07-09 CN CN201310285323.5A patent/CN103546238A/zh active Pending
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002353821A (ja) * | 2001-05-24 | 2002-12-06 | Mitsubishi Electric Corp | 誤り訂正復号方法および復号装置 |
JP2004146941A (ja) * | 2002-10-22 | 2004-05-20 | Matsushita Electric Ind Co Ltd | 復号装置および復号方法 |
US20040252791A1 (en) * | 2003-06-13 | 2004-12-16 | Ba-Zhong Shen | LDPC (Low Density Parity Check) coded modulation hybrid decoding using non-Gray code maps for improved performance |
JP2008539623A (ja) * | 2005-04-29 | 2008-11-13 | エスティマイクロエレクトロニクス エヌヴィ | Ldpc符号化符号語の復号を制御する方法および装置 |
JP2007151093A (ja) * | 2005-10-17 | 2007-06-14 | Ntt Docomo Inc | 複雑度が減少したインターリーブ分割多重アクセス(idma)のための受信機および受信方法 |
JP2009100222A (ja) * | 2007-10-16 | 2009-05-07 | Toshiba Corp | 低密度パリティ検査符号の復号装置およびその方法 |
JP2009171457A (ja) * | 2008-01-18 | 2009-07-30 | Mobile Techno Corp | ターボ等化装置及び方法 |
WO2009131094A1 (ja) * | 2008-04-22 | 2009-10-29 | シャープ株式会社 | 通信装置、通信システム、受信方法およびプログラム |
US20120079341A1 (en) * | 2009-05-27 | 2012-03-29 | Novelsat Ltd. | Iterative decoding of ldpc codes with iteration scheduling |
JP2011065599A (ja) * | 2009-09-18 | 2011-03-31 | Toshiba Corp | メモリシステムおよびメモリシステムの制御方法 |
Non-Patent Citations (1)
Title |
---|
JPN6014035045; Huiyun Jiang ; Lei Xie ; Huifang Chen: 'An efficient equivalent channel model for LDPC coded BICM-ID system' Communication Software and Networks (ICCSN), 2011 IEEE 3rd International Conference on , 20110529, pp.11-15 * |
Also Published As
Publication number | Publication date |
---|---|
US20140019819A1 (en) | 2014-01-16 |
CN103546238A (zh) | 2014-01-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8732564B2 (en) | Error floor reduction in iteratively decoded FEC codes | |
EP2204984B1 (en) | Broadcast receiver and method for optimizing a scale factor for a log-likelihood mapper | |
US9160368B1 (en) | Systems and methods for near-codeword detection and correction on the fly | |
US8938660B1 (en) | Systems and methods for detection and correction of error floor events in iterative systems | |
US20130073922A1 (en) | Method and apparatus for improved performance of iterative decoders on channels with memory | |
CN108494412A (zh) | 一种基于参数估计的多因子修正ldpc码译码方法及装置 | |
WO2019126510A1 (en) | Decoding signals by guessing noise | |
JP2005532766A (ja) | ディジタル通信システムにおけるターボ復号を利用したビットエラー率及びフレームエラー率を減少させる装置及び方法 | |
US10944610B2 (en) | Decoding signals by guessing noise | |
KR102021314B1 (ko) | 비정방 직교진폭변조 방식의 연판정 복조 장치 및 방법 | |
US8527857B2 (en) | Parity-check-code decoder and receiving system | |
JP2018520617A (ja) | 誤り訂正符号システムの機構を決定するための方法及びデバイス | |
US9793924B1 (en) | Method and system for estimating an expectation of forward error correction decoder convergence | |
Roberts et al. | An improved low complex offset min-sum based decoding algorithm for LDPC codes | |
US9219501B2 (en) | LDPC encoding/decoding method and device using same | |
US9614548B1 (en) | Systems and methods for hybrid message passing and bit flipping decoding of LDPC codes | |
CN110690906A (zh) | 一种动态自修正最小和译码方法及基于其的译码器 | |
JP2010103807A (ja) | 無線中継装置、無線受信装置及び復号方法 | |
KR20150031568A (ko) | 디지털 비디오 방송 시스템에서 LDPC(Low Density Parity Check) 복호기 및 LDPC 복호기의 복호화 방법 | |
JP2014017734A (ja) | 受信機及び受信方法 | |
US8935601B1 (en) | Post-processing methodologies in decoding LDPC codes | |
US20230155680A1 (en) | Modulation and Encoding Method and Apparatus, Demodulation and Decoding Method and Apparatus, Device, and Communication System | |
JP5514873B2 (ja) | 無線チャネルのデータサブチャネルのチャネル係数を推定する装置及び方法 | |
CN114556824A (zh) | 用于多级极化编码调制发送和接收的方法和设备 | |
CN112468158A (zh) | 用于对码字进行译码的方法及译码器 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20131219 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20131226 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20140109 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140325 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140703 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140819 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20141001 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150203 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20150804 |