JP2005346759A - Waveform equalizer, information reproduction device, communication device, waveform equalization program, computer readable recording medium on which waveform equalization program is recorded, and waveform equalization method - Google Patents

Waveform equalizer, information reproduction device, communication device, waveform equalization program, computer readable recording medium on which waveform equalization program is recorded, and waveform equalization method Download PDF

Info

Publication number
JP2005346759A
JP2005346759A JP2004161824A JP2004161824A JP2005346759A JP 2005346759 A JP2005346759 A JP 2005346759A JP 2004161824 A JP2004161824 A JP 2004161824A JP 2004161824 A JP2004161824 A JP 2004161824A JP 2005346759 A JP2005346759 A JP 2005346759A
Authority
JP
Japan
Prior art keywords
equalization
target value
path metric
metric difference
waveform
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.)
Withdrawn
Application number
JP2004161824A
Other languages
Japanese (ja)
Inventor
Tetsuya Okumura
哲也 奥村
Tetsuya Hayashi
林  哲也
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2004161824A priority Critical patent/JP2005346759A/en
Publication of JP2005346759A publication Critical patent/JP2005346759A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To realize a waveform equalizer which can stably reduce an error rate, while taking into account of the restrictions imposed on a tap coefficient value. <P>SOLUTION: The waveform equalizer 20a is provided with: an FIR filter 4 for generating a post-equalization signal string by performing the waveform equalization for an input signal string; a Viterbi decoding circuit 5 for detecting a path metric difference between a correct path and an incorrect path in a Viterbi decoding process for the post-equalization signal string; a target value register 9 for setting a target value of the path metric difference; and a tap coefficient updating circuit 10 for performing the adaptation based on the error of the detected path metric difference with respect to the target value. The target value register 9 sets the target value at a value smaller than the ideal path metric difference which is based on the ideal input signal string assumed by the Viterbi decoding. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、信号再生系において、再生信号を適応的に波形等化する波形等化装置、波形等化プログラム、波形等化プログラムを記録したコンピュータ読み取り可能な記録媒体、及び波形等化方法、並びに、上記波形等化装置を備えた情報再生装置及び通信装置に関するものである。   The present invention relates to a waveform equalization apparatus that adaptively equalizes a reproduced signal in a signal reproduction system, a waveform equalization program, a computer-readable recording medium that records the waveform equalization program, a waveform equalization method, and The present invention relates to an information reproducing apparatus and a communication apparatus provided with the waveform equalizer.

近年、情報記録媒体のより高い記録密度実現のためのデータ検出方式としてPRML(Partial Response Maximum Likelihood)方式が採用されている。PRMLにおいては、記録媒体から再生された再生信号波形を、PRクラスで想定する理想的な周波数特性に近づけるために波形等化を行う必要があるが、記録媒体ごとの特性のばらつきや、ディスクチルト、サーボオフセット等、再生系の特性変動に起因する再生特性変動が存在するため、再生特性変動に対して適応的に波形等化の等化特性を更新する適応等化技術が用いられる。   In recent years, a PRML (Partial Response Maximum Likelihood) method has been adopted as a data detection method for realizing a higher recording density of an information recording medium. In PRML, it is necessary to perform waveform equalization in order to bring the reproduced signal waveform reproduced from the recording medium closer to the ideal frequency characteristic assumed in the PR class. Since there are reproduction characteristic fluctuations due to reproduction system characteristic fluctuations, such as servo offsets, adaptive equalization techniques for updating the waveform equalization characteristics adaptively with respect to reproduction characteristic fluctuations are used.

先に本出願人は、PRMLにおいてエラーレートを良好に低減できる適応等化手法を出願している(特許文献1参照)。この手法では、ビタビ復号過程におけるパスメトリック差の、所定の目標値に対する平均二乗誤差を最小値に近づけるように等化係数が適応化される。   Previously, the applicant has applied for an adaptive equalization technique that can favorably reduce the error rate in PRML (see Patent Document 1). In this method, equalization coefficients are adapted so that a mean square error of a path metric difference in a Viterbi decoding process with respect to a predetermined target value approaches a minimum value.

図11を用いて、上記先行技術について簡単に説明する。図11は、上記先行技術の波形等化装置50の構成を示すブロック図である。この波形等化装置50は、FIR(Finite Impulse Response)フィルタ51、ビタビ復号回路52、特定パターン検出回路53、タップ係数更新回路54を備えて構成されている。なお、説明の簡略化のため、構成の一部を省略している。   The prior art will be briefly described with reference to FIG. FIG. 11 is a block diagram showing the configuration of the prior art waveform equalization apparatus 50. The waveform equalizer 50 includes an FIR (Finite Impulse Response) filter 51, a Viterbi decoding circuit 52, a specific pattern detection circuit 53, and a tap coefficient update circuit 54. For simplification of explanation, a part of the configuration is omitted.

FIRフィルタ51は入力された再生信号列に対して波形等化を行い、等化後信号列を出力する。等化後信号列はFIRフィルタ51のタップ係数と再生信号列との畳み込み演算により求められるものである。   The FIR filter 51 performs waveform equalization on the input reproduction signal sequence and outputs an equalized signal sequence. The equalized signal sequence is obtained by a convolution operation between the tap coefficient of the FIR filter 51 and the reproduction signal sequence.

ビタビ復号回路52は、想定するPR特性に基づいてFIRフィルタ51の出力する等化後信号列のビタビ復号を行い、復号ビット列を出力すると同時に、ビタビ復号過程において合流する2本のパスのパスメトリック差を計算し、出力する。このパスメトリック差はSAM(Sequenced Amplitude Margin)と呼ばれるものであり、例えば非特許文献1等によって周知である。   The Viterbi decoding circuit 52 performs Viterbi decoding of the equalized signal sequence output from the FIR filter 51 based on the assumed PR characteristic, and outputs a decoded bit sequence, and at the same time, the path metrics of the two paths joined in the Viterbi decoding process Calculate and output the difference. This path metric difference is called SAM (Sequenced Amplitude Margin), and is well known, for example, by Non-Patent Document 1.

特定パターン検出回路53は、ビタビ復号回路52により復号された復号ビット列が、予め定められた特定パターンと一致するか否かを判定し、一致した場合には一致信号をタップ係数更新回路54に伝える。   The specific pattern detection circuit 53 determines whether or not the decoded bit string decoded by the Viterbi decoding circuit 52 matches a predetermined specific pattern, and transmits a match signal to the tap coefficient update circuit 54 if they match. .

タップ係数更新回路54は、特定パターン検出回路53から一致信号が伝えられる毎に、入力された再生信号列、パスメトリック差、更新前タップ係数に対して所定の演算を行うことによって更新後タップ係数を求め、FIRフィルタ51のタップ係数を更新する。   Each time the coincidence signal is transmitted from the specific pattern detection circuit 53, the tap coefficient update circuit 54 performs a predetermined calculation on the input reproduction signal sequence, path metric difference, and pre-update tap coefficient, thereby updating the post-update tap coefficient. And the tap coefficient of the FIR filter 51 is updated.

上記におけるタップ係数の更新量は微小なものであるが、この更新動作が繰り返されることによってタップ係数は次第にある値に収束していく。この収束タップ係数により等化された等化後信号においては、パスメトリック差の、その理想値に対する平均二乗誤差が最小となっており、このとき、ビタビ復号ビットのエラーレートは最良となっている。   The update amount of the tap coefficient in the above is very small, but the tap coefficient gradually converges to a certain value by repeating this update operation. In the equalized signal equalized by the convergence tap coefficient, the mean square error of the path metric difference with respect to the ideal value is the smallest, and at this time, the error rate of the Viterbi decoded bit is the best. .

このように、上記先行技術の波形等化装置50においては、FIRフィルタ51のタップ係数をパスメトリック差の平均二乗誤差が最小となるように更新していくため、適応的にエラーレートを最小化することが可能となっている。
特開2004−63036号公報(公開日2004年2月26日) T.Perkins,"A Window Margin Like Procedure for Evaluating PRML Channel Performance"; IEEE Transactions on Magnetics, Vol.31, No2, 1995, p1109-1114
As described above, in the prior art waveform equalizer 50, the tap coefficient of the FIR filter 51 is updated so that the mean square error of the path metric difference is minimized, so that the error rate is adaptively minimized. It is possible to do.
JP 2004-63036 A (publication date February 26, 2004) T.Perkins, "A Window Margin Like Procedure for Evaluating PRML Channel Performance"; IEEE Transactions on Magnetics, Vol.31, No2, 1995, p1109-1114

上記構成では、FIRフィルタ51のタップ係数は理想値に対するパスメトリック差の平均二乗誤差が最小となるように決定されるため、タップ係数の値自体に制約はない。しかし、実際にFIRフィルタ51を回路で実現する場合には、タップ係数を保持するレジスタや等化演算に用いる加算器、乗算器などのビット幅の仕様に応じて、表現できるタップ係数値の範囲に制約が存在する。   In the above configuration, the tap coefficient of the FIR filter 51 is determined so as to minimize the mean square error of the path metric difference with respect to the ideal value, and therefore the tap coefficient value itself is not limited. However, when the FIR filter 51 is actually realized by a circuit, the range of tap coefficient values that can be expressed according to the bit width specifications of a register that holds the tap coefficient, an adder used for equalization, a multiplier, and the like. There are constraints on

例えばタップ係数を保持するレジスタとして8ビットのレジスタを1/16=0.0625刻みの固定小数点として使用する場合、表現できるタップ係数値の範囲は±8となり、これ以上の絶対値を持つ値を保持することができない。これより大きな範囲を表現するためには、固定小数点の刻み幅を大きくするか、レジスタのビット数を大きくするしかない。しかし、前者の場合には設定されるタップ係数値の近似誤差(丸め誤差)が大きくなり結果的に最適ではない等化が行われてしまう問題があり、後者の場合には回路規模の増大という問題が生じる。すなわち、タップ係数値の範囲が有限であるという前提は必ず存在するものと考えられる。   For example, when an 8-bit register is used as a register for holding a tap coefficient as a fixed point in increments of 1/16 = 0.0625, the range of tap coefficient values that can be expressed is ± 8, and a value having an absolute value larger than this is required. I can't hold it. In order to express a larger range than this, there is no choice but to increase the step size of the fixed point or increase the number of bits of the register. However, in the former case, there is a problem that an approximation error (rounding error) of the set tap coefficient value becomes large, and as a result, non-optimal equalization is performed, and in the latter case, the circuit scale increases. Occurs. That is, it is considered that there is always a premise that the range of tap coefficient values is finite.

従って、理想値に対するパスメトリック差の平均二乗誤差を最小とするタップ係数を求めた結果、その絶対値が8を超えた場合には、タップ係数更新回路54はFIRフィルタ51に対してそのタップ係数を正しく設定することができず、等化特性を最適化することができなくなってしまう。   Therefore, when the tap coefficient that minimizes the mean square error of the path metric difference with respect to the ideal value is found to be larger than 8, the tap coefficient updating circuit 54 uses the tap coefficient for the FIR filter 51. Cannot be set correctly, and equalization characteristics cannot be optimized.

本発明は、上記の問題点に鑑みてなされたものであり、その目的は、タップ係数値のような等化特性を決定する値に課せられる制約を考慮した上で、エラーレートを安定して低減できるようにすることにある。   The present invention has been made in view of the above problems, and its purpose is to stabilize the error rate in consideration of restrictions imposed on values that determine equalization characteristics such as tap coefficient values. It is to be able to reduce.

本発明に係る波形等化装置は、ビタビ復号可能な入力信号列を波形等化しつつ、その等化特性を適応化する波形等化装置であって、上記課題を解決するために、前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化手段と、前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出手段と、前記パスメトリック差の目標値を設定する目標値設定手段と、検出された前記パスメトリック差の目標値に対する誤差に基づいて前記適応化を行う等化適応化手段とを備え、前記目標値設定手段は、前記目標値を、ビタビ復号が想定する理想的な入力信号列に基づくパスメトリック差である理想パスメトリック差よりも小さな値に設定することを特徴としている。   A waveform equalization apparatus according to the present invention is a waveform equalization apparatus that adapts an equalization characteristic while waveform equalizing a Viterbi-decodeable input signal sequence, and in order to solve the above problem, the input signal An equalization means for generating an equalized signal sequence by performing the waveform equalization on the sequence, and a path for detecting a path metric difference between a correct path and an error path in a Viterbi decoding process for the equalized signal sequence Metric difference detection means, target value setting means for setting a target value of the path metric difference, and equalization adaptation means for performing the adaptation based on an error with respect to the detected target value of the path metric difference. The target value setting means sets the target value to a value smaller than an ideal path metric difference that is a path metric difference based on an ideal input signal sequence assumed by Viterbi decoding. To have.

