Optical disk drive using y0+y1 signal detection

Information

  • Patent Grant
  • 6275967
  • Patent Number
    6,275,967
  • Date Filed
    Wednesday, October 21, 1998
    25 years ago
  • Date Issued
    Tuesday, August 14, 2001
    23 years ago
Abstract
The present invention implements a maximum likelihood detector for optical disk drive without using a Viterbi detector. The detection algorithm that includes y0+y1 detection is very simple by requiring only one adder and one comparator, and not survival path memories.
Description




FIELD OF THE INVENTION




The present invention relates to read channels and more particularly to a Digital Video Disk (DVD) read channel.




BACKGROUND OF THE INVENTION




Currently, DVD read channels use a bit-by-bit detection scheme because of its simplicity. The performance of the bit-by-bit detection scheme is acceptable for the DVD-Video channel which operates at the clock frequency of 26.14 MHz (1X). Recently, higher clock frequencies are required for DVD-ROM applications, for example, 6X=157 MHz, 10X=261 MHz). The simple bit-by-bit detection is not sufficient to achieve the reliable performance for such high speed channels. Even in the low frequency applications, the high performance and low cost detector is desirable because it enables the cost reduction of other components.




The Partial Response Maximum-Likelihood, PRML, algorithm has been widely used in magnetic recording fields for improving performance, but the PRML algorithm is not acceptable for the DVD read channel because the spectrum of the wave forms from the DVD disk is difficult to equalize to partial response target spectrum.




Recently, the use of a Viterbi detector without partial response equalization has been examined, (by Hideki Hayashi et al, PIONEER R & D p. 37-43, Vol. 6 No. 2 1996 in Japanese). They reported that the error rate was reduced to be more than 2 order of magnitude. They used a 6-state trellis scheme, and 32 bits survival path memories. The detector is composed of 3000 gates, and one A to D converter.




The use of a Maximum Likelihood detector (ML detector) such as a Viterbi detector can improve the performance, but the circuit is much more complicated than that of the bit-by-bit detector, and the maximum operation speed is limited by the Add-Compare-Select, ACS, operation of the Viterbi detector.




SUMMARY OF THE INVENTION




The present invention provides improved performance and a low cost detection apparatus and method. The detection of the present invention is capable of higher operation speed than a Viterbi detector.











BRIEF DESCRIPTION OF THE DRAWINGS





FIG. 1

illustrates a DVD read out signal eye-pattern;





FIG. 2

illustrates second level detection;





FIG. 3

illustrates third level detection;





FIG. 4

illustrates waveform of the present invention;





FIG. 5

illustrates at two state trellis diagram;





FIG. 6



a


illustrates a first error path near zero cross points;





FIG. 6



b


illustrates a second error path near zero cross points;





FIG. 6



c


illustrates a third error path near zero cross points;





FIG. 7

illustrates a six state trellis diagram;





FIG. 8

illustrates a detector;





FIG. 9

illustrates a detector with correction;





FIG. 10

illustrates a performance chart of detectors;











DETAILED DESCRIPTION




Bit-by-Bit Detection




Read-out signals from a DVD disk have many signal levels. The typical eye-pattern is shown in FIG.


1


. Detection errors occur dominantly at signals near zero-cross transitions because the amplitude of the read-out signal becomes minimum there. (

FIG. 2

, FIG.


3


).




2-Level Detection




In

FIG. 2

, we assume the signal value=0.5 and the noise value=n


k−1


at sample time k−1, and the signal value=0.5 and the noise value=n


k


at the sample time k. The sample values near the transitions are:








y




k−1


=−0.5+


n




k−1


  (1)










y




k


=+0.5+


n




k


  (2)






The error of y


k−1


occurs when n


k−1


>0.5




The error of y


k


occurs when n


k


<−0.5




3-Level Detection




If the sample points of

FIG. 2

are shifted by 0.5T, the signal values at k−1, k, and k+1 will be −1, 0, 1 respectively, (FIG.


3


). The sample values near the transitions are:







y




k−1


=−1+


n




k−1


  (3)








y




k


=0+


n




k


  (4)










y




k−1


=+1+


n




k+1


  (5)






The error of y


k−1


occurs when n


k−1


>0.5.




The error of Y


