Go Back   Home > Forums > Source & Line > Digital Source
Home Forums Rules Articles Store Gallery Blogs Register Donations FAQ Calendar Search Today's Posts Mark Forums Read

Digital Source Digital Players and Recorders: CD , SACD , Tape, Memory Card, etc.

Please consider donating to help us continue to serve you.

Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving
Reply
 
Thread Tools Search this Thread
Old 18th January 2009, 08:41 PM   #1
diyAudio Member
 
Join Date: May 2008
Location: Arnhem Netherlands
Default CD player's eyepattern

Is there anybody who can explain how the eyepattern in a cd player is formed?
In my opinion it represents a serial datastream, however, it looks like sinewaves written throug eachother.
What does this eyepattern represent?
  Reply With Quote
Old 19th January 2009, 10:08 PM   #2
Javin5 is offline Javin5  Switzerland
diyAudio Member
 
Join Date: Mar 2006
Location: Switzerland
It represents the scope picture of a datastream, triggered by the clock of that data. The transitions are rounded because of bandwith limitation, so it may look like sine wave shaped transitions (sort of). In the ideal case, the eye pattern is wide open, i.e. the transition crossings of all superimposed tracks are close together, providing a good margin for sampling the data stream with the PLL-recovered clock, even if that clock has some jitter. Yes, this an analog signal, even if it represents digital data.
  Reply With Quote
Old 19th January 2009, 10:32 PM   #3
Banned
 
Join Date: Jan 2008
Blog Entries: 2
It's a bitstream displayed so that the bits are overlaid.

The vertical height of the eye is the amplitude of the signal. As the eye shrinks in the vertical direction bit errors increase as the signal level is no longer reliably interpreted as '0' or '1'

If the eye shrinks in the horizontal direction bit errors increase as jitter causes the sampling to occur at the wrong time.

Both problems can be present at the same time.

w
  Reply With Quote
Old 20th January 2009, 08:49 AM   #4
phofman is offline phofman  Czech Republic
diyAudio Member
 
Join Date: Apr 2005
Location: Pilsen
IIRC, CD players do not need PLL, but have a buffer for the incoming stream from the reading head, and control level of the buffer fill by regulating rotation speed of the disk. That way the outgoing data stream should be independent of the reading jitter (though it certainly propagates through the supply lines).
  Reply With Quote
Old 20th January 2009, 06:16 PM   #5
diyAudio Member
 
Join Date: May 2008
Location: Arnhem Netherlands
Thanks a lot for the information. So if I'm right, this datastream is only made visible in the form of an eyepattern. The decoder receives serial data from the read electronics? I mean, the changes from pits to lands are picked up by the photodiodes as flashes and are transmitted to the decoder as a serial stream?
  Reply With Quote
Old 21st January 2009, 08:03 PM   #6
diyAudio Member
 
Join Date: Dec 2001
Location: Eindhoven
Quote:
Originally posted by Steven505
Thanks a lot for the information. So if I'm right, this datastream is only made visible in the form of an eyepattern. The decoder receives serial data from the read electronics? I mean, the changes from pits to lands are picked up by the photodiodes as flashes and are transmitted to the decoder as a serial stream?
yes, it is the summation of the 4 central diodes. this signal is first sliced and then decoded

one can see and measure a lot of the drive quality looking at and measuring on this signal only

best
__________________
Guido Tent
www.Tentlabs.com
  Reply With Quote
Old 22nd January 2009, 09:42 PM   #7
Banned
 
Join Date: Jan 2008
Blog Entries: 2
Yeah, obviously when you have a serial datastream you can generate an eye pattern at any point in it's travel from source to sink, so it's an analytical tool employed all over the place in digital comms for debug, but it doesn't generate numerical performance data as e.g. bit error rate.

w
  Reply With Quote
Old 23rd January 2009, 07:40 AM   #8
diyAudio Member
 