また、本発明に係る波形等化方法は、ビタビ復号可能な入力信号列を波形等化しつつ、その等化特性を適応化する波形等化方法であって、上記課題を解決するために、前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化ステップと、前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出ステップと、前記パスメトリック差の目標となる値として設定された目標値に対する、検出された前記パスメトリック差の誤差に基づいて、前記適応化を行う等化適応化ステップとを含み、前記目標値を、ビタビ復号が想定する理想的な入力信号列に基づくパスメトリック差である理想パスメトリック差よりも小さな値に設定することを特徴としている。   Further, a waveform equalization method according to the present invention is a waveform equalization method for adapting the equalization characteristics while equalizing the waveform of an input signal sequence that can be Viterbi-decoded. An equalization step for generating an equalized signal sequence by performing the waveform equalization on the input signal sequence, and detecting a path metric difference between a correct path and an error path in the Viterbi decoding process for the equalized signal sequence A path metric difference detection step, and an equalization adaptation step for performing the adaptation based on an error of the detected path metric difference with respect to a target value set as a target value of the path metric difference. And the target value is set to a value smaller than an ideal path metric difference that is a path metric difference based on an ideal input signal sequence assumed by Viterbi decoding. .

上記構成及び方法では、等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出し、このパスメトリック差を用いて等化特性の適応化を行う。このパスメトリック差としては理想的なパスメトリック差(理想パスメトリック差)が定まるが、実際に検出されるパスメトリック差はこの理想パスメトリック差に対してばらつきを有している。そして、ビタビ復号におけるエラーレートを小さくするためには、理想パスメトリック差に対する、実際に検出されるパスメトリック差のばらつきを小さくすればよく、そのためには、パスメトリック差の目標値を理想パスメトリック差に設定することが考えられる。   In the above configuration and method, the path metric difference between the correct path and the error path in the Viterbi decoding process for the equalized signal sequence is detected, and equalization characteristics are adapted using the path metric difference. As the path metric difference, an ideal path metric difference (ideal path metric difference) is determined, but the actually detected path metric difference has variations with respect to the ideal path metric difference. In order to reduce the error rate in Viterbi decoding, it is only necessary to reduce the variation of the actually detected path metric difference with respect to the ideal path metric difference. To that end, the target value of the path metric difference is set to the ideal path metric difference. It is conceivable to set the difference.

ところが、実際には、パスメトリック差の目標値を理想パスメトリック差に設定した場合のみならず、理想パスメトリック差よりも小さな値に設定してもなお、パスメトリック差の目標値を理想パスメトリック差に設定した場合とほぼ同じ低いエラーレートを維持できることが見出された。したがって、パスメトリック差の目標値を理想パスメトリック差に固定する必要がないことになる。   However, in reality, the target value of the path metric difference is not only set to the ideal path metric difference, but the target value of the path metric difference is set to a value smaller than the ideal path metric difference. It has been found that the same low error rate can be maintained as when the difference is set. Therefore, it is not necessary to fix the target value of the path metric difference to the ideal path metric difference.

一方、波形等化を行うためには入力信号列の入力信号ごとに個別的に増幅を行うことになるが、通常、この増幅を行うときの増幅率の絶対値(絶対増幅率)は、実際にとり得る値の範囲が有限である。なぜなら、絶対増幅率は、増幅を行うために用いる構成(例えば、FIRフィルタを用いる場合では、タップ係数を保持するレジスタ)に起因して上限値が定まってしまうからである。したがって、等化特性を適応化していくことによる絶対増幅率の収束値が、上記上限値を超えるような値になってしまう場合には、実際にはそのような値を増幅率として設定することができないため、等化特性を最適化することができなくなり、エラーレートの悪化を招来してしまう。したがって、絶対増幅率の収束値は小さい方が望ましい。   On the other hand, in order to perform waveform equalization, amplification is performed individually for each input signal in the input signal sequence. Usually, the absolute value of the amplification factor (absolute amplification factor) when performing this amplification is actually There is a finite range of possible values. This is because the upper limit value of the absolute amplification factor is determined due to a configuration used for amplification (for example, a register that holds a tap coefficient when an FIR filter is used). Therefore, if the convergence value of the absolute gain due to the adaptation of the equalization characteristics becomes a value that exceeds the above upper limit value, such a value should actually be set as the gain. Therefore, the equalization characteristic cannot be optimized and the error rate is deteriorated. Therefore, it is desirable that the absolute gain has a smaller convergence value.

ここで、絶対増幅率の収束値は、パスメトリック差の目標値の変化に対して比例関係にある、つまり、目標値を小さくすることにより絶対増幅率の収束値も小さくなることが見出された。したがって、目標値を小さくすることによって、絶対増幅率の収束値が上記上限値に達する危険性を低減できることになる。   Here, it is found that the convergence value of the absolute amplification factor is proportional to the change of the target value of the path metric difference, that is, the convergence value of the absolute amplification factor is reduced by decreasing the target value. It was. Therefore, by reducing the target value, the risk that the convergence value of the absolute gain will reach the upper limit value can be reduced.

そこで、上記構成及び方法では、パスメトリック差の目標値を理想パスメトリック差よりも小さな値に設定している。これにより、パスメトリック差の目標値を理想パスメトリック差に設定した場合とほぼ同じ低いエラーレートを維持しつつ、絶対増幅率が上限に達する危険性を低減することができる。その結果、安定してエラーレートを低く抑えることができるようになる。   Therefore, in the above configuration and method, the target value of the path metric difference is set to a value smaller than the ideal path metric difference. As a result, it is possible to reduce the risk that the absolute gain reaches the upper limit while maintaining the same low error rate as when the target value of the path metric difference is set to the ideal path metric difference. As a result, the error rate can be stably reduced.

本発明に係る波形等化装置は、上記波形等化装置において、前記目標値設定手段は、前記目標値を、前記理想パスメトリック差の1/2よりも大きな値に設定することが望ましい。これにより、目標値を小さく設定しすぎることによるエラーレートの悪化を抑制することができる。   In the waveform equalizer according to the present invention, it is preferable that the target value setting means sets the target value to a value larger than ½ of the ideal path metric difference. Thereby, the deterioration of the error rate due to setting the target value too small can be suppressed.

本発明に係る波形等化装置は、ビタビ復号可能な入力信号列を波形等化しつつ、その等化特性を適応化する波形等化装置であって、上記課題を解決するために、前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化手段と、前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出手段と、前記パスメトリック差の目標値を設定する目標値設定手段と、検出された前記パスメトリック差の目標値に対する誤差に基づいて前記適応化を行う等化適応化手段とを備え、前記目標値設定手段は、前記等化特性に応じて前記目標値を変化させることを特徴としている。   A waveform equalization apparatus according to the present invention is a waveform equalization apparatus that adapts an equalization characteristic while waveform equalizing a Viterbi-decodeable input signal sequence, and in order to solve the above problem, the input signal An equalization means for generating an equalized signal sequence by performing the waveform equalization on the sequence, and a path for detecting a path metric difference between a correct path and an error path in a Viterbi decoding process for the equalized signal sequence Metric difference detection means, target value setting means for setting a target value of the path metric difference, and equalization adaptation means for performing the adaptation based on an error with respect to the detected target value of the path metric difference. The target value setting means changes the target value in accordance with the equalization characteristic.

また、本発明に係る波形等化装置は、ビタビ復号可能な入力信号列を波形等化しつつ、その等化特性を適応化する波形等化方法であって、上記課題を解決するために、前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化ステップと、前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出ステップと、前記パスメトリック差の目標となる値として設定された目標値に対する、検出された前記パスメトリック差の誤差に基づいて、前記適応化を行う等化適応化ステップと、前記等化特性に応じて前記目標値を変化させる目標値更新ステップとを含むことを特徴としている。   Further, the waveform equalization apparatus according to the present invention is a waveform equalization method that adapts the equalization characteristics while waveform equalizing an input signal sequence that can be Viterbi-decoded. An equalization step for generating an equalized signal sequence by performing the waveform equalization on the input signal sequence, and detecting a path metric difference between a correct path and an error path in the Viterbi decoding process for the equalized signal sequence A path metric difference detection step, and an equalization adaptation step for performing the adaptation based on an error of the detected path metric difference with respect to a target value set as a target value of the path metric difference, And a target value update step of changing the target value in accordance with the equalization characteristic.

上記構成及び方法では、等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出し、このパスメトリック差を用いて等化特性の適応化を行う。このパスメトリック差としては理想的なパスメトリック差(理想パスメトリック差)が定まるが、実際に検出されるパスメトリック差はこの理想パスメトリック差に対してばらつきを有している。そして、ビタビ復号におけるエラーレートを小さくするためには、理想パスメトリック差に対する、実際に検出されるパスメトリック差のばらつきを小さくすればよく、そのためには、パスメトリック差の目標値を理想パスメトリック差に設定することが考えられる。   In the above configuration and method, the path metric difference between the correct path and the error path in the Viterbi decoding process for the equalized signal sequence is detected, and equalization characteristics are adapted using the path metric difference. As the path metric difference, an ideal path metric difference (ideal path metric difference) is determined, but the actually detected path metric difference has variations with respect to the ideal path metric difference. In order to reduce the error rate in Viterbi decoding, it is only necessary to reduce the variation of the actually detected path metric difference with respect to the ideal path metric difference. To that end, the target value of the path metric difference is set to the ideal path metric difference. It is conceivable to set the difference.

ところが、実際には、パスメトリック差の目標値を理想パスメトリック差に設定した場合のみならず、理想パスメトリック差よりも小さな値に設定してもなお、パスメトリック差の目標値を理想パスメトリック差に設定した場合とほぼ同じ低いエラーレートを維持できることが見出された。したがって、パスメトリック差の目標値を理想パスメトリック差に固定する必要がないことになる。   However, in reality, the target value of the path metric difference is not only set to the ideal path metric difference, but the target value of the path metric difference is set to a value smaller than the ideal path metric difference. It has been found that the same low error rate can be maintained as when the difference is set. Therefore, it is not necessary to fix the target value of the path metric difference to the ideal path metric difference.

一方、波形等化を行うためには入力信号列の入力信号ごとに個別的に増幅を行うことになるが、通常、この増幅を行うときの増幅率の絶対値(絶対増幅率)は、実際にとり得る値の範囲が有限である。なぜなら、絶対増幅率は、増幅を行うために用いる構成(例えば、FIRフィルタを用いる場合では、タップ係数を保持するレジスタ)に起因して上限値が定まってしまうからである。したがって、等化特性を適応化していくことによる絶対増幅率の収束値が、上記上限値を超えるような値になってしまう場合には、実際にはそのような値を増幅率として設定することができないため、等化特性を最適化することができなくなり、エラーレートの悪化を招来してしまう。したがって、絶対増幅率の収束値は小さい方が望ましい。   On the other hand, in order to perform waveform equalization, amplification is performed individually for each input signal in the input signal sequence. Usually, the absolute value of the amplification factor (absolute amplification factor) when performing this amplification is actually There is a finite range of possible values. This is because the upper limit value of the absolute amplification factor is determined due to a configuration used for amplification (for example, a register that holds a tap coefficient when an FIR filter is used). Therefore, if the convergence value of the absolute gain due to the adaptation of the equalization characteristics becomes a value that exceeds the above upper limit value, such a value should actually be set as the gain. Therefore, the equalization characteristic cannot be optimized and the error rate is deteriorated. Therefore, it is desirable that the absolute gain has a smaller convergence value.

ここで、絶対増幅率の収束値は、パスメトリック差の目標値の変化に対して比例関係にある、つまり、目標値を小さくすることにより絶対増幅率の収束値も小さくなることが見出された。したがって、目標値を小さくすることによって、絶対増幅率の収束値が上記上限値に達する危険性を低減できることになる。   Here, it is found that the convergence value of the absolute amplification factor is proportional to the change of the target value of the path metric difference, that is, the convergence value of the absolute amplification factor is reduced by decreasing the target value. It was. Therefore, by reducing the target value, the risk that the convergence value of the absolute gain will reach the upper limit value can be reduced.

そこで、上記構成及び方法では、等化特性に応じて目標値を変化させる。これにより、例えば、目標値の初期値として理想パスメトリック差を設定しておき、等化特性を適応化していくことによる増幅率の変化を監視し、絶対増幅率が上記上限値に達しそうになった場合に、目標値を変化させることにより絶対増幅率が上記上限値に達することを回避することができるようになる。その結果、安定してエラーレートを低く抑えることができるようになる。   Therefore, in the above configuration and method, the target value is changed according to the equalization characteristic. Thereby, for example, the ideal path metric difference is set as the initial value of the target value, the change of the amplification factor due to the adaptation of the equalization characteristic is monitored, and the absolute amplification factor is likely to reach the above upper limit value. In such a case, it is possible to avoid the absolute gain reaching the upper limit value by changing the target value. As a result, the error rate can be stably reduced.

このように、前記目標値設定手段は、前記目標値を、ビタビ復号が想定する理想的な入力信号列に基づくパスメトリック差である理想パスメトリック差よりも小さな値となるように変化させることが望ましい。   In this way, the target value setting means can change the target value to be a value smaller than an ideal path metric difference that is a path metric difference based on an ideal input signal sequence assumed by Viterbi decoding. desirable.

また、前記目標値設定手段は、前記目標値を、前記理想パスメトリック差の1/2よりも大きな値となるように変化させることが望ましい。これにより、目標値を小さく設定しすぎることによるエラーレートの悪化を抑制することができる。   Further, it is desirable that the target value setting means changes the target value so as to be a value larger than ½ of the ideal path metric difference. Thereby, the deterioration of the error rate due to setting the target value too small can be suppressed.

