JP2004265478A - Viterbi decoder and information reproducing device - Google Patents

Viterbi decoder and information reproducing device Download PDF

Info

Publication number
JP2004265478A
JP2004265478A JP2003052568A JP2003052568A JP2004265478A JP 2004265478 A JP2004265478 A JP 2004265478A JP 2003052568 A JP2003052568 A JP 2003052568A JP 2003052568 A JP2003052568 A JP 2003052568A JP 2004265478 A JP2004265478 A JP 2004265478A
Authority
JP
Japan
Prior art keywords
metric
unit
minimum value
past
supplied
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
Application number
JP2003052568A
Other languages
Japanese (ja)
Inventor
Yuji Nagai
裕士 長井
Hideyuki Yamakawa
秀之 山川
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2003052568A priority Critical patent/JP2004265478A/en
Publication of JP2004265478A publication Critical patent/JP2004265478A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Dc Digital Transmission (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Error Detection And Correction (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To realize a circuit size reduction and a high-speed operation by subtracting 1/N of a minimum metric outputted from a likelihood determination section to perform normalization at the adder of a viterbi decoder. <P>SOLUTION: A branch metric (BM) value from a waveform equalizer 13, a past metric (P metric) from a metric register 55, and the minimum value of a P metric from a minimum value selection section 57 as a likelihood determination section are inputted to the adder 53 of a viterbi decoder 15. At the adder 53, the BM value and the P metric are added together, and the value of 1/N of the minimum value of the P metric is subtracted, and thus normalization processing is performed to prevent overflowing. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、情報再生装置に係り、特にPRML(Partial Response and Maximum Likelihood)信号処理等に用いられるビタビ復号器および情報再生装置に関する。
【0002】
【従来の技術】
近年ハードディスクや光ディスクなどの情報記録再生装置において、PRML信号処理と呼ばれる等化・復号方式が一般に用いられるようになっている。PRML信号処理では等化器においてPR(Partial Response)特性とよばれる既知の相関を有するように波形等化を行い、復号器において波形等化された再生信号のPR特性を利用して復号を行う。PR特性は例えばPR(1,2,2,1)特性の場合、0010000という入力系列に対して00012210が出力、同様に000110000に対して000134310、0001110000に対して000135531が出力というように、入力符号とPR特性の畳み込み演算でその出力が表現されるものである。復号器ではPR等化された再生信号を状態推移のメトリックを再帰的に計算することで復号を行う。この復号方式として代表的なものがビタビ復号方式である。ビタビ復号方式は畳み込み符号を復号する手法であり、この手法に基づいた復号器をビタビ復号器と呼ぶ。ビタビ復号器は、一般に複数のパスのメトリックを加算比較選択する加算比較選択部(以下、ACS部と称する)、選択されたパスを保持・更新するパスメモリ部、選択され生き残っているパスの中から最も確からしいものを選択する最尤判定部で構成される。
【0003】
このビタビ復号器を回路で実現する場合、アルゴリズムの複雑さから回路規模が大きくなるという問題がある。またビタビ復号器のACS部にはクリティカルパスが存在するため、回路の高速動作を実現するためにはできる限り規模を抑えるのが望ましい。さらにACS部では過去のメトリックと現在のメトリックを毎回加算・比較・選択をしているため、加算前後でオーバーフローを避けるための何らかの手段が必要となる。
【0004】
この問題の解決手段として、ビタビ復号器のACS部において、各状態のブランチメトリックと過去のメトリックを加算する加算器と、加算器の出力を比較して最も尤度の大きいメトリックを選択する比較・選択器の間に、任意の状態のメトリックと各状態のメトリックの差を計算する減算器からなるメトリック正規化回路を設け、メトリックのオーバーフローを避け、回路規模を抑える方法が考えられている(例えば、特許文献1参照。)。
【0005】
【特許文献1】
特開平10−150371号公報(第3−10頁、第12図)
【0006】
【発明が解決しようとする課題】
特許文献1では、任意の状態のメトリックと各状態のメトリックを減算することでメトリックのオーバーフローを避けている。しかし任意の状態のメトリック値は他の状態のメトリック値に対しての相対関係(大小関係)が一定ではない。この相対関係の変動は減算後の正規化されたメトリック値の変動に繋がるため、入力信号によっては必要とされる演算桁数が大きくなることが起こりうる。
【0007】
本発明は上記の問題を解決するためになされたものであり、任意の状態のメトリック値ではなく、最尤判定部で出力される最小のメトリックの1/Nを減算することで正規化を行い、回路規模の縮小と高速動作を実現したビタビ復号器および情報再生装置を提供することを目的とする。
【0008】
【課題を解決するための手段】
本発明のビタビ復号器は、パーシャルレスポンス特性に応じて決まる理想振幅値と入力信号の2乗誤差であるブランチメトリックを計算するブランチメトリック計算部と、このブランチメトリック計算部で計算されたブランチメトリックと過去のメトリックとを加算する加算部と、この加算部の加算結果から状態遷移に基づいたパスの比較を行う比較部と、この比較部の比較結果および加算部の加算結果からメトリックの選択を行う選択部と、この選択部で選択されたメトリックを保持し、保持したメトリックを過去のメトリックとして加算部に供給するメトリックレジスタと、比較部の比較結果の履歴を保持するパスメモリ部と、メトリックレジスタで保持された過去のメトリックを比較して最小のメトリックを選択し、この選択された最小のメトリックに対応するパスメモリ部に保持されたパスメトリックの最小値を選択する最小値選択部と備えており、最小値選択部で選択された過去のパスメトリックの最小値を加算回路にフィードバックして加算器での正規化処理を行う。
【0009】
また、本発明の情報再生装置は、情報記録媒体から情報を読み出す読出し手段と、この読出し手段により読み出されたアナログ再生信号をデジタル再生信号に変換するアナログーデジタル変換器と、このアナログデジタル変換器で変換されたデジタル信号をパーシャルレスポンス特性に応じた波形に等化する波形等化器と、この波形等化器で等化された再生信号とパーシャルレスポンス特性に応じて決まる理想振幅値の2乗誤差であるブランチメトリックを計算するブランチメトリック計算部と、このブランチメトリック計算部で計算されたブランチメトリックと過去のメトリックとを加算する加算部と、この加算部の加算結果から状態遷移に基づいたパスの比較を行う比較部と、この比較部の比較結果および加算部の加算結果からメトリックの選択を行う選択部と、この選択部で選択されたメトリックを保持し、保持したメトリックを過去のメトリックとして加算部に供給するメトリックレジスタと、比較部の比較結果の履歴を保持するパスメモリ部と、メトリックレジスタで保持された過去のメトリックを比較して最小のメトリックを選択し、この選択された最小のメトリックに対応するパスメモリ部に保持されたパスメトリックの最小値を選択し、選択されたパスメトリックの最小値を加算回路にフィードバックする最小値選択部とを備えている。
【0010】
さらに、本発明のビタビ復号器および情報再生装置の加算部はブランチメトリック計算部が計算したブランチメトリックとメトリックレジスタから供給される過去のメトリックの加算結果に、最小値選択部から供給される過去のパスメトリックの最小値の1/Nを減じる手段を備えている。
【0011】
【発明の実施の形態】
以下、図面を参照して、本発明の一実施形態を説明する。
図1は本実施形態に係る光ディスク装置の信号処理部の構成を示すブロック図である。
光ディスク装置の信号処理部は光ピックアップヘッド(以下、PUHと称する)3、プリアンプ5、アナログ−デジタル変換器(以下、AD変換器と称する)7、PLL回路9、オフセット/ゲイン調整器11、波形等化器13、ビタビ復号器15から構成される。
【0012】
次に、この光ディスク装置の信号処理部の動作を説明する。
光ディスク媒体1にマーク、スペースとして記録された情報はPUH3を介して微弱なアナログ信号として読み出される。PUH3で読み出された微弱なアナログ信号はプリアンプ5で十分な大きさに増幅される。プリアンプ5で増幅されたアナログ再生信号はAD変換器7でデジタル再生信号に変換される。PLL回路9はアナログ再生信号を入力とし、アナログ再生信号の位相に同期した基準クロック生成する。AD変換器7によるアナログ再生信号のデジタル変換はPLL回路9の基準クロックのタイミングにより行われる。
【0013】
AD変換器7から出力されるデジタル再生信号はオフセット/ゲイン調整器11でオフセット調整およびゲイン調整されて波形等化器13に供給される。波形等化器13に供給されたデジタル再生信号は波形等化器13により、使用されるPR(Partial Response)特性に応じた波形へと等化されビタビ復号器15へ送られる。ビタビ復号器15に送られたデジタル再生信号はビタビアルゴリズムに従って2値の識別データに復号される。識別データは図示しない後段回路へ送られ、必要に応じて復調および誤り訂正等の処理を施される。
【0014】
ここで、波形等化器13について説明する。
図2は波形等化器13の構成を示す図である。
PRML(PartialResponse and Maximum Likelihood)信号処理では等化器13としてFIR(Finite Impulse Response)フィルタが用いられる。FIRフィルタは予め定められたフィルタ係数によりデジタル再生信号を波形等化しビタビ復号器18に供給する。図2はタップ数が5の場合のFIRフィルタの構成例である。
【0015】
図2において、デジタル再生信号は4個の遅延素子21に順次供給され、等化器13に供給されたデジタル再生信号および各遅延素子21の出力にそれぞれ乗算器23でフィルタ係数を乗算し、各乗算器23の乗算結果を加算器25で加算することで所望の特性に等化する。
【0016】
次に、ビタビアルゴリズムについて説明する。
図3はPR(1,1)の場合の状態遷移図と各状態における理想振幅値を説明するための図である。
ビタビ復号は所定のPR特性に応じた状態遷移を再帰的に求めていくことで復号を行う。図3はPR(1,1)の場合であるため、PR等化された信号は1ビット前の時点の符号の影響を受ける。例えば前の符号(ビット)が0、現在の符号(ビット)が0であるときの信号の理想振幅値は0、前の符号(ビット)が0、現在の符号(ビット)が1であるときの信号の理想振幅値は1、前の符号(ビット)が1、現在の符号(ビット)が0であるときの信号の理想振幅値は1、前の符号(ビット)が1、現在の符号(ビット)が1であるときの信号の理想振幅値は2として考える。このときの符号の推移と状態を表しているのが状態遷移図である。PR(1,1)の場合状態数は4となる。
【0017】
次に、再生信号と復号データの例を説明する。
図4は再生信号と復号データの例を説明するための図である。
ビタビ復号はある時刻(t)における信号振幅(Yt)と理想レベルの2乗誤差を計算(ブランチメトリック計算)し、その2乗誤差を積算(パスメトリック計算)し、状態遷移に基づいて最も確からしい符号系列を選択する(パスメモリ及び最小値選択)。以下にPR(1,1)の場合のブランチメトリック(BM)値、パスメトリック(PM)値の定義式を示す。
【0018】
BM(t,0)=(Yt−0)
BM(t,1)=(Yt−1)
BM(t,2)=(Yt−2)
PM(t,0)=min{PM(t−1,0)+BM(t,0),PM(t−1,1)+BM(t,1)}
PM(t,1)=min{PM(t−1,0)+BM(t,1),PM(t−1,1)+BM(t,2)}
次に、ビタビ復号器15について説明する。
図5はビタビ復号器15の構成を示すブロック図である。
ビタビ復号器15はブランチメトリック計算部(以下、BM計算部と称する)51、加算部53、メトリックレジスタ55、最尤判定部である最小値選択部57、比較部59、選択部61、パスメモリ部63から構成される。
【0019】
次に、このビタビ復号器15の動作を説明する。
波形等化器13によって所望のPR特性に等化された再生信号はBM計算部51に入力される。BM計算部51ではPR特性に応じて決まる複数の理想振幅値と入力信号の2乗誤差を計算する。計算されたそれぞれの2乗誤差はブランチメトリック値(以下、BM値と称する)として加算部53に入力される。
【0020】
加算部53にはメトリックレジスタ55から過去のメトリック(以下、Pメトリックと称する)が入力される。また、加算部53には最小値選択部57からPメトリックの最小値が入力される。加算部53ではBM値とPメトリックの加算及びPメトリックの最小値を用いたオーバーフロー防止のための正規化処理が成された後、現在のメトリック値が比較部59及び選択部61に入力される。比較部59では状態遷移に基づいたパスの比較を行い、比較結果をパスメモリ部63及び選択部61に供給する。選択部61では比較部59からの出力を用いてメトリック値の選択を行う。選択部61において選択されたメトリック値はメトリックレジスタ55を介してPメトリックとして加算部53へ出力されると共にメトリックレジスタ55を介して最小値選択部57に供給される。
【0021】
パスメモリ部63では、比較結果を予め用意されたパスメモリ段数分過去にさかのぼり保持及び更新する。パスメモリ部63からは最終段のメモリ値が最小値選択部57へ供給される。最小値選択部57では選択部61からメトリックレジスタ55を介して供給されたメトリック値を比較して最小のメトリック値を選択し、また最小のメトリック値に対応するパスメモリ部63からの出力を選択する。この出力が復号結果となる。
【0022】
次に、図5の加算部53におけるメトリックオーバーフロー防止のための正規化処理について説明する。
図6は加算部53の回路構成を説明するための図である。
図6はラン長が1以上に制限された6状態のビタビ復号を行う場合の加算部53の回路構成である。ラン長が1以上に制限とは、同符号のビットが最小で2以上連続しているものであり、例えば010、101等の同符号が全く連続しないコードがないものである。また、6状態とはPR特性がPR(A,B,B,A)でラン長制限が1の場合の例である。
【0023】
BM計算部51において算出された各ブランチにおけるBM値はBM0〜BM9として加算部53に入力される。図6において、加算器53の端子61にBM0が、端子62にBM1が、端子63にBM2が、端子64にBM3が、端子65にBM4が、端子66にBM5が、端子67にBM6が、端子68にBM7が、端子69のBM8が、端子72にBM9が入力される。
【0024】
加算部53に入力されたBM値BM0〜BM9は、メトリックレジスタ55から供給されるPメトリックと加算されるが、その前段でメトリック正規化のための処理が成される。
【0025】
すなわち、加算部53の端子70にメトリックレジスタ55から供給されるPメトリックが供給され、デマルチプレクサ81でM0〜M7に分けられる。また、加算器53の端子71に最小値選択部57から出力されたPメトリックの最小値が入力される。端子71に供給されたPメトリックの最小値は遅延素子83を介して1/Nゲイン器85に供給される。Pメトリックの最小値は1/Nゲイン器85で1/N倍され、10個の加減算器91〜100にそれぞれ供給される。
【0026】
また、10個の加減算器91〜100にはそれぞれ定数が供給されると共に、加減算器91には端子61からのBM値BM0が、加減算器92には端子62からのBM値BM1が、加減算器93には端子63からのBM値BM2が、加減算器94には端子64からのBM値BM3が、加減算器95には端子65からのBM値BM4が、加減算器96には端子66からのBM値BM5が、加減算器97には端子67からのBM値BM6が、加減算器98には端子68からのBM値BM7が、加減算器99には端子69からのBM値BM8が、加減算器100には端子72からのBM値BM9が供給される。
【0027】
加減算器91では供給されたBM0に定数を加算すると共に1/Nゲイン器85からの出力が減算される。同様に、加減算器92ではBM1に定数が加算されると共に1/Nゲイン器85の出力が減算、加減算器93ではBM2に定数が加算されると共に1/Nゲイン器85の出力が減算、加減算器94ではBM3に定数が加算されると共に1/Nゲイン器85の出力が減算、加減算器95ではBM4に定数が加算されると共に1/Nゲイン器85の出力が減算、加減算器96ではBM5に定数が加算されると共に1/Nゲイン器85の出力が減算、加減算器97ではBM6に定数が加算されると共に1/Nゲイン器85の出力が減算、加減算器98ではBM7に定数が加算されると共に1/Nゲイン器85の出力が減算、加減算器99ではBM8に定数が加算されると共に1/Nゲイン器85の出力が減算、加減算器100ではBM9に定数が加算されると共に1/Nゲイン器85の出力が減算される。
【0028】
加減算器91の出力は遅延素子101を介して加算器111に供給される。同様に、加減算器92の出力は遅延素子102を介して加算器112に、加減算器93の出力は遅延素子103を介して加算器113に、加減算器94の出力は遅延素子104を介して加算器114に、加減算器95の出力は遅延素子105を介して加算器115に、加減算器96の出力は遅延素子106を介して加算器116に、加減算器97の出力は遅延素子107を介して加算器117に、加減算器98の出力は遅延素子108を介して加算器118に、加減算器99の出力は遅延素子109を介して加算器119に、加減算器100の出力は遅延素子110を介して加算器120に供給される。
【0029】
加算器111には遅延素子101からの出力が供給されると共にデマルチプレクサ81から端子70を介してメトリックレジスタ55から供給されるPメトリックのM0が供給され、遅延素子101の出力とM0との加算が行われる。同様に、加算器112には遅延素子106の出力とM7が供給されて加算処理が、加算器113には遅延素子102の出力とM0が供給されて加算処理が、加算器114には遅延素子107の出力とM4が供給されて加算処理が、加算器115には遅延素子103の出力とM1が供給されて加算処理が、加算器116には遅延素子108の出力とM6が供給されて加算処理が、加算器117には遅延素子104の出力とM3が供給されて加算処理が、加算器118には遅延素子109の出力とM7が供給されて加算処理が、加算器119には遅延素子105の出力とM3が供給されて加算処理が、加算器120には遅延素子110の出力とM7が供給されて加算処理が行われる。各加算器111〜120の加算結果はマルチプレクサ87に供給されて加算器53から比較器59、選択部61に出力される。
【0030】
以上のように、各BM値BM0〜BM9にそれぞれ最小値選択部57から出力されたPメトリックの最小値を1/Nしたものを減算し、かつ所定の定数Cを加算して、正規化処理をすることによって、マルチプレクサ87から出力される値の上限値および下限値が制限され、Pメトリックを加算した出力値のオーバーフローを避けることができる。
【0031】
なお、Nについては加算する定数値によって依存するが、加算器53を簡易な構成するには1/2もしくは1/4等ビットシフトで代用するのが望ましい。
【0032】
【発明の効果】
本発明によれば、ビタビ復号器の加算部においてパスメトリックの最小値を用いることで、簡易な構成でメトリックオーバーフローを防止することができる。
【図面の簡単な説明】
【図1】本実施形態に係る光ディスク装置の信号処理部の構成を示すブロック図。
【図2】等化器の構成を示す図。
【図3】PR(1,1)の場合の状態遷移図と各状態における理想振幅値を説明するための図。
【図4】再生信号と復号データの例を説明するための図。
【図5】ビタビ復号器15の構成を示すブロック図。
【図6】加算部53の回路構成を説明するための図。
【符号の説明】
1 光ディスク
3 光ピックアップヘッド
5 プリアンプ
7 アナログ−デジタル変換器
9 PLL回路
11 オフセット/ゲイン調整器
13 波形等化器
15 ビタビ復号器
51 ブランチメトリック計算部
53 加算部
55 メトリックレジスタ
57 最小値選択部
59 比較部
61 選択部
63 パスメモリ部
85 1/Nゲイン器
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an information reproducing apparatus, and more particularly to a Viterbi decoder and an information reproducing apparatus used for PRML (Partial Response and Maximum Likelihood) signal processing and the like.
[0002]
[Prior art]
2. Description of the Related Art In recent years, an equalization / decoding method called PRML signal processing has been generally used in information recording / reproducing apparatuses such as hard disks and optical disks. In the PRML signal processing, the equalizer performs waveform equalization so as to have a known correlation called PR (Partial Response) characteristic, and performs decoding using the PR characteristic of the waveform-equalized reproduction signal in a decoder. . For example, in the case of the PR (1,2,2,1) characteristic, an input code such as 000122110 is output for an input sequence of 00100000, 000134310 is output for 000110000, and 000135531 is output for 00011100000. And its output is expressed by convolution of the PR characteristic. The decoder decodes the PR-equalized reproduced signal by recursively calculating the metric of the state transition. A typical decoding method is the Viterbi decoding method. The Viterbi decoding method is a method of decoding a convolutional code, and a decoder based on this method is called a Viterbi decoder. The Viterbi decoder generally includes an addition / comparison / selection unit (hereinafter, referred to as an ACS unit) for adding / comparing and selecting metrics of a plurality of paths, a path memory unit for holding / updating the selected path, and a path surviving the selected path. And a maximum likelihood determination unit that selects the most likely one from
[0003]
When this Viterbi decoder is implemented by a circuit, there is a problem that the circuit scale is increased due to the complexity of the algorithm. Since a critical path exists in the ACS section of the Viterbi decoder, it is desirable to reduce the scale as much as possible in order to realize high-speed operation of the circuit. Furthermore, since the ACS unit adds, compares, and selects the past metric and the current metric each time, some means is required to avoid overflow before and after the addition.
[0004]
As a solution to this problem, in the ACS unit of the Viterbi decoder, an adder that adds the branch metric of each state and the past metric is compared with an adder that compares the output of the adder and selects a metric with the highest likelihood. A method has been considered in which a metric normalization circuit including a subtractor for calculating a difference between a metric of an arbitrary state and a metric of each state is provided between the selectors to avoid overflow of the metric and reduce the circuit scale (for example, And Patent Document 1.).
[0005]
[Patent Document 1]
JP-A-10-150371 (page 3-10, FIG. 12)
[0006]
[Problems to be solved by the invention]
In Patent Document 1, a metric overflow is avoided by subtracting a metric of an arbitrary state and a metric of each state. However, a metric value in an arbitrary state does not have a constant relative relationship (magnitude relation) to a metric value in another state. Since the fluctuation of the relative relationship leads to the fluctuation of the normalized metric value after the subtraction, the required number of calculation digits may increase depending on the input signal.
[0007]
The present invention has been made to solve the above-described problem, and performs normalization by subtracting 1 / N of the minimum metric output by the maximum likelihood determination unit instead of the metric value in an arbitrary state. It is another object of the present invention to provide a Viterbi decoder and an information reproducing apparatus which realize a reduced circuit scale and a high-speed operation.
[0008]
[Means for Solving the Problems]
A Viterbi decoder according to the present invention includes a branch metric calculator that calculates a branch metric that is a square error between an ideal amplitude value determined according to a partial response characteristic and an input signal, and a branch metric calculated by the branch metric calculator. An adder for adding a past metric; a comparator for comparing paths based on state transition from the addition result of the adder; and a metric selection from the comparison result of the comparator and the addition result of the adder. A selection unit, a metric register for holding the metric selected by the selection unit, and supplying the held metric as a past metric to the addition unit, a path memory unit for holding a history of comparison results of the comparison unit, and a metric register Compare the past metrics held in and select the smallest metric, And a minimum value selection unit that selects the minimum value of the path metric stored in the path memory unit corresponding to the metric of the metric. The minimum value of the past path metric selected by the minimum value selection unit is fed back to the addition circuit. To perform normalization processing in the adder.
[0009]
Also, the information reproducing apparatus of the present invention comprises: a reading means for reading information from an information recording medium; an analog-digital converter for converting an analog reproduced signal read by the reading means into a digital reproduced signal; Equalizer that equalizes the digital signal converted by the equalizer into a waveform corresponding to the partial response characteristic, and a reproduction signal equalized by the waveform equalizer and an ideal amplitude value determined according to the partial response characteristic. A branch metric calculation unit that calculates a branch metric that is a multiplicative error, an addition unit that adds the branch metric calculated by the branch metric calculation unit and a past metric, and a state transition based on a result of addition by the addition unit. The comparison unit that compares the paths, and the metrics from the comparison result of this comparison unit and the addition result of the addition unit A metric register that holds the metric selected by the selection unit, and supplies the held metric to the adding unit as a past metric; and a path memory unit that holds the history of the comparison result of the comparison unit. And the past metric stored in the metric register is compared to select the minimum metric, and the minimum value of the path metric stored in the path memory unit corresponding to the selected minimum metric is selected. A minimum value selector that feeds back the minimum value of the path metric to the addition circuit.
[0010]
Further, the adder of the Viterbi decoder and the information reproducing apparatus of the present invention adds the past metric supplied from the minimum value selector to the result of addition of the branch metric calculated by the branch metric calculator and the past metric supplied from the metric register. Means for reducing 1 / N of the minimum value of the path metric is provided.
[0011]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram illustrating a configuration of a signal processing unit of the optical disc device according to the present embodiment.
The signal processing unit of the optical disk device includes an optical pickup head (hereinafter, referred to as PUH) 3, a preamplifier 5, an analog-digital converter (hereinafter, referred to as an AD converter) 7, a PLL circuit 9, an offset / gain adjuster 11, a waveform. It comprises an equalizer 13 and a Viterbi decoder 15.
[0012]
Next, the operation of the signal processing unit of the optical disk device will be described.
Information recorded as marks and spaces on the optical disc medium 1 is read out as weak analog signals via the PUH 3. The weak analog signal read by the PUH 3 is amplified by the preamplifier 5 to a sufficient size. The analog reproduction signal amplified by the preamplifier 5 is converted into a digital reproduction signal by the AD converter 7. The PLL circuit 9 receives the analog reproduction signal and generates a reference clock synchronized with the phase of the analog reproduction signal. The digital conversion of the analog reproduction signal by the AD converter 7 is performed at the timing of the reference clock of the PLL circuit 9.
[0013]
The digital reproduction signal output from the AD converter 7 is subjected to offset adjustment and gain adjustment by an offset / gain adjuster 11 and supplied to a waveform equalizer 13. The digital reproduction signal supplied to the waveform equalizer 13 is equalized by the waveform equalizer 13 into a waveform corresponding to a PR (Partial Response) characteristic to be used, and is sent to the Viterbi decoder 15. The digital reproduction signal sent to the Viterbi decoder 15 is decoded into binary identification data according to the Viterbi algorithm. The identification data is sent to a subsequent circuit (not shown), and is subjected to processing such as demodulation and error correction as needed.
[0014]
Here, the waveform equalizer 13 will be described.
FIG. 2 is a diagram showing a configuration of the waveform equalizer 13.
In PRML (Partial Response and Maximum Likelihood) signal processing, an FIR (Finite Impulse Response) filter is used as the equalizer 13. The FIR filter equalizes the waveform of the digital reproduction signal using a predetermined filter coefficient and supplies the digital reproduction signal to the Viterbi decoder 18. FIG. 2 shows a configuration example of the FIR filter when the number of taps is five.
[0015]
In FIG. 2, the digital reproduction signal is sequentially supplied to four delay elements 21, and the digital reproduction signal supplied to the equalizer 13 and the output of each delay element 21 are respectively multiplied by a filter coefficient by a multiplier 23. Addition of the multiplication result of the multiplier 23 by the adder 25 equalizes the characteristic to a desired characteristic.
[0016]
Next, the Viterbi algorithm will be described.
FIG. 3 is a state transition diagram for PR (1, 1) and a diagram for explaining an ideal amplitude value in each state.
Viterbi decoding performs decoding by recursively obtaining a state transition corresponding to a predetermined PR characteristic. Since FIG. 3 shows the case of PR (1, 1), the PR-equalized signal is affected by the code one bit before. For example, when the previous code (bit) is 0 and the current code (bit) is 0, the ideal amplitude value of the signal is 0, the previous code (bit) is 0, and the current code (bit) is 1. Is 1, the previous code (bit) is 1, the current code (bit) is 0, the ideal amplitude value of the signal is 1, the previous code (bit) is 1, and the current code is 1. It is assumed that the ideal amplitude value of the signal when (bit) is 1 is 2. The transition of the code and the state at this time are shown in the state transition diagram. In the case of PR (1, 1), the number of states is four.
[0017]
Next, an example of a reproduced signal and decoded data will be described.
FIG. 4 is a diagram for explaining an example of a reproduced signal and decoded data.
The Viterbi decoding calculates a square error between a signal amplitude (Yt) and an ideal level at a certain time (t) (branch metric calculation), integrates the square error (path metric calculation), and determines the most reliable based on the state transition. A suitable code sequence is selected (path memory and minimum value selection). The definition formula of the branch metric (BM) value and the path metric (PM) value in the case of PR (1, 1) is shown below.
[0018]
BM (t, 0) = (Yt-0) 2
BM (t, 1) = (Yt-1) 2
BM (t, 2) = (Yt-2) 2
PM (t, 0) = min {PM (t-1,0) + BM (t, 0), PM (t-1,1) + BM (t, 1)}
PM (t, 1) = min {PM (t-1,0) + BM (t, 1), PM (t-1,1) + BM (t, 2)}
Next, the Viterbi decoder 15 will be described.
FIG. 5 is a block diagram showing the configuration of the Viterbi decoder 15.
The Viterbi decoder 15 includes a branch metric calculation unit (hereinafter referred to as a BM calculation unit) 51, an addition unit 53, a metric register 55, a minimum value selection unit 57 serving as a maximum likelihood determination unit, a comparison unit 59, a selection unit 61, a path memory. It is composed of a unit 63.
[0019]
Next, the operation of the Viterbi decoder 15 will be described.
The reproduced signal equalized to a desired PR characteristic by the waveform equalizer 13 is input to the BM calculator 51. The BM calculator 51 calculates a square error between a plurality of ideal amplitude values determined according to the PR characteristics and the input signal. Each calculated square error is input to the adding unit 53 as a branch metric value (hereinafter, referred to as a BM value).
[0020]
A past metric (hereinafter, referred to as a P metric) is input from the metric register 55 to the addition unit 53. Further, the minimum value of the P metric is input to the addition unit 53 from the minimum value selection unit 57. The adder 53 performs the addition of the BM value and the P metric and normalization processing for preventing overflow using the minimum value of the P metric, and then inputs the current metric value to the comparator 59 and the selector 61. . The comparing unit 59 compares the paths based on the state transition, and supplies the comparison result to the path memory unit 63 and the selecting unit 61. The selection unit 61 selects a metric value using the output from the comparison unit 59. The metric value selected by the selector 61 is output as a P metric to the adder 53 via the metric register 55 and is also supplied to the minimum value selector 57 via the metric register 55.
[0021]
The path memory unit 63 holds and updates the comparison result as far back as the number of path memory stages prepared in advance. The last stage memory value is supplied from the path memory unit 63 to the minimum value selection unit 57. The minimum value selector 57 selects the minimum metric value by comparing the metric values supplied from the selector 61 via the metric register 55, and selects the output from the path memory unit 63 corresponding to the minimum metric value. I do. This output is the decoding result.
[0022]
Next, a normalization process for preventing metric overflow in the addition unit 53 of FIG. 5 will be described.
FIG. 6 is a diagram for explaining a circuit configuration of the adding unit 53.
FIG. 6 shows a circuit configuration of the adder 53 when performing six-state Viterbi decoding in which the run length is limited to one or more. The run length is limited to one or more when the same code bit is continuous at least two or more times. For example, there is no code such as 010 or 101 where the same code is not continuous at all. The 6 states are examples in which the PR characteristic is PR (A, B, B, A) and the run length limit is 1.
[0023]
The BM value in each branch calculated by the BM calculation unit 51 is input to the addition unit 53 as BM0 to BM9. In FIG. 6, BM0 is provided at a terminal 61 of the adder 53, BM1 is provided at a terminal 62, BM2 is provided at a terminal 63, BM3 is provided at a terminal 64, BM4 is provided at a terminal 65, BM5 is provided at a terminal 66, and BM6 is provided at a terminal 67. BM7 is input to the terminal 68, BM8 of the terminal 69 is input to the terminal 72, and BM9 is input to the terminal 72.
[0024]
The BM values BM0 to BM9 input to the adder 53 are added to the P metric supplied from the metric register 55, and a process for metric normalization is performed in a preceding stage.
[0025]
That is, the P metric supplied from the metric register 55 is supplied to the terminal 70 of the adder 53 and is divided by the demultiplexer 81 into M0 to M7. The minimum value of the P metric output from the minimum value selection unit 57 is input to the terminal 71 of the adder 53. The minimum value of the P metric supplied to the terminal 71 is supplied to the 1 / N gain unit 85 via the delay element 83. The minimum value of the P metric is multiplied by 1 / N in a 1 / N gain unit 85 and supplied to ten adder / subtractors 91 to 100, respectively.
[0026]
A constant is supplied to each of the ten adder / subtractors 91 to 100, the adder / subtractor 91 receives the BM value BM0 from the terminal 61, the adder / subtractor 92 receives the BM value BM1 from the terminal 62, and the adder / subtractor. 93, the BM value BM2 from the terminal 63, the adder / subtractor 94, the BM value BM3 from the terminal 64, the adder / subtractor 95, the BM value BM4 from the terminal 65, and the adder / subtractor 96, the BM value from the terminal 66. The value BM5, the adder / subtractor 97 receives the BM value BM6 from the terminal 67, the adder / subtractor 98 receives the BM value BM7 from the terminal 68, the adder / subtractor 99 receives the BM value BM8 from the terminal 69, and the adder / subtractor 100. Is supplied with the BM value BM9 from the terminal 72.
[0027]
The adder / subtractor 91 adds a constant to the supplied BM0 and subtracts the output from the 1 / N gain unit 85. Similarly, in the adder / subtractor 92, a constant is added to BM1 and the output of the 1 / N gain unit 85 is subtracted, and in the adder / subtractor 93, a constant is added to BM2 and the output of the 1 / N gain unit 85 is subtracted and added / subtracted. The adder 94 adds a constant to BM3 and subtracts the output of the 1 / N gain unit 85. The adder / subtractor 95 adds a constant to BM4 and subtracts the output of the 1 / N gain unit 85. The adder / subtractor 96 adds BM5. , And the output of the 1 / N gain unit 85 is subtracted. The adder / subtractor 97 adds the constant to the BM6, the output of the 1 / N gain unit 85 is subtracted, and the adder / subtractor 98 adds the constant to the BM7. At the same time, the output of the 1 / N gain unit 85 is subtracted, a constant is added to the BM 8 in the adder / subtractor 99, the output of the 1 / N gain unit 85 is subtracted, and a constant is added to the BM 9 in the adder / subtractor 100. The output of the 1 / N gain device 85 is subtracted with the.
[0028]
The output of the adder / subtractor 91 is supplied to the adder 111 via the delay element 101. Similarly, the output of the adder / subtractor 92 is added to the adder 112 via the delay element 102, the output of the adder / subtractor 93 is added to the adder 113 via the delay element 103, and the output of the adder / subtractor 94 is added via the delay element 104. The output of the adder / subtractor 95 is supplied to the adder 115 via the delay element 105, the output of the adder / subtractor 96 is supplied to the adder 116 via the delay element 106, and the output of the adder / subtractor 97 is supplied via the delay element 107. The output of the adder 117, the output of the adder / subtractor 98 is supplied to the adder 118 via the delay element 108, the output of the adder / subtractor 99 is supplied to the adder 119 via the delay element 109, and the output of the adder / subtractor 100 is supplied via the delay element 110. And supplied to the adder 120.
[0029]
The output from the delay element 101 is supplied to the adder 111, and the P metric M0 supplied from the metric register 55 is supplied from the demultiplexer 81 via the terminal 70 to the adder 111, and the adder 111 adds the output of the delay element 101 and M0. Is performed. Similarly, the output of the delay element 106 and M7 are supplied to the adder 112 for addition processing, the output of the delay element 102 and M0 are supplied to the adder 113, and the addition processing is performed. The output of the delay element 103 and the output of M6 are supplied to the adder 116 for addition processing. The output of the delay element 103 and the output of M6 are supplied to the adder 116 for addition processing. The output of the delay element 104 and M3 are supplied to the adder 117 for addition processing, the output of the delay element 109 and M7 are supplied to the adder 118 for addition processing, and the adder 119 is supplied with the delay element. The output of 105 and M3 are supplied to perform an addition process, and the adder 120 is supplied with the output of the delay element 110 and M7 to perform an addition process. The addition result of each of the adders 111 to 120 is supplied to the multiplexer 87 and output from the adder 53 to the comparator 59 and the selection unit 61.
[0030]
As described above, the BM values BM0 to BM9 are each subtracted by 1 / N of the minimum value of the P metric output from the minimum value selection unit 57, and a predetermined constant C is added to perform the normalization processing. By doing so, the upper limit value and the lower limit value of the value output from the multiplexer 87 are limited, and it is possible to avoid overflow of the output value obtained by adding the P metric.
[0031]
Note that N depends on the constant value to be added, but it is desirable to substitute 1/2 or 1/4 bit shift for a simple configuration of the adder 53.
[0032]
【The invention's effect】
According to the present invention, the metric overflow can be prevented with a simple configuration by using the minimum value of the path metric in the adding unit of the Viterbi decoder.
[Brief description of the drawings]
FIG. 1 is an exemplary block diagram illustrating a configuration of a signal processing unit of an optical disc device according to an embodiment.
FIG. 2 is a diagram showing a configuration of an equalizer.
FIG. 3 is a state transition diagram in the case of PR (1, 1) and a diagram for explaining an ideal amplitude value in each state.
FIG. 4 is a diagram illustrating an example of a reproduced signal and decoded data.
FIG. 5 is a block diagram showing a configuration of a Viterbi decoder 15;
FIG. 6 is a diagram illustrating a circuit configuration of an adding unit 53.
[Explanation of symbols]
REFERENCE SIGNS LIST 1 optical disk 3 optical pickup head 5 preamplifier 7 analog-to-digital converter 9 PLL circuit 11 offset / gain adjuster 13 waveform equalizer 15 Viterbi decoder 51 branch metric calculator 53 adder 55 metric register 57 minimum value selector 59 comparison Unit 61 selection unit 63 path memory unit 85 1 / N gain unit

Claims (8)

パーシャルレスポンス特性に応じて決まる理想振幅値と入力信号の2乗誤差であるブランチメトリックを計算するブランチメトリック計算部と、
このブランチメトリック計算部で計算されたブランチメトリックと過去のメトリックとを加算する加算部と、
この加算部の加算結果から状態遷移に基づいたパスの比較を行う比較部と、
この比較部の比較結果および前記加算部の加算結果からメトリックの選択を行う選択部と、
この選択部で選択されたメトリックを保持し、保持したメトリックを過去のメトリックとして前記加算部に供給するメトリックレジスタと、
前記比較部の比較結果の履歴を保持するパスメモリ部と、
前記メトリックレジスタで保持された過去のメトリックを比較して最小のメトリックを選択し、この選択された最小のメトリックに対応する前記パスメモリ部に保持されたパスメトリックの最小値を選択し、この選択された過去のパスメトリックの最小値を前記加算回路にフィードバックする最小値選択部と
を具備したことを特徴とするビタビ復号器。
A branch metric calculation unit that calculates a branch metric that is a square error between an ideal amplitude value determined according to the partial response characteristic and an input signal;
An adder that adds the branch metric calculated by the branch metric calculator and the past metric;
A comparing unit that compares paths based on the state transition from the addition result of the adding unit;
A selection unit for selecting a metric from the comparison result of the comparison unit and the addition result of the addition unit;
A metric register that holds the metric selected by the selection unit and supplies the held metric as the past metric to the addition unit;
A path memory unit that holds a history of comparison results of the comparison unit,
The smallest metric is selected by comparing the past metrics held in the metric register, and the minimum value of the path metric held in the path memory unit corresponding to the selected minimum metric is selected. A minimum value selector for feeding back the minimum value of the past path metric to the addition circuit.
前記加算部は、前記ブランチメトリック計算部が計算したブランチメトリックと前記メトリックレジスタから供給される過去のメトリックの加算結果に、前記最小値選択部から供給される過去のパスメトリックの最小値の1/Nを減じる手段を具備したことを特徴とする請求項1記載のビタビ復号器。The adding unit may add, to the result of adding the branch metric calculated by the branch metric calculating unit and the past metric supplied from the metric register, 1/1 / min of the minimum value of the past path metric supplied from the minimum value selecting unit. 2. The Viterbi decoder according to claim 1, further comprising means for reducing N. 前記加算部は、前記ブランチメトリック計算部が計算したブランチメトリックと前記メトリックレジスタから供給される過去のメトリックの加算結果に、前記最小値選択部から供給される過去のパスメトリックの最小値の1/Nを減じ、さらに所定定数を加算する手段を具備したことを特徴とする請求項1記載のビタビ復号器。The adding unit may add, to the result of adding the branch metric calculated by the branch metric calculating unit and the past metric supplied from the metric register, 1/1 / min of the minimum value of the past path metric supplied from the minimum value selecting unit. 2. The Viterbi decoder according to claim 1, further comprising means for subtracting N and adding a predetermined constant. 前記加算部は、前記ブランチメトリック計算部が計算したブランチメトリックと前記メトリックレジスタから供給される過去のメトリックの加算結果に、前記最小値選択部から供給される過去のパスメトリックの最小値の1/2を減じる手段を具備したことを特徴とする請求項1記載のビタビ復号器。The adding unit may add, to the result of adding the branch metric calculated by the branch metric calculating unit and the past metric supplied from the metric register, 1/1 / min of the minimum value of the past path metric supplied from the minimum value selecting unit. 2. The Viterbi decoder according to claim 1, further comprising means for subtracting 2. 前記加算部は、前記ブランチメトリック計算部が計算したブランチメトリックと前記メトリックレジスタから供給される過去のメトリックの加算結果に、前記最小値選択部から供給される過去のパスメトリックの最小値の1/4を減じる手段を具備したことを特徴とする請求項1記載のビタビ復号器。The adding unit may add, to the result of adding the branch metric calculated by the branch metric calculating unit and the past metric supplied from the metric register, 1/1 / min of the minimum value of the past path metric supplied from the minimum value selecting unit. 2. The Viterbi decoder according to claim 1, further comprising means for reducing the number of bits. 情報記録媒体から情報を読み出す読出し手段と、
この読出し手段により読み出されたアナログ再生信号をデジタル再生信号に変換するアナログーデジタル変換器と、
このアナログデジタル変換器で変換されたデジタル信号をパーシャルレスポンス特性に応じた波形に等化する波形等化器と、
この波形等化器で等化された再生信号とパーシャルレスポンス特性に応じて決まる理想振幅値の2乗誤差であるブランチメトリックを計算するブランチメトリック計算部と、
このブランチメトリック計算部で計算されたブランチメトリックと過去のメトリックとを加算する加算部と、
この加算部の加算結果から状態遷移に基づいたパスの比較を行う比較部と、
この比較部の比較結果および前記加算部の加算結果からメトリックの選択を行う選択部と、
この選択部で選択されたメトリックを保持し、保持したメトリックを過去のメトリックとして前記加算部に供給するメトリックレジスタと、
前記比較部の比較結果の履歴を保持するパスメモリ部と、
前記メトリックレジスタで保持された過去のメトリックを比較して最小のメトリックを選択し、この選択された最小のメトリックに対応する前記パスメモリ部に保持されたパスメトリックの最小値を選択し、選択されたパスメトリックの最小値を前記加算回路にフィードバックする最小値選択部と
を具備したことを特徴とする情報再生装置。
Reading means for reading information from the information recording medium;
An analog-to-digital converter for converting an analog reproduction signal read by the reading means into a digital reproduction signal;
A waveform equalizer that equalizes a digital signal converted by the analog-to-digital converter into a waveform corresponding to a partial response characteristic;
A branch metric calculation unit that calculates a branch metric that is a square error between the reproduced signal equalized by the waveform equalizer and an ideal amplitude value determined according to a partial response characteristic;
An adder that adds the branch metric calculated by the branch metric calculator and the past metric;
A comparing unit that compares paths based on the state transition from the addition result of the adding unit;
A selection unit for selecting a metric from the comparison result of the comparison unit and the addition result of the addition unit;
A metric register that holds the metric selected by the selection unit and supplies the held metric as the past metric to the addition unit;
A path memory unit that holds a history of comparison results of the comparison unit,
The smallest metric is selected by comparing the past metrics held in the metric register, and the minimum value of the path metric held in the path memory unit corresponding to the selected minimum metric is selected. An information reproducing apparatus comprising: a minimum value selector that feeds back the minimum value of the path metric to the addition circuit.
前記加算部は、前記ブランチメトリック計算部が計算したブランチメトリックと前記メトリックレジスタから供給される過去のメトリックの加算結果に、前記最小値選択部から供給される過去のパスメトリックの最小値の1/Nを減じる手段を具備したことを特徴とする請求項6記載の情報再生装置。The adding unit may add, to the result of adding the branch metric calculated by the branch metric calculating unit and the past metric supplied from the metric register, 1/1 / min of the minimum value of the past path metric supplied from the minimum value selecting unit. 7. The information reproducing apparatus according to claim 6, further comprising means for reducing N. 前記読出し手段は光ディスクから情報を読み出すことを特徴とする請求項6および7記載の情報再生装置。8. The information reproducing apparatus according to claim 6, wherein said reading means reads information from an optical disk.
JP2003052568A 2003-02-28 2003-02-28 Viterbi decoder and information reproducing device Pending JP2004265478A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003052568A JP2004265478A (en) 2003-02-28 2003-02-28 Viterbi decoder and information reproducing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003052568A JP2004265478A (en) 2003-02-28 2003-02-28 Viterbi decoder and information reproducing device

Publications (1)

Publication Number Publication Date
JP2004265478A true JP2004265478A (en) 2004-09-24

Family

ID=33117413

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003052568A Pending JP2004265478A (en) 2003-02-28 2003-02-28 Viterbi decoder and information reproducing device

Country Status (1)

Country Link
JP (1) JP2004265478A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101060340B (en) * 2007-04-04 2011-05-11 中兴通讯股份有限公司 A method for selecting the survivor path accumulated measurement bit width and preventing the overflow of this measurement

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101060340B (en) * 2007-04-04 2011-05-11 中兴通讯股份有限公司 A method for selecting the survivor path accumulated measurement bit width and preventing the overflow of this measurement

Similar Documents

Publication Publication Date Title
US20070104300A1 (en) Signal processing apparatus, signal processing method and storage system
US7864890B2 (en) Signal processing apparatus, signal processing method and storage system
JP2008112527A (en) Decoder and reproduction system
US20050195923A1 (en) Apparatus for recording and regenerating data
US20070104301A1 (en) Signal processing apparatus, signal processing method and storage system
US20070103806A1 (en) Signal processing apparatus, signal processing method and storage system
US7783950B2 (en) Data writing apparatus and a storage system
JP2004164767A (en) Decoding method of data and disk device using it
JP4008677B2 (en) Information recording / reproducing apparatus, signal decoding circuit, recording structure and method of information recording medium
US7889446B2 (en) Baseline correction apparatus
JP4010086B2 (en) Viterbi decoder
US7529324B2 (en) Decoder, decoding method, and disk playback device
JP3861409B2 (en) Digital signal reproduction device
JP3887593B2 (en) Offset correction apparatus and offset correction method
JP3521584B2 (en) Maximum likelihood decoder and information reproducing apparatus
US7130257B2 (en) Recording/reproducing apparatus having a substituting part substituting for burst errors and a method of substituting for burst errors
JP2004265478A (en) Viterbi decoder and information reproducing device
US6163517A (en) Signal detection method of data recording/reproducing apparatus and device therefor
JP2001344903A (en) Digital information reproducing device
JPH0715355A (en) Equalization and decoding system
JP2625831B2 (en) Decryption device
JP4009963B2 (en) Viterbi decoding method
JP4009965B2 (en) Viterbi decoding method
JP4009966B2 (en) Viterbi decoder
JP4009964B2 (en) Viterbi decoder

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050415

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050606

A621 Written request for application examination

Effective date: 20050810

Free format text: JAPANESE INTERMEDIATE CODE: A621

RD02 Notification of acceptance of power of attorney

Effective date: 20050810

Free format text: JAPANESE INTERMEDIATE CODE: A7422

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070807

A02 Decision of refusal

Effective date: 20071204

Free format text: JAPANESE INTERMEDIATE CODE: A02