Join Date: Dec 2001
Location: Eindhoven
Quote:
Originally posted by wakibaki
Yeah, obviously when you have a serial datastream you can generate an eye pattern at any point in it's travel from source to sink, so it's an analytical tool employed all over the place in digital comms for debug, but it doesn't generate numerical performance data as e.g. bit error rate.

w
exactly

Some decoders have a an error flag which gives a signal when an error occurs. You may connect a counter and see how many errors appear (bear in mind that many if not all can be corrected).

The more sophisticated decoders like we used in DVD recordable systems have both jitter en bit error measurements integrated, so the drive software can adapt its' laser power and strategies prior and during writing, to optimise the burning process........

best
__________________
Guido Tent
www.Tentlabs.com
  Reply With Quote
Old 25th January 2009, 04:19 AM   #9
Cliff45 is offline Cliff45  United States
diyAudio Member
 
Join Date: Oct 2007
Location: Arizona, USA
Default What's the "Eye Pattern" Represent?

Steven505-

Maybe this will help?

The "eye pattern" is made on the display of an oscilloscope by triggering the traces from a stable (extremely stable!) PLL reference clock, with the oscilloscope timebase set to one "unit interval" (UI) of the data stream being measured. The eye pattern itself is built up from continuous re-draws of the display by subsequent bit transitions of the data stream. Some special-purpose devices actually have a "clock recovery" circuit built-in for this use, like the "serial data analyzers" made by LeCroy, Textronix, Agilent, and others. These types of machines are used to measure high-speed serial data streams like those produced by SATA disk drives, telecom fiber optic links, and computer buses like PCIe. They all produce a "eye pattern" if you need to measure the quality of a data link between two points.

A good article on eye pattern measurements done by Mike Hertz (perfect name for a guy who's an E.E., if you asked me!) from LeCroy, Inc. is located here: IEC Newsletter, August 2007

The generated signal trace can be used to interpret the quality of the received signal stream. It reveals noise as the waveform's amplitude variations become indistinct, and jitter as the transitions shift about the time intervals of the code period. Peak shift, dc offset, and other faults also will show up in this display as well. Noise in a channel will tend to close the pattern vertically, and jitter closes it horizontally.


At what point in the chain you measure determines what the eye pattern means. "Interface" jitter is measured between two points that are transferring serial data in the digital domain, and "Sampling" jitter is measured where the data is converted from the digital domain to analog or vice-versa. A good question one might ask is, "Do I want to measure the accuracy of the mechanism that reads the storage medium, or do I want to measure the accuracy of the medium itself?" Measuring the quality of a CD disk would be done by examining the analog RF 3T-11T signal the is output from the pickup itself. The 11T signal is derived from the reading of a 11T pit/land and a 3T signal is from a 3T pit/land.

Katherine Cochrine put together an article on the subject of CD testing back in 1996, part of it is reproduced here:

CD Testing: The DIgital and Analog Sides


HTH-
  Reply With Quote
Old 25th January 2009, 06:34 PM   #10
diyAudio Member
 
Join Date: May 2008
Location: Arnhem Netherlands
Thank you verry much Cliff45!!

You have been a great help in my understanding of eyepatterns.
I think I understand the basics of it now.

Thanx again!

Steven
  Reply With Quote

Reply


Hide this!Advertise here!

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cd Player Vs Dvd Player - The Facts pezza89 Solid State 12 23rd September 2007 07:42 PM
Converting CAL CL10 5 disc player to a single disc player stoolpigeon Digital Source 0 27th May 2007 01:25 PM
Wanted: Leftover DAC from an upgraded CD player, or CD player with broken transport. Spasticteapot Swap Meet 0 7th October 2006 08:12 PM
How do I use CD-Rom diy meridian 588 CD player and 800 reference CD/DVD player? jelou Digital Source 4 29th April 2004 03:48 AM
Stand Alone CD Player vs. DVD Combo-Player Tom D Digital Source 0 2nd January 2003 04:08 PM


New To Site? Need Help?

All times are GMT. The time now is 06:58 PM.

Page generated in 0.12091 seconds (82.56% PHP - 17.44% MySQL) with 10 queries

Copyright ©1999-2012 diyAudio