本発明に係る波形等化装置は、上記波形等化装置において、前記等化手段は、複数の等化係数に対して前記入力信号列の各入力信号を順次対応づけつつ、前記各等化係数と、当該各等化係数に対応づけられた各入力信号との畳み込み演算を行うことにより等化後信号列を生成するものであり、前記目標値設定手段は、前記等化適応化手段による等化特性の適応化動作中に、前記等化係数の絶対値に応じて前記目標値を変化させるように構成してもよい。この場合、上記等化係数が前述した増幅率となる。   The waveform equalization apparatus according to the present invention is the waveform equalization apparatus, wherein the equalization means sequentially associates each input signal of the input signal sequence with a plurality of equalization coefficients, and And a signal sequence after equalization by performing a convolution operation with each input signal associated with each equalization coefficient, and the target value setting means uses the equalization adaptation means, etc. The target value may be changed according to the absolute value of the equalization coefficient during the equalization characteristic adaptation operation. In this case, the equalization coefficient is the amplification factor described above.

本発明の情報再生装置は、上記何れかの波形等化装置と、情報記録媒体から前記入力信号列を再生する再生手段とを備えることを特徴としている。   An information reproducing apparatus according to the present invention includes any one of the above-described waveform equalizing apparatuses and reproducing means for reproducing the input signal sequence from an information recording medium.

また、本発明の通信装置は、上記何れかの波形等化装置と、通信経路を介して伝送されてくる前記入力信号列を受信する受信手段とを備えることを特徴としている。   In addition, a communication apparatus according to the present invention includes any one of the waveform equalization apparatuses described above and a reception unit that receives the input signal sequence transmitted via a communication path.

このように、本発明の波形等化装置を備える情報再生装置及び通信装置では、上記本発明の波形等化装置の有する効果により、安定してエラーレートを低く抑えることができるようになる。   As described above, in the information reproducing apparatus and communication apparatus provided with the waveform equalizer of the present invention, the error rate can be stably suppressed to a low level due to the effect of the waveform equalizer of the present invention.

本発明の波形等化プログラムは、上記何れかの波形等化装置を動作させる波形等化プログラムであって、コンピュータを前記各手段として機能させるためのプログラムである。   The waveform equalization program of the present invention is a waveform equalization program for operating any one of the above waveform equalization apparatuses, and is a program for causing a computer to function as each of the above means.

上記の構成により、コンピュータで上記波形等化装置の各手段を実現することによって、上記波形等化装置を実現することができる。したがって、上記した波形等化装置として、安定してエラーレートを低く抑えることができるようになる。   With the above configuration, the waveform equalization apparatus can be realized by realizing each means of the waveform equalization apparatus with a computer. Therefore, as the above waveform equalizer, the error rate can be stably kept low.

また、本発明の波形等化プログラムを記録したコンピュータ読み取り可能な記録媒体は、コンピュータを前記各手段として機能させるためのプログラムを記録している。   In addition, a computer-readable recording medium on which the waveform equalization program of the present invention is recorded records a program for causing a computer to function as each means.

上記の構成により、上記記録媒体から読み出された波形等化プログラムによって、上記波形等化装置をコンピュータ上に実現することができる。   With the above configuration, the waveform equalization apparatus can be realized on the computer by the waveform equalization program read from the recording medium.

本発明に係る波形等化装置は、前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化手段と、前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出手段と、前記パスメトリック差の目標値を設定する目標値設定手段と、検出された前記パスメトリック差の目標値に対する誤差に基づいて前記適応化を行う等化適応化手段とを備え、前記目標値設定手段は、前記目標値を、ビタビ復号が想定する理想的な入力信号列に基づくパスメトリック差である理想パスメトリック差よりも小さな値に設定する構成である。   The waveform equalization apparatus according to the present invention includes an equalization unit that generates an equalized signal sequence by performing the waveform equalization on the input signal sequence, and a correct answer in a Viterbi decoding process for the equalized signal sequence A path metric difference detecting means for detecting a path metric difference between a path and an error path, a target value setting means for setting a target value of the path metric difference, and an error with respect to the detected target value of the path metric difference. Equalization adaptation means for performing the adaptation, wherein the target value setting means determines that the target value is greater than an ideal path metric difference that is a path metric difference based on an ideal input signal sequence assumed by Viterbi decoding. The configuration is set to a small value.

また、本発明に係る波形等化方法は、前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化ステップと、前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出ステップと、前記パスメトリック差の目標となる値として設定された目標値に対する、検出された前記パスメトリック差の誤差に基づいて、前記適応化を行う等化適応化ステップとを含み、前記目標値を、ビタビ復号が想定する理想的な入力信号列に基づくパスメトリック差である理想パスメトリック差よりも小さな値に設定する方法である。   The waveform equalization method according to the present invention includes an equalization step of generating an equalized signal sequence by performing the waveform equalization on the input signal sequence, and a Viterbi decoding process for the equalized signal sequence A path metric difference detecting step for detecting a path metric difference between a correct path and an error path in the path, and based on an error of the detected path metric difference with respect to a target value set as a target value of the path metric difference An equalization adaptation step for performing the adaptation, and setting the target value to a value smaller than an ideal path metric difference that is a path metric difference based on an ideal input signal sequence assumed by Viterbi decoding It is.

上記構成及び方法では、パスメトリック差の目標値を理想パスメトリック差よりも小さな値に設定している。これにより、パスメトリック差の目標値を理想パスメトリック差に設定した場合とほぼ同じ低いエラーレートを維持しつつ、絶対増幅率が上限に達する危険性を低減することができる。その結果、安定してエラーレートを低く抑えることができるようになるという効果を奏する。   In the above configuration and method, the target value of the path metric difference is set to a value smaller than the ideal path metric difference. As a result, it is possible to reduce the risk that the absolute gain reaches the upper limit while maintaining the same low error rate as when the target value of the path metric difference is set to the ideal path metric difference. As a result, there is an effect that the error rate can be stably reduced.

本発明に係る波形等化装置は、前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化手段と、前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出手段と、前記パスメトリック差の目標値を設定する目標値設定手段と、検出された前記パスメトリック差の目標値に対する誤差に基づいて前記適応化を行う等化適応化手段とを備え、前記目標値設定手段は、前記等化特性に応じて前記目標値を変化させる構成である。   The waveform equalization apparatus according to the present invention includes an equalization unit that generates an equalized signal sequence by performing the waveform equalization on the input signal sequence, and a correct answer in a Viterbi decoding process for the equalized signal sequence A path metric difference detecting means for detecting a path metric difference between a path and an error path, a target value setting means for setting a target value of the path metric difference, and an error with respect to the detected target value of the path metric difference. Equalization adaptation means for performing the adaptation, and the target value setting means is configured to change the target value in accordance with the equalization characteristics.

また、本発明に係る波形等化装置は、前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化ステップと、前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出ステップと、前記パスメトリック差の目標となる値として設定された目標値に対する、検出された前記パスメトリック差の誤差に基づいて、前記適応化を行う等化適応化ステップと、前記等化特性に応じて前記目標値を変化させる目標値更新ステップとを含む方法である。   Further, the waveform equalization apparatus according to the present invention includes an equalization step of generating an equalized signal sequence by performing the waveform equalization on the input signal sequence, and a Viterbi decoding process for the equalized signal sequence A path metric difference detecting step for detecting a path metric difference between a correct path and an error path in the path, and based on an error of the detected path metric difference with respect to a target value set as a target value of the path metric difference The method includes an equalization adaptation step for performing the adaptation, and a target value update step for changing the target value in accordance with the equalization characteristics.

上記構成及び方法では、等化特性に応じて目標値を変化させる。これにより、例えば、目標値の初期値として理想パスメトリック差を設定しておき、等化特性を適応化していくことによる増幅率の変化を監視し、絶対増幅率が上記上限値に達しそうになった場合に、目標値を変化させることにより絶対増幅率が上記上限値に達することを回避することができるようになる。その結果、安定してエラーレートを低く抑えることができるようになるという効果を奏する。   In the above configuration and method, the target value is changed according to the equalization characteristic. Thereby, for example, the ideal path metric difference is set as the initial value of the target value, the change of the amplification factor due to the adaptation of the equalization characteristic is monitored, and the absolute amplification factor is likely to reach the above upper limit value. In such a case, it is possible to avoid the absolute gain reaching the upper limit value by changing the target value. As a result, there is an effect that the error rate can be stably reduced.

〔実施形態1〕
本発明の第1の実施形態について図1から図8に基づいて説明する。
Embodiment 1
A first embodiment of the present invention will be described with reference to FIGS.

図1は、本実施形態の波形等化装置および波形等化方法を適用した光ディスク再生装置20の構成を示すブロック図である。光ディスク再生装置20は、光ディスク1を再生する装置であり、光学ピックアップ2、A/D変換器3、波形等化装置20aを備えている。そして、波形等化装置20aは、FIRフィルタ4、ビタビ復号回路5、遅延調整回路6・7、特定パターン検出回路8、目標値レジスタ9、タップ係数更新回路10を備えている。   FIG. 1 is a block diagram showing a configuration of an optical disc reproducing apparatus 20 to which the waveform equalization apparatus and the waveform equalization method of this embodiment are applied. The optical disc reproducing device 20 is a device for reproducing the optical disc 1, and includes an optical pickup 2, an A / D converter 3, and a waveform equalizer 20a. The waveform equalizer 20 a includes an FIR filter 4, a Viterbi decoding circuit 5, delay adjustment circuits 6 and 7, a specific pattern detection circuit 8, a target value register 9, and a tap coefficient update circuit 10.

光ディスク1(情報記録媒体)には、(1,7)RLL(Run Length Limited)符号のようなd=1なるランレングス制限符号、すなわち最短マーク長が2T(Tは再生信号の1チャネルビット時間を表す。以下において同じ)であるような変調方式の記録マーク列が記録されている。   The optical disc 1 (information recording medium) has a run length limited code with d = 1 such as a (1, 7) RLL (Run Length Limited) code, that is, the shortest mark length is 2T (T is one channel bit time of a reproduction signal) In the following, the recording mark row of the modulation method is recorded.

光学ピックアップ2(再生手段)は、再生信号列を有するアナログ再生波形を光ディスク1から再生する。光学ピックアップ2は、図示しない半導体レーザや各種光学部品、フォトダイオード等からなっている。光学ピックアップ2は、半導体レーザから出射したレーザビームを光ディスク1上に集光させて、光ディスク1上に記録された記録マークで反射させ、反射光をフォトダイオードで電気信号に変換することによってアナログ再生波形(以下、単に「再生波形」という)を出力するものである。   The optical pickup 2 (reproducing means) reproduces an analog reproduction waveform having a reproduction signal sequence from the optical disc 1. The optical pickup 2 includes a semiconductor laser (not shown), various optical components, a photodiode, and the like. The optical pickup 2 condenses the laser beam emitted from the semiconductor laser onto the optical disc 1, reflects it with a recording mark recorded on the optical disc 1, and converts the reflected light into an electrical signal with a photodiode to perform analog reproduction. A waveform (hereinafter simply referred to as “reproduced waveform”) is output.

A/D変換器3は、チャネル周波数クロックのタイミングで、光学ピックアップ2の出力した再生波形のA/D変換を行う。そして、A/D変換器3は、A/D変換後のディジタル再生信号(以下、「再生信号列」という)を出力する。   The A / D converter 3 performs A / D conversion of the reproduction waveform output from the optical pickup 2 at the timing of the channel frequency clock. The A / D converter 3 then outputs a digital reproduction signal after A / D conversion (hereinafter referred to as “reproduction signal string”).

FIRフィルタ4(等化手段)は、再生信号列に対して波形等化を行うことにより等化後信号列を生成する。FIRフィルタ4は、時間Tの遅延素子を2個、ゲイン可変の増幅器を3個(ゲインはそれぞれc(0,n)、c(1,n)、c(2,n))、加算器を1個備えた、3タップのディジタルフィルタである。ここで、ゲインc(0,n)、c(1,n)、c(2,n)はタップ係数(増幅率、等化係数)であり、この値を変化させることによってFIRフィルタ4の等化特性を変化させることができる。なお、タップ数を3としているのは説明の簡略化のためであり、実際にはもっと大きなタップ数とすることによって、より高性能なフィルタとすることができる。FIRフィルタ4はタップ係数を用いて再生波形に対する波形等化を行い、等化後信号y(i-1,n)を出力する。なお、「n」の意味については後述する。   The FIR filter 4 (equalizing means) generates an equalized signal sequence by performing waveform equalization on the reproduced signal sequence. The FIR filter 4 has two delay elements of time T, three gain variable amplifiers (gains are c (0, n), c (1, n), c (2, n), respectively), and an adder. It is a 3-tap digital filter with one. Here, gains c (0, n), c (1, n), and c (2, n) are tap coefficients (amplification factor and equalization coefficient), and by changing these values, the FIR filter 4 etc. The conversion characteristics can be changed. Note that the number of taps is set to 3 for simplification of explanation, and in fact, a higher performance filter can be obtained by using a larger number of taps. The FIR filter 4 performs waveform equalization on the reproduced waveform using the tap coefficient, and outputs an equalized signal y (i−1, n). The meaning of “n” will be described later.