k


occurs when n


k


>0.5 or n


k


<−0.5.




The error of y


k+1


occurs when n


k+1


<−0.5




This 3-level detection method has approximately the same error threshold as the above 2-level detection method. With the 3-level detection the signal value may be less than ±1.




The 3-level detection method is effective in the following ML detection.




Viterbi Detection




The ML detection such as Viterbi detection requires that the read-out signals have some correlation to each other. The following two kinds of correlation in DVD channels can be utilized:




Signal Level Correlation




The use of the three level signals shown in

FIG. 3

enables the ML detection because the correlation exists in these 3 levels. This correlation eliminates such read-out signal sequences as <−1,1>, <−1,0,0,1>, <−1,0,−1> and so on.




When the signal level correlation is applied to Viterbi detector, all the sample signals must be limited to 3 levels by using limiter circuits to calculate branch metrics correctly, (FIG.


4


). The Viterbi detector needs only a 2-state trellis which has 3 level signals (−1,0,1) as shown in FIG.


5


.




SNR Improvement by Signal Level Correlation




The Viterbi detector has the 3 worst case error paths near zero-cross points, (

FIG. 6



a, b, c


). In

FIG. 6



a,


when n


k−1


+n


k


<1, the two sample values y


k−1


and y


k


are close to the correct path, and the detection will be done correctly. When n


k−l


+n


k


>1 the sample values y


k−1


and y


k


are close to the error path, and the detection error will occur. The error threshold of the Viterbi detector is n


k−1


+n


k


>1.




It is n


k


+n


k+1


,−1 in the pattern shown in

FIG. 6



b.


It is n


k−1


−n


k+1


>1 in

FIG. 6



c.






These detection thresholds improve the SNR by 3 dB statistically over the bit-by-bit detection (n


k


>0.5 or n


k


<−0.5) if the noise at each sample point is time independent.




Code Constraints Correlation




The DVD channel uses the {fraction (8/16)} modulation code. This code is a (d=2, k=10) code. The d is the minimum zero run length between two ones, and k is the maximum zero run length between two ones. After NRZI conversation, the minimum transition period is 3T and the maximum transition period is 11T. (The T is the period of code clock.) In this code, the d=2 constraint can be used for the ML detection. This eliminates 1T and 2T patterns from the detected data sequences. The 1T's (010 and 101) and 2T's (0110 and 1001) are invalid in NRZI→NRZ {fraction (8/16)} modulation code.




A 6-state Trellis is necessary to remove 1T and 2T patterns. The 6-state Trellis diagram shown in

FIG. 7

uses both the signal level correlation and the code correlation.




−y(


0


)+y(


1


) Detection




The y


0


+y


1


detection of the present invention uses 3-level signals as shown in FIG.


3


and

FIG. 4

, but the limitations of the amplitude of sample values is not required. After the adjacent two sample addition (y


0


+y


1


), 2-level decision is accomplished as follows:






If


y


(


0


)+


y


(


1


)>=0,→1








If


y


(


0


)+


y


(


1


)<0,→0






If the worst (minimum) signal case shown in

FIG. 3

, from equations (3), (4), and (5).








y


(


0


)+


y


(


1


)=


y




k−1




+y




k


=−1+


n




k−1




+n




k


  (6)










y


(


0


)+


y


(


1


)=


y




k




+y




k+1


=+1+


n




k




+n




k+1


  (7)






These equations show the error that occurs when n


k−1


=n


k


>1 or n


k


+n


k+1


<−1.




This error threshold is same as that of the Viterbi detector with level correlation. The added signals (1 and −1) of the equations of (6) and (7) are the worst case of the y(


0


)+y(


1


) detector.




The value of the added signals in any other sample points is always 1< or <−1. This y(


0


)+y(


1


) detection algorithm is valid for the d>=1 code. The




The y(


0


)+y(


1


) detection is better than the Viterbi detector with level correlation because the y(


0


)+y(


1


) detection eliminates pattern error in

FIG. 6



c.







FIG. 8

shows the block diagram of the basic y(


0


)+y(


1


) detector. The analog to digital converter is not used. The analog track and hold circuits (


100


,


102


) make one sample time delay. The output of track and hold circuit (


102


) is input to comparator (


104


).