ビタビ復号回路5(パスメトリック差検出手段)は、波形干渉幅が3TであるPR(1,2,1)特性に基づいて、FIRフィルタ4の出力した等化後信号y(i-1,n)のビタビ復号を行い、光ディスク1に記録された記録マークの復号ビット列b(i)を出力すると同時に、ビタビ復号過程において合流する2本のパスのパスメトリック差s(n)を計算し、出力するものである(詳細は後述)。   The Viterbi decoding circuit 5 (path metric difference detecting means) outputs the equalized signal y (i−1, n) output from the FIR filter 4 based on the PR (1, 2, 1) characteristic having a waveform interference width of 3T. ) And a decoding bit string b (i) of a recording mark recorded on the optical disc 1 is output, and at the same time, a path metric difference s (n) between two paths joined in the Viterbi decoding process is calculated and output. (Details will be described later).

遅延調整回路6・7は、ビタビ復号回路5におけるパスメモリ長の時間分の遅延による再生信号列u(i,n)及びパスメトリック差s(n)と、復号ビット列b(i)との各々の時間差を補正して同期を取るためのものである。   The delay adjusting circuits 6 and 7 each of the reproduced signal sequence u (i, n) and the path metric difference s (n) due to the delay corresponding to the path memory length in the Viterbi decoding circuit 5 and the decoded bit sequence b (i). This is to correct the time difference between the two and synchronize.

特定パターン検出回路8は、ビタビ復号回路5により復号された復号ビット列b(i-4)、b(i-3)、…、b(i)が、特定パターンとしての「00111」、「00011」、「11000」、「11100」のいずれかと一致するか否かを判定する。   The specific pattern detection circuit 8 uses the decoded bit strings b (i-4), b (i-3),..., B (i) decoded by the Viterbi decoding circuit 5 as “00111”, “00011” as specific patterns. , “11000”, or “11100” is determined.

目標値レジスタ9(目標値設定手段)は、パスメトリック差s(n)の目標値dsの値を設定するものであり、この目標値dsを記憶している。この目標値dsの値は、後述するパスメトリック差s(n)の理想値よりも小さく設定されている。   The target value register 9 (target value setting means) sets the target value ds of the path metric difference s (n), and stores this target value ds. The target value ds is set smaller than an ideal value of a path metric difference s (n) described later.

タップ係数更新回路10(等化適応化手段)は、特定パターン検出回路8が上記特定パターンを検出する毎に、
c(k,n+1)=c(k,n)±μ{s(n)−ds}{u(-2-k,n)+2u(-1-k,n)+u(-k,n)} … (1)
により新しいタップ係数c(k,n+1)を求め、FIRフィルタ4のタップ係数を更新する。タップ係数更新回路10における上記処理は、ビタビ復号回路5において検出されたパスメトリック差s(n)の、目標値レジスタ9によって設定される目標値dsに対する誤差をタップ係数を変数として表し、上記誤差の平均二乗値を表す関数を最小値に近づけるようにタップ係数を更新して等化適応化を行うようにする処理である。なお、「n」は特定パターンの検出回数に相当する値であり、検出されたn番目の特定パターン毎にタップ係数が更新されることを意味している。
The tap coefficient update circuit 10 (equalization adapting means), every time the specific pattern detection circuit 8 detects the specific pattern,
c (k, n + 1) = c (k, n) ± [mu] {s (n) -ds} {u (-2-k, n) + 2u (-1-k, n) + u (-k, n )}… (1)
Thus, a new tap coefficient c (k, n + 1) is obtained, and the tap coefficient of the FIR filter 4 is updated. The above-described processing in the tap coefficient updating circuit 10 represents an error of the path metric difference s (n) detected in the Viterbi decoding circuit 5 with respect to the target value ds set by the target value register 9 as a tap coefficient. Is a process of updating the tap coefficient so that the function representing the mean square value approaches the minimum value and performing equalization adaptation. “N” is a value corresponding to the number of times of detection of the specific pattern, and means that the tap coefficient is updated for each detected n-th specific pattern.

ここで、図2及び図3を用いて、ビタビ復号回路5による復号方法についてもう少し詳細に説明しておく。   Here, the decoding method by the Viterbi decoding circuit 5 will be described in more detail with reference to FIGS.

PR(1,2,1)特性に従う再生波形であって、歪み及びノイズのない理想的な1Tマークの再生波形は、図2に示すようにチャネルクロック毎のサンプルレベル比が1:2:1になる。2T以上のマークの再生波形については、この1Tマークの再生波形の重ね合わせによって求められる。例えば、2Tマークのサンプルレベル比は1:3:3:1に、3Tマークのサンプルレベル比は1:3:4:3:1に、4Tマークのサンプルレベル比は1:3:4:4:3:1になる。このように、任意のビット列について理想的な再生波形を想定することができ、理想的なサンプルレベルとしては、0、1、2、3、4の5レベルをとることになる。ここで、便宜上、サンプルレベルの最大振幅が±1になるようにサンプルレベルを正規化すれば、理想サンプルレベルは、−1、−0.5、0、+0.5、+1の5レベルとなる。   As shown in FIG. 2, the reproduction waveform of an ideal 1T mark having a PR (1, 2, 1) characteristic and free from distortion and noise has a sample level ratio of 1: 2: 1 for each channel clock. become. The reproduction waveform of the 2T or more mark is obtained by superimposing the reproduction waveforms of the 1T mark. For example, the sample level ratio of the 2T mark is 1: 3: 3: 1, the sample level ratio of the 3T mark is 1: 3: 4: 3: 1, and the sample level ratio of the 4T mark is 1: 3: 4: 4. : 3: 1. In this manner, an ideal reproduction waveform can be assumed for an arbitrary bit string, and five levels of 0, 1, 2, 3, and 4 are taken as ideal sample levels. Here, for convenience, if the sample level is normalized so that the maximum amplitude of the sample level is ± 1, the ideal sample level becomes five levels of −1, −0.5, 0, +0.5, and +1. .

図3は、PRML方式によるデータ検出を実現するためのビタビ復号を表すトレリス線図である。図3において、S(00)、S(01)、S(10)、S(11)はそれぞれ状態を表し、例えば状態S(01)は前ビットが0で現在ビットが1であることを示す。状態と状態とを結ぶ線は「ブランチ」と呼ばれ、このブランチは状態遷移を表している。例えば、S(00)→S(01)のブランチによって「001」なるビット列を表すことができる。各ブランチの横に附した数値は、各状態遷移において期待される理想サンプルレベルを表す。例えば、S(00)→S(00)のブランチは「000」なるビット列を表すので、−1(正規化前のサンプルレベルは0)が理想サンプルレベルである。なお、S(01)→S(10)及びS(10)→S(01)なるブランチが存在しないのは、d=1のランレングス制限により「010」及び「101」なるビット列があり得ないことを反映している。   FIG. 3 is a trellis diagram showing Viterbi decoding for realizing data detection by the PRML method. In FIG. 3, S (00), S (01), S (10), and S (11) each represent a state. For example, the state S (01) indicates that the previous bit is 0 and the current bit is 1. . A line connecting the states is called a “branch”, and this branch represents a state transition. For example, a bit string “001” can be represented by a branch of S (00) → S (01). The numerical value next to each branch represents the ideal sample level expected in each state transition. For example, since the branch of S (00) → S (00) represents a bit string “000”, −1 (sample level before normalization is 0) is the ideal sample level. Note that there is no branch of S (01) → S (10) and S (10) → S (01) because there is no bit string of “010” and “101” due to the run length limitation of d = 1. It reflects that.

トレリス線図において、ブランチが連続するように各時刻の状態を1つずつ通っていく経路は「パス」と呼ばれる。任意の状態から任意の状態を経て生成される全てのパスを考えることは、全てのあり得るビット列を考えることに相当する。よって、全てのパスについて期待される理想波形と、実際に光ディスク1から再生した再生波形とを比べて、再生波形に最も近い、すなわち再生波形とのユークリッド距離が最も小さい理想波形を有するパスを探索すれば、最も確からしい最尤パスを正解パスとして決定することができる。   In the trellis diagram, a route that passes through each state at each time so that branches are continuous is called a “path”. Considering all paths generated from any state through any state is equivalent to considering all possible bit strings. Therefore, the ideal waveform expected for all paths is compared with the reproduced waveform actually reproduced from the optical disc 1, and the path having the ideal waveform closest to the reproduced waveform, that is, having the smallest Euclidean distance from the reproduced waveform is searched. Then, the most likely maximum likelihood path can be determined as the correct path.

具体的にトレリス線図を用いたビタビ復号の手順を説明する。任意の時刻において、状態S(00)及びS(11)には2本のパスが合流しており、S(01)及びS(10)には1本のパスが接続されている。2本のパスが合流する状態S(00)及びS(11)について、合流する各パスの理想波形と再生波形とのユークリッド距離が小さい方を生き残りパスとして残すことにすれば、任意の時刻において、4つの各状態に至るパスがそれぞれ1本ずつ、合計4本のパスが残っていることになる。   The procedure of Viterbi decoding using a trellis diagram will be specifically described. At an arbitrary time, two paths join the states S (00) and S (11), and one path is connected to S (01) and S (10). For the states S (00) and S (11) where the two paths merge, if the Euclidean distance between the ideal waveform and the reproduction waveform of each path to be merged is left as a surviving path, at any time A total of four paths remain, one for each of the four states.

パスの理想波形と再生波形とのユークリッド距離の二乗は「パスメトリック」と呼ばれ、ブランチ毎の理想サンプルレベルと再生波形のサンプルレベルとの差の二乗として求められるブランチメトリックを、パスを構成する全ブランチについて累積することによって計算される。   The square of the Euclidean distance between the ideal waveform of the path and the playback waveform is called “path metric”, and the path metric is made up of the branch metric obtained as the square of the difference between the ideal sample level for each branch and the sample level of the playback waveform. Calculated by accumulating for all branches.

こうして再生波形のサンプル値、つまり再生信号が入力される毎に、同じ状態に合流する2本のパスのパスメトリックの大小を比較して生き残りパスを決定する手順を繰り返していくと、パスメトリックの大きなパスが淘汰されていくため、生き残りパスはパスメトリックが最小なる1本のパスに収束していく。これを正解パスとすることにより、光ディスク1に記録されたデータビット列が正しく再生されることになる。   In this way, every time a sample value of a reproduction waveform, that is, a reproduction signal is input, the procedure for determining the surviving path by comparing the magnitudes of the path metrics of the two paths joining the same state is repeated. As large paths are deceived, the surviving paths converge to a single path with the smallest path metric. By making this a correct path, the data bit string recorded on the optical disc 1 is correctly reproduced.

なお、再生信号の入力時刻に対して、正解パスを決定して復号ビット列を出力する時刻までの状態遷移数を「パスメモリ長」と呼ぶ。一般にパスメモリ長は、生き残りパスが一本に収束するのに充分な長さを持たせている。   The number of state transitions up to the time when the correct answer path is determined and the decoded bit string is output with respect to the input time of the reproduction signal is referred to as “path memory length”. In general, the path memory length is long enough for the surviving paths to converge to one.

ここで、ビタビ復号が正しく行われる条件を考えると、最終的に1本に収束していくパスが正解パスとなるためには、各時刻において生き残りパスを決定する過程で、正解パスのパスメトリックが、誤りパスであるもう一方のパスのパスメトリックよりも小さくなければならない。そこで、生き残りを賭けて対決する2本のパスにおけるパスメトリックの差であるパスメトリック差をみれば、そのパスがどの程度エラーを起こし易そうであるかを判定することができる。このパスメトリック差がSAMの定義である。   Here, considering the conditions under which Viterbi decoding is performed correctly, the path metric of the correct path is determined in the process of determining the surviving path at each time in order for the path that converges to one finally becomes the correct path. Must be smaller than the path metric of the other path that is the error path. Therefore, by looking at the path metric difference, which is the difference between the path metrics between the two paths that face the survival and confront each other, it is possible to determine how likely the path is likely to cause an error. This path metric difference is the definition of SAM.

ビタビ復号においてエラーが発生しないためには、誤りパスのパスメトリックから正解パスのパスメトリックを引いたパスメトリック差が0より大きくなる必要があり、また上記パスメトリック差が大きい程エラーを起こしにくいことになる。ビタビ復号回路5は、このパスメトリック差を計算してs(n)として出力するものである。   In order to prevent an error in Viterbi decoding, the path metric difference obtained by subtracting the path metric of the correct path from the path metric of the error path needs to be larger than 0, and the error is less likely to occur as the path metric difference is larger. become. The Viterbi decoding circuit 5 calculates this path metric difference and outputs it as s (n).

さて、図1に示した上記構成の光ディスク再生装置20による再生動作を説明すると以下の通りである。   Now, the reproducing operation by the optical disk reproducing apparatus 20 having the above-described configuration shown in FIG. 1 will be described as follows.

まず、光学ピックアップ2から光ディスク1上に光ビームが照射されることにより、光ディスク1上に記録された記録マークの再生波形が光学ピックアップ2から出力される。この再生波形はA/D変換器3にて再生信号列u(i,n)に変換される。FIRフィルタ4に再生信号列u(i,n)が入力されると、FIRフィルタ4により波形等化処理が施されて等化後信号y(i-1,n)が出力される。等化後信号y(i-1,n)は、再生信号u(i-1,n)に対応する等化後信号である(添字「i-1」を一致させることによって等化前後の信号の対応関係を表している)。等化後信号y(i-1,n)は、タップ係数c(k,n)と再生信号列u(i-k,n)との畳み込み演算により求められる。   First, the optical pickup 2 emits a light beam onto the optical disc 1, whereby a reproduction waveform of a recording mark recorded on the optical disc 1 is output from the optical pickup 2. This reproduced waveform is converted into a reproduced signal sequence u (i, n) by the A / D converter 3. When the reproduction signal sequence u (i, n) is input to the FIR filter 4, waveform equalization processing is performed by the FIR filter 4 and an equalized signal y (i-1, n) is output. The equalized signal y (i−1, n) is an equalized signal corresponding to the reproduction signal u (i−1, n) (the signal before and after equalization by matching the subscript “i−1”). Represents the corresponding relationship). The equalized signal y (i−1, n) is obtained by a convolution operation between the tap coefficient c (k, n) and the reproduction signal sequence u (i−k, n).

つまり、FIRフィルタ4は、複数のタップ係数c(k,n)(k=0,1,2)に対して、再生信号列u(i-k,n)の各再生信号を各タップ係数に順次対応づけつつ、各タップ係数と、各タップ係数に対応づけられた各入力信号との畳み込み演算を行うことにより等化後信号列y(i-1,n)を生成する。   That is, the FIR filter 4 sequentially corresponds each reproduction signal of the reproduction signal sequence u (ik, n) to each tap coefficient for a plurality of tap coefficients c (k, n) (k = 0,1,2). In addition, an equalized signal sequence y (i−1, n) is generated by performing a convolution operation between each tap coefficient and each input signal associated with each tap coefficient.

ビタビ復号回路5は、等化後信号列y(i-1,n)が入力されると、上記で説明したようにパスメトリック差s(n)を求めて出力するとともに、ビタビ復号を行った結果得られた復号ビット列b(i)を出力する。つまり、ビタビ復号回路5は、再生信号列u(i,n)の復号結果である復号ビット列b(i)を生成する。また、ビタビ復号回路5は、等化後信号列y(i-1,n)に基づくビタビ復号過程において、生き残りパスとして決定される正解パスと、この正解パスと対決する誤りパスとのパスメトリック差s(n)を検出する。   When the equalized signal sequence y (i−1, n) is input, the Viterbi decoding circuit 5 obtains and outputs the path metric difference s (n) as described above, and performs Viterbi decoding. The decoded bit string b (i) obtained as a result is output. That is, the Viterbi decoding circuit 5 generates a decoded bit string b (i) that is a decoding result of the reproduction signal string u (i, n). In addition, the Viterbi decoding circuit 5 performs path metrics between a correct path determined as a surviving path and an error path that confronts the correct path in the Viterbi decoding process based on the equalized signal sequence y (i−1, n). The difference s (n) is detected.

ここで、遅延調整回路6・7は、ビタビ復号におけるパスメモリ長の時間分の遅延による再生信号列u(i,n)及びパスメトリック差s(n)と、復号ビット列b(i)との時間差を補正して同期を取る作用を生じる。   Here, the delay adjusting circuits 6 and 7 perform the reproduction signal sequence u (i, n) and the path metric difference s (n) due to the delay corresponding to the time of the path memory length in the Viterbi decoding, and the decoded bit sequence b (i). The time difference is corrected to produce an effect of synchronization.

特定パターン検出回路8は、復号ビット列b(i-4)、b(i-3)、…、b(i)が特定パターンである「00111」、「00011」、「11000」、「11100」のいずれかと一致するか否かを判定し、一致した場合には一致信号をタップ係数更新回路10に伝える。特定パターンについてはさらに後述するが、ビタビ復号にとって理想的な波形である理想波形信号列を想定した場合に、この理想波形信号列に基づくパスメトリック差が最小値となるようなビット列のパターンである。特定パターン検出回路8は、このような特定パターンを復号ビット列b(i)から検出する回路である。   The specific pattern detection circuit 8 includes “00111”, “00011”, “11000”, “11100” in which the decoded bit strings b (i-4), b (i-3),..., B (i) are specific patterns. It is determined whether or not they match, and if they match, a match signal is transmitted to the tap coefficient update circuit 10. Although the specific pattern will be described later, when an ideal waveform signal sequence that is an ideal waveform for Viterbi decoding is assumed, it is a bit sequence pattern that minimizes the path metric difference based on this ideal waveform signal sequence. . The specific pattern detection circuit 8 is a circuit that detects such a specific pattern from the decoded bit string b (i).

タップ係数更新回路10は、特定パターン検出回路8から一致信号が伝えられると、目標値レジスタ9からの目標値dsに対するパスメトリック差s(n)の誤差{s(n)−ds}と、再生信号列u(i-k,n)に所定の重み付けを施した一次多項式{u(-2-k,n)+2u(-1-k,n)+u(-k,n)}との積により、タップ係数c(k,n)を補正する。つまり、タップ係数更新回路10は、目標値dsに対する、ビタビ復号回路5にて実際に検出されたパスメトリック差s(n)の誤差{s(n)−ds}に基づいて、FIRフィルタ4の等化特性の適応化を行うものである。タップ係数更新回路10は、具体的には前述した(1)式を計算することになる。   When the coincidence signal is transmitted from the specific pattern detection circuit 8, the tap coefficient update circuit 10 reproduces the error {s (n) −ds} of the path metric difference s (n) with respect to the target value ds from the target value register 9 and the reproduction. Tap by the product of the first order polynomial {u (-2-k, n) + 2u (-1-k, n) + u (-k, n)} with a predetermined weight applied to the signal sequence u (ik, n) The coefficient c (k, n) is corrected. That is, the tap coefficient update circuit 10 determines the error of the FIR filter 4 based on the error {s (n) −ds} of the path metric difference s (n) actually detected by the Viterbi decoding circuit 5 with respect to the target value ds. The equalization characteristic is adapted. Specifically, the tap coefficient update circuit 10 calculates the above-described equation (1).

ここで、パスメトリック差s(n)と再生信号列u(i-k,n)との対応関係について図4を用いて説明しておく。特定パターンに一致するn番目の復号ビット列として「00111」が検出された場合、この復号ビット列に対応する記録マークから再生された再生波形が図4のようであったとして、対応する再生信号列をu(-4,n)、u(-3,n)、u(-2,n)、u(-1,n)、u(0,n)とする。   Here, the correspondence between the path metric difference s (n) and the reproduced signal sequence u (i−k, n) will be described with reference to FIG. When “00111” is detected as the nth decoded bit string that matches the specific pattern, it is assumed that the reproduced waveform reproduced from the recording mark corresponding to this decoded bit string is as shown in FIG. Let u (-4, n), u (-3, n), u (-2, n), u (-1, n), u (0, n).

上記(1)式におけるμは応答性を制御するための微小値であり、ステップゲインと呼ばれる。μが適当な値に設定されていれば、上記更新動作が繰り返されるうちにタップ係数c(k,i)は所定値に収束していく。なお、係数補正項((1)式の右辺第2項)に掛ける正負符号(±)は特定パターン検出回路8により検出された特定パターンによって決まり、「00111」または「11100」の場合は負、「11000」または「00011」の場合は正となる。   In the above equation (1), μ is a minute value for controlling the responsiveness, and is called a step gain. If μ is set to an appropriate value, the tap coefficient c (k, i) converges to a predetermined value while the update operation is repeated. The sign (±) to be applied to the coefficient correction term (the second term on the right side of equation (1)) is determined by the specific pattern detected by the specific pattern detection circuit 8, and is negative in the case of “00111” or “11100”. In the case of “11000” or “00011”, it is positive.

上記(1)式によるタップ係数の更新動作を繰り返して最終的に収束したタップ係数(収束タップ係数)によりFIRフィルタ4で等化した等化後信号においては、パスメトリック差s(n)の目標値dsに対する平均二乗誤差E[{s(n)−ds}2](E[]は期待値演算子)は最小となる。この理由については、特許文献1(特開2004−63036号公報)に開示されているので詳細な説明は省略する。ここで、特許文献1に開示の発明においては、目標値dsとしてパスメトリック差s(n)の理想値が設定されており、これにより、ビタビ復号で復号される復号ビットのエラーレート(ビットエラーレート)は最良となることが理論的に説明可能である。 In the equalized signal equalized by the FIR filter 4 by the tap coefficient (convergent tap coefficient) finally converged by repeating the tap coefficient updating operation according to the above equation (1), the target of the path metric difference s (n) The mean square error E [{s (n) −ds} 2 ] (E [] is an expected value operator) with respect to the value ds is minimized. Since this reason is disclosed in Patent Document 1 (Japanese Patent Laid-Open No. 2004-63036), detailed description thereof is omitted. Here, in the invention disclosed in Patent Document 1, an ideal value of the path metric difference s (n) is set as the target value ds, and thereby an error rate (bit error) of a decoded bit decoded by Viterbi decoding. It can be theoretically explained that the rate is the best.

これに対して、本実施形態においては、目標値dsをパスメトリック差s(n)の理想値よりも敢えて小さい値に設定する。本実施形態に関する説明の前に、まずは目標値dsをパスメトリック差s(n)の理想値として平均二乗誤差E[{s(n)−ds}2]を最小化すればエラーレートが最良になる理由について、詳細に説明する。 On the other hand, in the present embodiment, the target value ds is set to a value smaller than the ideal value of the path metric difference s (n). Before describing the present embodiment, first, the target value ds is set to the ideal value of the path metric difference s (n), and the mean square error E [{s (n) −ds} 2 ] is minimized. The reason will be described in detail.

図5(a)は(1,7)RLL符号のビットパターンに基づく、PR(1,2,1)特性で想定するノイズの全くない理想波形について求めたパスメトリック差のヒストグラムを示すグラフであり、図6はパスメトリック差の各理想値と、各理想値に対応するビットパターンの対応関係を示す表である。図5(a)より、このパスメトリック差の理想値は、1.5,2.5,3.5,4.5,5,6,7,8,9,…(PR(1,2,1)のサンプルレベルの最大振幅を±1に正規化した場合)となり、離散的な複数の値をとることが分かる。理想値が様々な値をとるのは、トレリス線図において理想波形に対応する正解パスと同じ状態から出発して同じ状態に合流する誤りパスのパスメトリック差が、ビットパターンによって異なることに起因している。また、各理想値の度数が異なるのは、図6のように各理想値をとるビットパターンの種類の数が異なるのに加え、(1,7)RLL符号のビットパターンにおいて各ビットパターンの出現頻度が異なっているためである。   FIG. 5A is a graph showing a path metric difference histogram obtained for an ideal waveform having no noise assumed in the PR (1, 2, 1) characteristic based on the bit pattern of the (1, 7) RLL code. FIG. 6 is a table showing the correspondence between each ideal value of the path metric difference and the bit pattern corresponding to each ideal value. From FIG. 5A, the ideal value of the path metric difference is 1.5, 2.5, 3.5, 4.5, 5, 6, 7, 8, 9,... (PR (1, 2, When the maximum amplitude of the sample level of 1) is normalized to ± 1), it can be seen that a plurality of discrete values are taken. The ideal value takes various values because the path metric difference of the error path starting from the same state as the correct path corresponding to the ideal waveform in the trellis diagram and joining the same state differs depending on the bit pattern. ing. In addition, the frequency of each ideal value is different because the number of types of bit patterns taking each ideal value is different as shown in FIG. 6, and the appearance of each bit pattern in the bit pattern of (1, 7) RLL code. This is because the frequency is different.

一方、光ディスクに記録した(1,7)RLL符号のビットパターンを実際に再生して求めたパスメトリック差のヒストグラムを調べると、図5(b)に示すように、各理想値を中心としてパスメトリック差がばらついた分布となるとともに、複数の分布が重なり合った分布形状となっている。これは、再生信号に様々なノイズがのっていることに起因する。   On the other hand, when the histogram of the path metric difference obtained by actually reproducing the bit pattern of the (1,7) RLL code recorded on the optical disk is examined, the path is centered on each ideal value as shown in FIG. The distribution has a metric difference and a distribution shape in which a plurality of distributions overlap. This is caused by various noises on the reproduction signal.

このことから、再生信号のパスメトリック差の各理想値に対するばらつきが小さくなるように等化特性を決めることにより、エラーレートを良好に低減できることが分かる。更にビタビ復号においてエラーが発生しないためにはパスメトリック差>0である必要があることを考慮すると、最もエラーを起こしやすい理想値1.5のパスメトリック差のみについてばらつきを小さくするように等化特性を決めれば、エラーレートを最良化することが可能である。   From this, it can be seen that the error rate can be reduced satisfactorily by determining the equalization characteristic so that the variation of the path metric difference of the reproduced signal with respect to each ideal value becomes small. Furthermore, considering that the path metric difference needs to be greater than 0 in order to prevent an error in Viterbi decoding, equalization is performed so that only the path metric difference of the ideal value 1.5 that is most likely to cause an error is reduced in variation. If the characteristics are determined, the error rate can be optimized.