y(


0


)+y(


1


) Detector with 2T Pattern Corrections




The basic y(


0


)+y(


1


) detector does not utilize the code correlation. The additional circuit shown in

FIG. 9

can remove 2T pattern errors. The y(


0


)+y(


1


) detector is virtually free of 1T pattern errors.




When the 2T pattern is detected (x


0


, x−1, x−2, x−3=0110 or 1001), the error must exist in either x


0


or x−3. The correction is done as follows:






The current


y


(


0


)+


y


(


1


) is compared with the


y−


3+


y−


2.






If the y(


0


)+y(


1


) detection is wrong and the y−3+y−2 detection is correct, the absolute value of y(


0


)+y(


1


) is smaller than the absolute value of y−3+y−2 in most cases.




When the error pattern x


0


, x−1, x−2, x−3=0110, if y−3+y−2<y


0


+y


1


, then x


0


is corrected to 1 else x−3 is corrected to 1.




When the error pattern x


0


, x−1, x−2, x−3=1001, if y−3+y−2<y


0


+y


1


then x−3 is corrected to 0 else x


0


is corrected to 0.




The performance of the y(


0


)+y(


1


) detector with 2T correction is approximately the same as the 6-state Viterbi detector.




The block diagram shown in

FIG. 9

is for d=2 code channels.




For d=1 code channels such as 1,7 code, the 1T pattern (010 or 101) correction must be done in the similar method.




Performance Comparisons





FIG. 10

illustrates the performance comparison of the present invention.




The y(


0


)+y(


1


) detector with 2T pattern correction and the 6-state Viterbi detector showed the best and same performance. Both detectors utilize both level correlation and code correlation.




The simple y(


0


)+y(


1


) detector and 2-state Viterbi detector is about 3 dB better than the bit-by-bit detection. Both detectors utilize only the level correlation.




The 6-state Viterbi which utilizes only the code correlation shows a little improvement.




Other Features of y(


0


)+y(


1


) detector




Easier realization of the high data rate channel.




The Viterbi detector requires branch metric calculations and path metric calculations. The y(


0


)+y(


1


) detector requires only one addition. The y


0


+y


1


detector does not need a high speed A to D converter.




The y(


0


)+y(


1


) detector has better phase error detection




The Viterbi detector requires long survival path memories, 20 bits or more. This results in a fairly long time to get a final decision. The y


0


+y


1


detector does not have the path memories. The decision is fast.




The phase error detection circuit for timing recovery needs some detected data. The phase error detection circuit with the y(


0


)+y(


1


) detector can use the high quality data from the y(


0


)+y(


1


) detector, but the phase error detection circuit with the Viterbi detector cannot use the high quality data from the Viterbi detector because of the too long latency. The additional simple detection circuit which has fast detection but low quality must be used.




The y(


0


)+y(


1


) detector has no limiter setting




The Viterbi detector needs an amplitude limiter to get 30 level targets shown in FIG.


4


. The best setting of the limiter value is not so easily obtained because disks and read channel have many variations. The unfit setting degrades the SNR performance. The y(


0


)+y(


1


) detector does not need the limiters.



Claims
  • 1. A y(0)+y(1) detection method for an optical disk wave form, comprising:performing demodulation method for decoding a d>=1 modulation code; performing 3-level sampling; performing y(0)+y(1) addition; and performing 2 level detection, correcting a d*T pattern; detecting a d*T pattern; and comparing y(0)+y(1) and y−(d+1)+y−d.
Parent Case Info

This application claims benefit of provisional application No. 60/062,708 filed Oct. 22,1997.

US Referenced Citations (12)
Number Name Date Kind
5457418 Chang Oct 1995
5537374 Wachi Jul 1996
5757857 Buchwald May 1998
5768320 Kovacs et al. Jun 1998
5774286 Shimoda Jun 1998
5832039 Rijns Nov 1998
5844741 Yamakawa et al. Dec 1998
5917859 Yamasaki et al. Jun 1999
5937020 Hase et al. Aug 1999
5946329 Hirose et al. Aug 1999
5963518 Kobayashi et al. Oct 1999
5986990 Moon Nov 1999
Provisional Applications (1)
Number Date Country
60/062708 Oct 1997 US