特定パターン検出回路8は図6のようにパスメトリック差の理想値が1.5となるようなビットパターン「00111」、「00011」、「11000」、「11100」を検出するので、理想値1.5のパスメトリック差s(n)のみに対して目標値dsとの平均二乗誤差E[{s(n)−ds}2]を最小化するように動作することになる。 The specific pattern detection circuit 8 detects bit patterns “00111”, “00011”, “11000”, “11100” such that the ideal value of the path metric difference is 1.5 as shown in FIG. It operates so as to minimize the mean square error E [{s (n) −ds} 2 ] with respect to the target value ds only for the path metric difference s (n) of .5.

次に、目標値dsをパスメトリック差s(n)の理想値よりも小さな値に設定する場合について詳細に考察する。ビタビ復号においてエラーが発生しないためにはパスメトリック差が大きな値となることが望ましいので、目標値dsを小さな値に設定すると、パスメトリック差の分布全体が小さくなる(平均値が0に近づく)ような等化特性に収束するため、エラーレートが悪化することが懸念される。   Next, the case where the target value ds is set to a value smaller than the ideal value of the path metric difference s (n) will be considered in detail. In order to prevent an error in Viterbi decoding, it is desirable that the path metric difference be a large value. Therefore, if the target value ds is set to a small value, the entire distribution of the path metric difference becomes small (the average value approaches 0). There is a concern that the error rate deteriorates because of convergence to such equalization characteristics.

しかし、実際の光ディスク再生装置を用いて行った実験の結果から、目標値dsをパスメトリック差s(n)の理想値よりも小さくすることによって必ずしもエラーレートが悪化しないことが確認できた。   However, from the results of experiments performed using an actual optical disc reproducing apparatus, it was confirmed that the error rate is not necessarily deteriorated by making the target value ds smaller than the ideal value of the path metric difference s (n).

図7(a)はその実験結果を示しており、目標値dsとその収束タップ係数で等化を行って得られるエラーレートとの関係を示すグラフである。目標値dsを理想値1.5よりも小さい値に設定しても、目標値dsが0.7以上であれば、得られるエラーレートはほぼ一定していることが分かる。この理由について考察すると、目標値dsを小さくすると、パスメトリック差の分布の平均値は0に近づくが、その分だけ分布のばらつき(分散)も小さくなる作用が働き、結果としてパスメトリック差<0となる確率(これがエラーレートに対応する)はほとんど変わらないためであると推測される。   FIG. 7A shows the experimental results, and is a graph showing the relationship between the target value ds and the error rate obtained by performing equalization with the convergence tap coefficient. It can be seen that even if the target value ds is set to a value smaller than the ideal value 1.5, if the target value ds is 0.7 or more, the obtained error rate is substantially constant. Considering this reason, when the target value ds is reduced, the average value of the distribution of the path metric difference approaches 0, but the variation (dispersion) of the distribution is reduced accordingly, and as a result, the path metric difference <0. (This corresponds to the error rate) is almost unchanged.

但し、目標値dsを小さくし過ぎると(図7(a)の結果では0.7未満)、エラーレートは悪化している。この理由としては、本来のパスメトリック差の理想値に対して目標値dsが1/2程度以下になると、分布のばらつきがそれ以上小さくなれず、エラーレートが悪化していくためであると考えられる。   However, if the target value ds is made too small (less than 0.7 in the result of FIG. 7A), the error rate deteriorates. The reason for this is that when the target value ds is about ½ or less of the ideal ideal value of the path metric difference, the dispersion of the distribution cannot be further reduced and the error rate is deteriorated. It is done.

以上より、目標値dsを理想値よりもある程度小さい値に設定しても、タップ係数更新回路10の等化能力には悪影響を与えないことが保証されているといえる。   From the above, it can be said that even if the target value ds is set to a value that is somewhat smaller than the ideal value, it is guaranteed that the equalization capability of the tap coefficient update circuit 10 is not adversely affected.

図7(b)は、図7(a)と同じ実験における目標値dsと、その収束タップ係数との関係を示すグラフである。なお、この実験で用いたFIRフィルタのタップ数は9タップであり、c(0)、c(1)、…、c(8)はそれぞれタップ係数c(k,n)(k=0〜8)の収束タップ係数を示すものである。   FIG. 7B is a graph showing the relationship between the target value ds in the same experiment as FIG. 7A and the convergence tap coefficient. The number of taps of the FIR filter used in this experiment is 9 taps, and c (0), c (1),..., C (8) are tap coefficients c (k, n) (k = 0 to 8), respectively. ) Is a convergence tap coefficient.

図7(b)より、目標値dsと収束タップ係数とが比例することが確認できる。従って、目標値dsをパスメトリック差s(n)の理想値1.5よりも小さく設定することによって、収束タップ係数の絶対値を小さく抑制することが可能である。   From FIG. 7B, it can be confirmed that the target value ds is proportional to the convergence tap coefficient. Accordingly, by setting the target value ds to be smaller than the ideal value 1.5 of the path metric difference s (n), it is possible to suppress the absolute value of the convergence tap coefficient to be small.

このように収束タップ係数を小さくすることができることにより、タップ係数を保持するレジスタ(以下、「タップ係数レジスタ」という。)の容量(ビット数)から収束タップ係数がオーバーフローしてしまう危険性を小さくすることができる。タップ係数レジスタは、図1においては図示を省略したが、例えばFIRフィルタ4に備えられている。   Since the convergence tap coefficient can be reduced in this way, the risk that the convergence tap coefficient overflows from the capacity (number of bits) of the register that holds the tap coefficient (hereinafter referred to as “tap coefficient register”) is reduced. can do. Although not shown in FIG. 1, the tap coefficient register is provided in, for example, the FIR filter 4.

図8に基づいてFIRフィルタ4のより詳細な構成について説明する。FIRフィルタ4は、タップ係数レジスタ41a・41b・41cと、乗算器42a・42b・42cと、加算器43とを備えている。タップ係数更新回路10によって算出された新たなタップ係数c(k,n+1)(k=0,1,2)は、それぞれFIRフィルタ4のタップ係数レジスタ41a・41b・41cにおいて、タップ係数c(k,n)(k=0,1,2)として保持され、それぞれ対応する乗算器42a・42b・42cに出力される。乗算器42a・42b・42cでは、それぞれ対応するタップ係数レジスタ41a・41b・41cの保持しているタップ係数c(k,n)(k=0,1,2)と、再生信号u(k,n)(k=0,1,2)とを乗算し、加算器43に出力する。加算器43は、各乗算器42a・42b・42cからの出力を加算することにより、等化後信号y(i-1,n)を生成して出力する。   A more detailed configuration of the FIR filter 4 will be described with reference to FIG. The FIR filter 4 includes tap coefficient registers 41a, 41b, and 41c, multipliers 42a, 42b, and 42c, and an adder 43. The new tap coefficients c (k, n + 1) (k = 0,1,2) calculated by the tap coefficient updating circuit 10 are respectively stored in the tap coefficient registers 41a, 41b, and 41c of the FIR filter 4. (k, n) (k = 0,1,2) are held and output to the corresponding multipliers 42a, 42b, and 42c. In the multipliers 42a, 42b, and 42c, tap coefficients c (k, n) (k = 0, 1, 2) held in the corresponding tap coefficient registers 41a, 41b, and 41c and the reproduction signal u (k, n) Multiply by (k = 0, 1, 2) and output to the adder 43. The adder 43 adds the outputs from the multipliers 42a, 42b, and 42c to generate and output an equalized signal y (i-1, n).

なお、タップ係数レジスタ41a・41b・41cは、FIRフィルタ4とは別に備えられていてもよい。   The tap coefficient registers 41a, 41b, and 41c may be provided separately from the FIR filter 4.

ここで、各タップ係数レジスタが8ビットのレジスタによって構成され、1/16=0.0625刻みの固定小数点として使用する場合を考える。この場合、各タップ係数レジスタの保持できるタップ係数値の範囲は±8となる。なお、図7(a)(b)に示した実験結果と対応させるために、ここでは、図8に示したFIRフィルタ4とは異なり、タップ数が9タップであるFIRフィルタを想定する。   Here, consider a case where each tap coefficient register is constituted by an 8-bit register and is used as a fixed point in increments of 1/16 = 0.0625. In this case, the range of tap coefficient values that can be held in each tap coefficient register is ± 8. In order to correspond to the experimental results shown in FIGS. 7A and 7B, here, unlike the FIR filter 4 shown in FIG. 8, an FIR filter having 9 taps is assumed.

目標値dsが従来例のように理想値1.5に設定された場合、図7(b)より、収束タップ係数c(2)およびc(3)の絶対値は8を超えるため、正常な適応動作ができず、エラーレートが悪化してしまう。一方、目標値dsを理想値1.5よりも小さな値、例えば0.8に設定しておくことにより、収束タップ係数が全て±8以内に収まり、正しく適応化を行うことができる。この場合でも、図7(a)に示すように、目標値dsを理想値1.5に設定した場合と同じくエラーレートを良好に低減できる。   When the target value ds is set to the ideal value 1.5 as in the conventional example, the absolute values of the convergence tap coefficients c (2) and c (3) exceed 8 from FIG. The adaptive operation cannot be performed and the error rate is deteriorated. On the other hand, by setting the target value ds to a value smaller than the ideal value 1.5, for example, 0.8, all the convergence tap coefficients are within ± 8, and the adaptation can be performed correctly. Even in this case, as shown in FIG. 7A, the error rate can be satisfactorily reduced as in the case where the target value ds is set to the ideal value 1.5.

このように、目標値dsを理想値よりも小さな値に設定することにより、目標値dsを理想値に設定した場合とほぼ同じ低いエラーレートを維持しつつ、収束タップ係数がタップ係数レジスタの容量をオーバーフローしてしまう危険性を低減することができ、ひいてはエラーレートが悪化する危険性を低減することができる。   In this way, by setting the target value ds to a value smaller than the ideal value, the convergence tap coefficient is set to the capacity of the tap coefficient register while maintaining the same low error rate as when the target value ds is set to the ideal value. Can be reduced, and as a result, the risk that the error rate is deteriorated can be reduced.

以上説明したように、本実施形態における波形等化装置20a、およびこの波形等化装置20aにおいて実行される波形等化方法は、パスメトリック差の目標値を変化させることによって、収束タップ係数の絶対値を制御することができるものである。特に、目標値をパスメトリック差の理想値よりも小さな値に設定することによって、目標値を理想値と同じ値に設定する場合と比較して収束タップ係数の絶対値が小さく抑えられ、信頼性の高い適応化を実現することが可能であると同時に、目標値を理想値と同じ値に設定する場合と同等の良好なエラーレートを得ることができるものである。   As described above, the waveform equalization apparatus 20a and the waveform equalization method executed in the waveform equalization apparatus 20a according to the present embodiment can change the absolute value of the convergence tap coefficient by changing the target value of the path metric difference. The value can be controlled. In particular, by setting the target value to a value smaller than the ideal value of the path metric difference, the absolute value of the convergence tap coefficient can be kept small compared to the case where the target value is set to the same value as the ideal value. In addition, it is possible to achieve a high error rate equivalent to the case where the target value is set to the same value as the ideal value.

〔実施形態2〕
上記実施形態1においては、目標値dsを予めパスメトリック差の理想値よりも小さな値に設定していたが、再生系の様々な状態変化に起因する再生波形の特性変化により、タップ係数更新回路10によって導出される収束タップ係数がどの程度大きくなり得るかの予測は難しい。
[Embodiment 2]
In the first embodiment, the target value ds is set in advance to a value smaller than the ideal value of the path metric difference. However, the tap coefficient update circuit is caused by a change in the characteristics of the reproduction waveform caused by various state changes in the reproduction system. It is difficult to predict how large the convergence tap coefficient derived by 10 can be.

一方、図7(a)に示したように、目標値dsを小さくし過ぎるとエラーレートは悪化してしまう危険性がある。従って、目標値dsとしては、基本的にはパスメトリック差の理想値をそのまま設定しておくことが望ましいともいえる。   On the other hand, as shown in FIG. 7A, if the target value ds is too small, the error rate may be deteriorated. Therefore, it can be said that it is basically desirable to set the ideal value of the path metric difference as it is as the target value ds.

そこで、本実施形態では、更新されるタップ係数の値を監視しておき、タップ係数が許容範囲を超えそうになったときに目標値dsを少しずつ小さくしていく構成を採用する。   Therefore, in this embodiment, a configuration is adopted in which the value of the updated tap coefficient is monitored and the target value ds is gradually reduced when the tap coefficient is likely to exceed the allowable range.

図9は、本発明の第2の実施形態の波形等化装置および波形等化方法を用いた光ディスク再生装置21の構成図である。なお、光ディスク再生装置21に関し、第1の実施形態における光ディスク再生装置20の構成要素と同等の機能を有する構成要素については、同一の符号を付記してその説明を省略する。   FIG. 9 is a configuration diagram of an optical disc playback apparatus 21 using the waveform equalization apparatus and the waveform equalization method according to the second embodiment of the present invention. Regarding the optical disc playback apparatus 21, components having the same functions as those of the optical disc playback apparatus 20 in the first embodiment are denoted by the same reference numerals and description thereof is omitted.

光ディスク再生装置21が光ディスク再生装置20とは異なる点は、光ディスク再生装置21の波形等化装置21aでは、光ディスク再生装置20の波形等化装置20aにおける目標値レジスタ9の代わりに目標値更新回路11が備えられている点である。なお、FIRフィルタ4のタップ係数c(k,n)(k=0,1,2)は、回路仕様によりその設定可能範囲が±8に制限されているものとする。   The optical disc playback device 21 is different from the optical disc playback device 20 in that the waveform equalizer 21a of the optical disc playback device 21 uses the target value update circuit 11 instead of the target value register 9 in the waveform equalizer 20a of the optical disc playback device 20. It is a point that is provided. Note that the settable range of the tap coefficient c (k, n) (k = 0,1,2) of the FIR filter 4 is limited to ± 8 depending on the circuit specifications.

目標値更新回路11(目標値設定手段)は、FIRフィルタ4に現在設定されているタップ係数c(k,n)の値を監視し、所定範囲内にあるか否かを判断する。この所定範囲は、タップ係数の設定可能範囲よりも少し小さい範囲とする。本実施形態の場合、タップ係数の設定可能範囲±8に対して所定範囲を例えば±7とする。目標値更新回路11は、タップ係数が所定範囲±7以内であればタップ係数更新回路10に設定する目標値dsの値を固定する。一方、タップ係数が所定範囲±7を超えたと判断した場合、目標値dsを少し小さい値に更新する。そのためには、例えば、その時点の目標値dsから0.1を減算したり、目標値dsを0.9倍するなどの方法が考えられる。本実施形態では、0.1を減算する方法を想定して説明するが、目標値dsを少し小さい値に更新する方法として他の方法を用いてもよい。   The target value update circuit 11 (target value setting means) monitors the value of the tap coefficient c (k, n) currently set in the FIR filter 4 and determines whether or not it is within a predetermined range. This predetermined range is a range slightly smaller than the settable range of the tap coefficient. In this embodiment, the predetermined range is set to ± 7, for example, with respect to the tap coefficient settable range ± 8. The target value update circuit 11 fixes the target value ds set in the tap coefficient update circuit 10 if the tap coefficient is within a predetermined range ± 7. On the other hand, when it is determined that the tap coefficient exceeds the predetermined range ± 7, the target value ds is updated to a slightly smaller value. For that purpose, for example, a method of subtracting 0.1 from the target value ds at that time, or multiplying the target value ds by 0.9 is conceivable. In the present embodiment, description will be made assuming a method of subtracting 0.1. However, another method may be used as a method of updating the target value ds to a slightly smaller value.

図10のフローチャートは、上記のように目標値dsを更新するための処理手順の一例を示すものである。   The flowchart of FIG. 10 shows an example of a processing procedure for updating the target value ds as described above.

まず、目標値更新回路11は、目標値dsを初期値1.5、すなわち理想値に設定する(ステップS1)。続いて、光ディスク1の再生を開始する(ステップS2)。その後、特定パターン検出回路8によって特定パターンが検出される度に、FIRフィルタ4のタップ係数c(k,n)が収束タップ係数に向かって更新される(ステップS3)。この係数更新処理(ステップS3)と後述する目標値ds更新処理(ステップS5、S6)は、光ディスク1の所定範囲の再生が終了するまで繰り返される(ステップS4)。   First, the target value update circuit 11 sets the target value ds to an initial value 1.5, that is, an ideal value (step S1). Subsequently, reproduction of the optical disc 1 is started (step S2). Thereafter, every time a specific pattern is detected by the specific pattern detection circuit 8, the tap coefficient c (k, n) of the FIR filter 4 is updated toward the convergence tap coefficient (step S3). This coefficient update process (step S3) and a target value ds update process (steps S5 and S6), which will be described later, are repeated until the reproduction of the predetermined range of the optical disc 1 is completed (step S4).

目標値更新回路11は、上記タップ係数c(k,n)が更新されると、各タップ係数c(k,n)の値が所定範囲±7以内にあるか否かを判定する(ステップS5)。所定範囲±7以内にあれば、ステップS3に戻ってタップ係数の更新動作をそのまま継続する。一方、所定範囲±7を超えた場合、目標値dsの値から0.1を減算して目標値dsを更新してから(ステップS6)、ステップS3に戻る。そうすると、目標値dsが小さくなったことにともなって、タップ係数更新回路10による各タップ係数c(k,n)の収束タップ係数も小さくなるため、タップ係数c(k,n)の増加は抑制され、所定範囲±7以内に収まりながら更新が継続されていく。   When the tap coefficient c (k, n) is updated, the target value update circuit 11 determines whether or not the value of each tap coefficient c (k, n) is within a predetermined range ± 7 (step S5). ). If it is within the predetermined range ± 7, the process returns to step S3 to continue the tap coefficient updating operation. On the other hand, if the predetermined range ± 7 is exceeded, 0.1 is subtracted from the target value ds to update the target value ds (step S6), and the process returns to step S3. Then, as the target value ds becomes smaller, the convergence tap coefficient of each tap coefficient c (k, n) by the tap coefficient update circuit 10 also becomes smaller, so that an increase in the tap coefficient c (k, n) is suppressed. The update is continued while staying within the predetermined range ± 7.

なお、ステップS3におけるタップ係数の更新動作ごとにステップS5の判定動作を行ってもよいが、タップ係数の更新動作が複数回行われるごとにステップS5の判定動作を行うようにしてもよい。   Note that the determination operation in step S5 may be performed for each tap coefficient update operation in step S3, but the determination operation in step S5 may be performed each time the tap coefficient update operation is performed a plurality of times.

このように、更新されるタップ係数の値を監視しておき、タップ係数が許容範囲を超えそうになったときに、目標値を少しずつ小さくしていく構成とすることによって、実施形態1の効果に加えて、目標値dsを小さくし過ぎてエラーレートが悪化してしまう危険性を低く抑えることが可能となる。   In this way, the value of the tap coefficient to be updated is monitored, and when the tap coefficient is about to exceed the allowable range, the target value is gradually reduced, so that the first embodiment is reduced. In addition to the effect, it is possible to reduce the risk that the error rate will deteriorate due to the target value ds being too small.

なお、上記実施形態1及び2で説明した波形等化装置20a・21aの各ブロックは、ハードウェアロジックによって構成してもよいし、次のようにコンピュータを用いてソフトウェアによって実現してもよい。すなわち、波形等化装置20a・21aは、この装置の各機能を実現する波形等化プログラムの命令を実行するCPU(central processing unit)、上記プログラムを格納したROM(read only memory)、上記プログラムを展開するRAM(random access memory)、上記プログラムおよび各種データを格納するメモリ等の記憶装置(記録媒体)などを備えたコンピュータによって実現することもできる。   Each block of the waveform equalization apparatuses 20a and 21a described in the first and second embodiments may be configured by hardware logic, or may be realized by software using a computer as follows. That is, the waveform equalization apparatuses 20a and 21a have a central processing unit (CPU) that executes instructions of a waveform equalization program that implements each function of the apparatus, a read only memory (ROM) that stores the program, and a program that stores the program. It can also be realized by a computer having a RAM (random access memory) to be developed, a storage device (recording medium) such as a memory for storing the program and various data.

つまり、本発明の目的は、上述した機能を実現するソフトウェアである波形等化プログラムのプログラムコード(実行形式プログラム、中間コードプログラム、ソースプログラム)をコンピュータで読み取り可能に記録した記録媒体を、コンピュータに供給し、そのコンピュータが記録媒体に記録されているプログラムコードを読み出し実行することによっても達成可能である。   That is, an object of the present invention is to provide a computer with a recording medium in which a program code (execution format program, intermediate code program, source program) of a waveform equalization program, which is software that realizes the functions described above, is recorded in a computer-readable manner This can also be achieved by supplying and executing the program code recorded in the recording medium by the computer.

このように本明細書において、手段とは必ずしも物理的手段を意味するものではなく、各手段の機能がソフトウェアによって実現される場合も含む。さらに、一つの手段の機能が二つ以上の物理的手段により実現されても、もしくは二つ以上の手段の機能が一つの物理的手段により実現されてもよい。   Thus, in this specification, the means does not necessarily mean physical means, but includes cases where the functions of the means are realized by software. Further, the function of one means may be realized by two or more physical means, or the functions of two or more means may be realized by one physical means.

なお、上記実施形態1及び2では、PR(1,2,1)特性と(1,7)RLL符号とを組み合わせた再生系にて理想サンプルレベルを±1に正規化したためにパスメトリック差の理想値の最小値が1.5となったが、本発明の主旨は、PR特性や符号化方式に依らないことはもちろんである。   In the first and second embodiments, since the ideal sample level is normalized to ± 1 in the reproduction system combining the PR (1, 2, 1) characteristic and the (1, 7) RLL code, the path metric difference is reduced. Although the minimum value of the ideal value is 1.5, the gist of the present invention is not dependent on the PR characteristics and the coding method.

また、上記実施形態1及び2においても、情報再生装置の例として光ディスク再生装置について説明したが、これに限らず、PRML方式の信号再生を行う装置において等しくその効果を発揮することができる。すなわち、他の情報再生装置としてのハードディスク装置や磁気テープ装置などの磁気記録再生装置はもちろん、通信データ受信装置などの通信装置にも本発明を適用することができる。本発明を適用した通信装置では、図1の光ディスク再生装置20および図9の光ディスク再生装置21における光学ピックアップ2の代わりに、無線や有線による通信経路を介して伝送されてくる通信波形を受信する受信器(受信手段)を備えるようにすればよい。   Also in the first and second embodiments, the optical disk reproducing apparatus has been described as an example of the information reproducing apparatus. However, the present invention is not limited to this, and the same effect can be achieved in an apparatus that performs PRML signal reproduction. That is, the present invention can be applied not only to a magnetic recording / reproducing apparatus such as a hard disk apparatus or a magnetic tape apparatus as another information reproducing apparatus but also to a communication apparatus such as a communication data receiving apparatus. In the communication apparatus to which the present invention is applied, a communication waveform transmitted via a wireless or wired communication path is received instead of the optical pickup 2 in the optical disk reproducing apparatus 20 in FIG. 1 and the optical disk reproducing apparatus 21 in FIG. A receiver (receiving means) may be provided.

本発明は上述した各実施形態に限定されるものではなく、請求項に示した範囲で種々の変更が可能であり、異なる実施形態にそれぞれ開示された技術的手段を適宜組み合わせて得られる実施形態についても本発明の技術的範囲に含まれることはもちろんである。   The present invention is not limited to the above-described embodiments, and various modifications are possible within the scope shown in the claims, and embodiments obtained by appropriately combining technical means disclosed in different embodiments. Of course, it is included in the technical scope of the present invention.

本発明の波形等化装置、波形等化方法および波形等化プログラムによれば、波形等化の高精度な適応化が可能となるので、PRML方式の信号を再生する光ディスク再生装置などの信号再生装置や通信装置に適用できる。   According to the waveform equalization apparatus, the waveform equalization method, and the waveform equalization program of the present invention, it is possible to adapt the waveform equalization with high accuracy, so that the signal reproduction of an optical disk reproduction apparatus or the like that reproduces a PRML signal is possible. Applicable to devices and communication devices.

本発明の第1の実施形態に係る光ディスク再生装置の構成を示すブロック図である。1 is a block diagram showing a configuration of an optical disc playback apparatus according to a first embodiment of the present invention. データビット列と、記録マークと、PR(1,2,1)特性に従う再生波形及びそのサンプルレベルとの関係を示す模式図である。It is a schematic diagram showing the relationship between a data bit string, a recording mark, a reproduction waveform according to PR (1, 2, 1) characteristics, and its sample level. トレリス線図を示す模式図である。It is a schematic diagram which shows a trellis diagram. 復号ビット列「00111」と、記録マークと、再生波形及びそのサンプルレベルとの対応関係を説明するための模式図である。FIG. 10 is a schematic diagram for explaining a correspondence relationship between a decoded bit string “00111”, a recording mark, a reproduction waveform, and its sample level. (a)は理想波形のパスメトリック差のヒストグラムであり、(b)は実際の再生信号のパスメトリック差のヒストグラムである。(A) is a histogram of the path metric difference of the ideal waveform, and (b) is a histogram of the path metric difference of the actual reproduction signal. PR(1,2,1)MLと、(1,7)RLLとを組み合わせた再生系におけるパスメトリック差の各理想値に対応するビットパターンの一覧表である。It is a list of bit patterns corresponding to respective ideal values of path metric differences in a reproduction system in which PR (1, 2, 1) ML and (1, 7) RLL are combined. (a)はパスメトリック差の目標値とエラーレートとの関係を示すグラフであり、(b)はパスメトリック差の目標値と収束タップ係数値との関係を示すグラフである。(A) is a graph showing the relationship between the target value of the path metric difference and the error rate, and (b) is a graph showing the relationship between the target value of the path metric difference and the convergence tap coefficient value. 図1の光ディスク再生装置におけるFIRフィルタの構成をより詳細に示すブロック図である。FIG. 2 is a block diagram showing in more detail the configuration of an FIR filter in the optical disc reproducing apparatus of FIG. 本発明の第2の実施形態に係る光ディスク再生装置の構成を示すブロック図である。It is a block diagram which shows the structure of the optical disk reproducing | regenerating apparatus concerning the 2nd Embodiment of this invention. 図9の光ディスク再生装置においてパスメトリック差の目標値を更新する処理の流れを示すフローチャートである。10 is a flowchart showing a flow of processing for updating a target value of a path metric difference in the optical disc playback apparatus of FIG. 9. 従来の波形等化装置の構成を示すブロック図である。It is a block diagram which shows the structure of the conventional waveform equalization apparatus.

符号の説明Explanation of symbols

1 光ディスク(情報記録媒体)
2 光学ピックアップ(再生手段)
3 A/D変換器
4 FIRフィルタ(等化手段)
5 ビタビ復号回路(パスメトリック差検出手段)
6 パスメモリ長遅延素子
7 パスメモリ長遅延素子
8 特定パターン検出回路(パターン検出手段)
9 目標値レジスタ(目標値設定手段)
10 タップ係数更新回路(等化適応化手段)
11 目標値更新回路(目標値設定手段)
20 光ディスク再生装置(情報再生装置)
20a 波形等化装置
21 光ディスク再生装置(情報再生装置)
21a 波形等化装置
1. Optical disc (information recording medium)
2 Optical pickup (reproducing means)
3 A / D converter 4 FIR filter (equalization means)
5 Viterbi decoding circuit (path metric difference detection means)
6 Path memory length delay element 7 Path memory length delay element 8 Specific pattern detection circuit (pattern detection means)
9 Target value register (Target value setting means)
10 Tap coefficient update circuit (equalization adaptation means)
11 Target value update circuit (Target value setting means)
20 Optical disk playback device (information playback device)
20a Waveform equalizing device 21 Optical disc reproducing device (information reproducing device)
21a Waveform equalizer

Claims (12)

ビタビ復号可能な入力信号列を波形等化しつつ、その等化特性を適応化する波形等化装置において、
前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化手段と、
前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出手段と、
前記パスメトリック差の目標値を設定する目標値設定手段と、
検出された前記パスメトリック差の目標値に対する誤差に基づいて前記適応化を行う等化適応化手段とを備え、
前記目標値設定手段は、前記目標値を、ビタビ復号が想定する理想的な入力信号列に基づくパスメトリック差である理想パスメトリック差よりも小さな値に設定することを特徴とする波形等化装置。
In the waveform equalization apparatus that adapts the equalization characteristics while equalizing the waveform of the Viterbi-decoded input signal sequence,
Equalization means for generating a signal sequence after equalization by performing the waveform equalization on the input signal sequence;
Path metric difference detection means for detecting a path metric difference between a correct path and an error path in a Viterbi decoding process for the equalized signal sequence;
Target value setting means for setting a target value of the path metric difference;
Equalization adaptation means for performing the adaptation based on an error with respect to a target value of the detected path metric difference,
The target value setting means sets the target value to a value smaller than an ideal path metric difference that is a path metric difference based on an ideal input signal sequence assumed by Viterbi decoding. .
前記目標値設定手段は、前記目標値を、前記理想パスメトリック差の1/2よりも大きな値に設定することを特徴とする請求項2に記載の波形等化装置。   3. The waveform equalization apparatus according to claim 2, wherein the target value setting means sets the target value to a value larger than ½ of the ideal path metric difference. ビタビ復号可能な入力信号列を波形等化しつつ、その等化特性を適応化する波形等化装置において、
前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化手段と、
前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出手段と、
前記パスメトリック差の目標値を設定する目標値設定手段と、
検出された前記パスメトリック差の目標値に対する誤差に基づいて前記適応化を行う等化適応化手段とを備え、
前記目標値設定手段は、前記等化特性に応じて前記目標値を変化させることを特徴とする波形等化装置。
In the waveform equalization apparatus that adapts the equalization characteristics while equalizing the waveform of the Viterbi-decoded input signal sequence,
Equalization means for generating a signal sequence after equalization by performing the waveform equalization on the input signal sequence;
Path metric difference detection means for detecting a path metric difference between a correct path and an error path in a Viterbi decoding process for the equalized signal sequence;
Target value setting means for setting a target value of the path metric difference;
Equalization adaptation means for performing the adaptation based on an error with respect to a target value of the detected path metric difference,
The target value setting means changes the target value according to the equalization characteristic.
前記目標値設定手段は、前記目標値を、ビタビ復号が想定する理想的な入力信号列に基づくパスメトリック差である理想パスメトリック差よりも小さな値となるように変化させることを特徴とする請求項3に記載の波形等化装置。   The target value setting means changes the target value to be a value smaller than an ideal path metric difference that is a path metric difference based on an ideal input signal sequence assumed by Viterbi decoding. Item 4. The waveform equalizer according to Item 3. 前記目標値設定手段は、前記目標値を、前記理想パスメトリック差の1/2よりも大きな値となるように変化させることを特徴とする請求項4に記載の波形等化装置。   5. The waveform equalization apparatus according to claim 4, wherein the target value setting means changes the target value so as to be a value larger than ½ of the ideal path metric difference. 前記等化手段は、複数の等化係数に対して前記入力信号列の各入力信号を順次対応づけつつ、前記各等化係数と、当該各等化係数に対応づけられた各入力信号との畳み込み演算を行うことにより等化後信号列を生成するものであり、
前記目標値設定手段は、前記等化適応化手段による等化特性の適応化動作中に、前記等化係数の絶対値に応じて前記目標値を変化させることを特徴とする請求項3、4または5に記載の波形等化装置。
The equalization means sequentially associates each input signal of the input signal sequence with a plurality of equalization coefficients, and each equalization coefficient and each input signal associated with the equalization coefficient. A signal sequence after equalization is generated by performing a convolution operation,
5. The target value setting means changes the target value according to an absolute value of the equalization coefficient during an equalization characteristic adaptation operation by the equalization adaptation means. Or the waveform equalization apparatus of 5.
請求項1から6の何れか1項に記載の波形等化装置と、
情報記録媒体から前記入力信号列を再生する再生手段とを備えることを特徴とする情報再生装置。
The waveform equalizer according to any one of claims 1 to 6,
An information reproducing apparatus comprising: reproducing means for reproducing the input signal sequence from an information recording medium.
請求項1から6の何れか1項に記載の波形等化装置と、
通信経路を介して伝送されてくる前記入力信号列を受信する受信手段とを備えることを特徴とする通信装置。
The waveform equalizer according to any one of claims 1 to 6,
And a receiving means for receiving the input signal string transmitted via the communication path.
請求項1から6の何れか1項に記載の波形等化装置を動作させる波形等化プログラムであって、コンピュータを前記各手段として機能させるための波形等化プログラム。   A waveform equalization program for operating the waveform equalization apparatus according to any one of claims 1 to 6, wherein the waveform equalization program causes a computer to function as each of the means. 請求項9に記載の波形等化プログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the waveform equalization program according to claim 9 is recorded. ビタビ復号可能な入力信号列を波形等化しつつ、その等化特性を適応化する波形等化方法において、
前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化ステップと、
前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出ステップと、
前記パスメトリック差の目標となる値として設定された目標値に対する、検出された前記パスメトリック差の誤差に基づいて、前記適応化を行う等化適応化ステップとを含み、
前記目標値を、ビタビ復号が想定する理想的な入力信号列に基づくパスメトリック差である理想パスメトリック差よりも小さな値に設定することを特徴とする波形等化方法。
In the waveform equalization method for adapting the equalization characteristics while equalizing the waveform of the Viterbi-decodeable input signal sequence,
An equalization step of generating a post-equalization signal sequence by performing the waveform equalization on the input signal sequence;
A path metric difference detecting step for detecting a path metric difference between a correct path and an error path in a Viterbi decoding process for the equalized signal sequence;
An equalization adaptation step for performing the adaptation based on an error of the detected path metric difference with respect to a target value set as a target value of the path metric difference,
A waveform equalization method, wherein the target value is set to a value smaller than an ideal path metric difference that is a path metric difference based on an ideal input signal sequence assumed by Viterbi decoding.
ビタビ復号可能な入力信号列を波形等化しつつ、その等化特性を適応化する波形等化方法において、
前記入力信号列に対して前記波形等化を行うことにより等化後信号列を生成する等化ステップと、
前記等化後信号列に対するビタビ復号過程における正解パスと誤りパスとのパスメトリック差を検出するパスメトリック差検出ステップと、
前記パスメトリック差の目標となる値として設定された目標値に対する、検出された前記パスメトリック差の誤差に基づいて、前記適応化を行う等化適応化ステップと、
前記等化特性に応じて前記目標値を変化させる目標値更新ステップとを含むことを特徴とする波形等化方法。
In the waveform equalization method for adapting the equalization characteristics while equalizing the waveform of the input signal sequence that can be Viterbi-decoded,
An equalization step of generating a post-equalization signal sequence by performing the waveform equalization on the input signal sequence;
A path metric difference detecting step for detecting a path metric difference between a correct path and an error path in a Viterbi decoding process for the equalized signal sequence;
An equalization adaptation step for performing the adaptation based on an error of the detected path metric difference with respect to a target value set as a target value of the path metric difference;
And a target value update step of changing the target value in accordance with the equalization characteristic.
JP2004161824A 2004-05-31 2004-05-31 Waveform equalizer, information reproduction device, communication device, waveform equalization program, computer readable recording medium on which waveform equalization program is recorded, and waveform equalization method Withdrawn JP2005346759A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004161824A JP2005346759A (en) 2004-05-31 2004-05-31 Waveform equalizer, information reproduction device, communication device, waveform equalization program, computer readable recording medium on which waveform equalization program is recorded, and waveform equalization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004161824A JP2005346759A (en) 2004-05-31 2004-05-31 Waveform equalizer, information reproduction device, communication device, waveform equalization program, computer readable recording medium on which waveform equalization program is recorded, and waveform equalization method

Publications (1)

Publication Number Publication Date
JP2005346759A true JP2005346759A (en) 2005-12-15

Family

ID=35499005

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004161824A Withdrawn JP2005346759A (en) 2004-05-31 2004-05-31 Waveform equalizer, information reproduction device, communication device, waveform equalization program, computer readable recording medium on which waveform equalization program is recorded, and waveform equalization method

Country Status (1)

Country Link
JP (1) JP2005346759A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9236893B2 (en) 2014-05-21 2016-01-12 Fujitsu Limited Distortion compensation device and distortion compensation method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9236893B2 (en) 2014-05-21 2016-01-12 Fujitsu Limited Distortion compensation device and distortion compensation method

Similar Documents

Publication Publication Date Title
JP5054791B2 (en) PRML detector
US20050193318A1 (en) Adaptive waveform equalization for viterbi-decodable signal and signal quality evaluation of viterbi-decodable signal
US7545862B2 (en) Adaptive equalizer, decoding device, and error detecting device
JP2005276412A (en) Apparatus for providing dynamic equalizer optimization
JP2004080210A (en) Digital filter
US6791776B2 (en) Apparatus for information recording and reproducing
JP2003085764A (en) Waveform equalizer and prml detector
JP2006164487A (en) Waveform equalizer and equalization method, waveform equalization program, and computer readable recording medium which records waveform equalization program
JP4010086B2 (en) Viterbi decoder
WO2007010993A1 (en) Waveform equalization controller
JP2005085384A (en) Device and method for adaptive equalizing
US20090129229A1 (en) Method and apparatus for reproducing data
KR100582152B1 (en) Apparatus and method of correcting offset
JP2005346759A (en) Waveform equalizer, information reproduction device, communication device, waveform equalization program, computer readable recording medium on which waveform equalization program is recorded, and waveform equalization method
US7289579B2 (en) Information reproducing apparatus using maximum likelihood decoding method
JP4727310B2 (en) Waveform equalization apparatus, information reproducing apparatus, waveform equalization method, waveform equalization program, and recording medium
JP3875154B2 (en) Waveform equalization apparatus, information reproducing apparatus, communication apparatus, waveform equalization method, waveform equalization program, and computer-readable recording medium recording the waveform equalization program
JP4593312B2 (en) Waveform equalization apparatus, information reproducing apparatus, waveform equalization method, waveform equalization program, and recording medium
JP4030983B2 (en) Waveform equalization apparatus, information reproducing apparatus, communication apparatus, waveform equalization method, waveform equalization program, and computer-readable recording medium recording the waveform equalization program
JP2001250334A (en) Information reproducing device and reproducing method
JP2008034025A (en) Disk signal analyzing device
JP2000151425A (en) Prml(partial response most liklihood) detector and data error correction code generator
JP4442370B2 (en) Data processing apparatus, data processing method, and optical disc apparatus
JP4009964B2 (en) Viterbi decoder
JP4009963B2 (en) Viterbi decoding method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20070807