Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Eye pattern
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Oscilloscope display of a digital data signal}} {{Distinguish|Optical illusion}} [[File:On-off keying eye diagram.svg|thumb|300px|right|Graphical eye pattern showing an example of two power levels in an [[On-off keying|OOK]] modulation scheme. Constant binary 1 and 0 levels are shown, as well as transitions from 0 to 1, 1 to 0, 0 to 1 to 0, and 1 to 0 to 1. ]] In [[telecommunications]], an '''eye pattern''', also known as an '''eye diagram''', is an [[oscilloscope]] display in which a [[Digital signal (electronics)|digital signal]] from a receiver is repetitively sampled and applied to the vertical input (''y-axis''), while the data rate is used to trigger the horizontal sweep (''x-axis''). It is so called because, for several types of coding, the pattern looks like a series of eyes between a pair of rails. It is a tool for the evaluation of the combined effects of channel noise, dispersion and [[intersymbol interference]] on the performance of a baseband pulse-transmission system. The technique was first used with the [[World War II|WWII]] [[SIGSALY]] secure speech transmission system. From a mathematical perspective, an eye pattern is a visualization of the [[probability density function]] (PDF) of the signal, [[Modular_arithmetic|modulo]] the [[Unit_interval_(data_transmission)|unit interval]] (UI). In other words, it shows the probability of the signal being at each possible voltage across the duration of the UI. Typically a [[False_color#Pseudocolor|color ramp]] is applied to the PDF in order to make small brightness differences easier to visualize. Several [[system]] performance measurements can be derived by analyzing the display. If the signals are too long, too short, poorly synchronized with the system clock, too high, too low, too [[Noise (electronics)|noisy]], or too slow to change, or have too much undershoot or [[overshoot (signal)|overshoot]], this can be observed from the eye diagram. An open eye pattern corresponds to minimal signal [[distortion]]. Distortion of the signal [[waveform]] due to [[intersymbol interference]] and noise appears as closure of the eye pattern.<ref>Christopher M. Miller "High-Speed Digital Transmitter Characterization Using Eye Diagram Analysis". [http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1994-08.pdf 1266 Hewlett-Packard Journal 45(1994) Aug., No,4] {{Webarchive|url=https://web.archive.org/web/20210126091059/http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1994-08.pdf |date=2021-01-26 }}, pp. 29-37.</ref><ref>{{FS1037C MS188}}</ref><ref>John G Proakis, Digital Communications 3rd ed, 2001</ref> == Calculation == === Source data === The first step of computing an eye pattern is normally to obtain the waveform being analyzed in a quantized form. This may be done by measuring an actual electrical system with an oscilloscope of sufficient bandwidth, or by creating synthetic data with a [[Electronic circuit simulation|circuit simulator]] in order to evaluate the signal integrity of a proposed design. A combination of the two approaches may be used as well: simulating the effects of an arbitrary circuit or [[Transmission_lines|transmission line]] on a measured signal, perhaps to determine whether a signal will still be intelligible after passing through a long cable. [[Interpolation]] may also be applied at this time in order to increase the number of samples per unit interval (UI) and produce a smooth, gap-free plot which is more visually appealing and easier to understand. === Slicing === Next, the position of each sample within the UI must be determined. There are several methods for doing this depending on the characteristics of the signal and the capabilities of the oscilloscope and software in use. This step is critically important for accurate visualization of [[jitter]] in the eye. ==== Triggering ==== A very simple method of slicing is to set the oscilloscope display to be slightly more than one UI wide, trigger on both rising and falling edges in the signal, and enable display persistence so that all measured waveforms "stack" into a single plot. This has the advantage of being possible on almost any oscilloscope (even fully analog ones) and can provide decent visualization of noise and overall signal shape, but completely destroys the jitter content of the signal since the instrument's trigger re-synchronizes the plot to each UI. The only jitter visible with this method is that of the oscilloscope itself, as well as extremely high frequency jitter (frequencies with period less than the UI). ==== Fixed rate ==== A simple way to have the eye pattern display jitter in the signal is to estimate the [[symbol rate]] of the signal (perhaps by counting the average number of zero crossings in a known window of time) and acquiring many UIs in a single oscilloscope capture. The first zero crossing in the capture is located and declared to be the start of the first UI, and the remainder of the waveform is divided into chunks one UI long. This approach can work adequately for stable signals in which the symbol rate remains exactly the same over time, however inaccuracies in the system mean that some drift is inevitable so it is rarely used in practice. In some protocols, such as [[SATA]], the symbol rate is intentionally varied by use of [[Spread_spectrum_clocking#Clock_signal_generation|spread spectrum clocking]], so assuming a fixed rate will lead to the eye grossly exaggerating the actual jitter present on the signal. (While spread spectrum modulation on a clock is technically jitter in the strict sense, receivers for these systems are designed to track the modulation. The only jitter of interest to a signal integrity engineer is jitter much faster than the modulation rate, which the receiver cannot track effectively.) ==== Reference clock ==== With some protocols, such as [[HDMI]], a reference clock is supplied along with the signal, either at the symbol rate or at a lower (but synchronized) frequency from which a symbol clock can be reconstructed. Since the actual receiver in the system uses the reference clock to sample the data, using this clock to determine UI boundaries allows the eye pattern to faithfully display the signal as the receiver sees it: only jitter between the signal and the reference clock is displayed. ==== Clock recovery ==== Most high speed serial signals, such as [[PCIe]], [[DisplayPort]], and most variants of [[Ethernet]], use a [[line code]] which is intended to allow easy [[clock recovery]] by means of a [[Phase-locked loop|PLL]]. Since this is how the actual receiver works, the most accurate way to slice data for the eye pattern is to implement a PLL with the same characteristics in software. Correct PLL configuration allows for the eye to conceal the effects of spread spectrum clocking and other long-term variation in the symbol rate which do not contribute to errors at the receiver, while still displaying higher frequency jitter. === Integration === The samples are then accumulated into a two-dimensional [[histogram]], with the X axis representing time within the UI and the Y axis representing voltage. This is then [[Feature_scaling|normalized]] by dividing the value in each histogram bin by the value in the largest bin. [[Tone mapping]], logarithmic scaling, or other mathematical transformations may be applied in order to emphasize different portions of the distribution, and a color gradient is applied to the final eye for display. Large amounts of data may be needed to provide an accurate representation of the signal; tens to hundreds of millions of UIs are frequently used for a single eye pattern. In the example below, the eye using twelve thousand UIs only shows the basic shape of the eye, while the eye using eight million UIs shows far more nuance on the rising and falling edges. <gallery widths="400px" heights="250px"> Eye_pattern_2.png|Eye pattern of twelve thousand UIs of a 1.25 Gbit/s signal Eye_pattern_example.png|Eye pattern of eight million UIs (unit intervals) of a 1.25 Gbit/s signal </gallery> == Modulation == Each form of baseband modulation produces an eye pattern with a unique appearance. === NRZ === The eye pattern of a [[w:Non-return-to-zero|NRZ]] signal should consist of two clearly distinct levels with smooth transitions between them. [[File:Eye_pattern_example.png|thumb|upright=1.5|none|Eye pattern of a 1.25 Gbit/s NRZ signal]] === MLT-3 === The eye pattern of a [[w:MLT-3_encoding|MLT-3]] signal should consist of three clearly distinct levels (nominally -1, 0, +1 from bottom to top). The 0 level should be located at zero volts and the overall shape should be symmetric about the horizontal axis. The +1 and -1 states should have equal amplitude. There should be smooth transitions from the 0 state to the +1 and -1 states, however there should be no direct transitions from the -1 to +1 state (which would indicate the signal is PAM-3 rather than MLT-3). [[File:Eye pattern MLT3.png|thumb|upright=1.5|none|Eye pattern of a 125 Mbit/s MLT-3 signal]] === PAM === The eye pattern of a [[w:Pulse-amplitude_modulation|PAM]] signal should consist of N clearly distinct levels (depending on the PAM order, for example PAM-4 should have four levels and PAM-3 should have three). The overall shape should be symmetric about the horizontal axis and the spacing of all levels should be uniform. [[File:Eye pattern PAM3.png|thumb|upright=1.5|none|Eye pattern of a PAM-3 signal ([[100BASE-T1]] automotive Ethernet)]] === PSK === {{Main|Phase-shift keying}} [[File:Binary PSK eye diagram.svg|Eye pattern of a binary [[Phase-shift keying|PSK]] system]] [[File:Multipath system eye diagram.svg|Eye pattern of the same system with [[Multipath interference|multipath interference (MI)]] effects added]] == Channel effects == Many properties of a [[Communication_channel|channel]] can be seen in the eye pattern. === Emphasis === [[Emphasis (telecommunications)|Emphasis]] applied to a signal produces an additional level for each value of the signal which is higher (for pre-emphasis) or lower (for de-emphasis) than the nominal value. The eye pattern for a signal with emphasis may be mistaken for that of a PAM signal at first glance, however closer inspection reveals some key differences. Most notably, an emphasized signal has a limited set of legal transitions: * Strong state to corresponding weak state (1-1 or 0-0 bit pattern) * Strong state to opposite strong state (second transition of a 1-0-1 or 0-1-0 bit pattern) * Weak state to opposite strong state (second transition of a 1-1-0 or 0-0-1 bit pattern) An emphasized signal will never transition from a weak state to the corresponding strong state, a weak state to another weak state, or remain in the same strong state for more than one UI. A PAM signal also normally has equally spaced levels while emphasized levels are normally closer to the nominal signal level. [[File:Eye pattern emphasis.png|thumb|upright=1.5|none|Eye pattern of a 1.25 Gbps NRZ signal with 6 dB of pre-emphasis]] === High-Frequency Loss === Loss of printed circuit board traces and cables increases with frequency due to [[dielectric loss]], which causes the channel to behave as a [[low-pass filter]]. The effect of this is an increase in signal rise/fall time. If the data rate is high enough or the channel is lossy enough, the signal may not even reach its full value during a fast 0-1-0 or 1-0-1 transition, and only stabilize after a run of several identical bits. This results in vertical closure of the eye. The image below shows a 1.25 Gbit/s NRZ signal after passing through a lossy channel - an RG-188 coaxial cable approximately 12 feet (3.65 meters) in length. This channel has loss increasing in a fairly linear fashion from 0.1 dB at DC to 9 dB at 6 GHz. The top and bottom "rails" of the eye show the final voltage the signal reaches after several consecutive bits with the same value. Since the channel has minimal loss at DC, the maximum signal amplitude is largely unaffected. Looking at the rising edge of the signal (a 0-1 pattern) we can see that the signal starts to level off around -300 [[Picosecond|ps]], but continues to rise slowly over the duration of the UI. At around +300 ps, the signal either begins falling again (a 0-1-0 pattern) or continues rising slowly (an 0-1-1 pattern). [[File:Eye pattern LPF.png|thumb|upright=1.5|none|Eye pattern of a 1.25 Gbit/s NRZ signal through a lossy channel]] As high frequency losses increase the overall shape of the eye gradually degrades into a sinusoid (once higher frequency harmonics of the data has been eliminated, all that remains is the fundamental) and decreases in amplitude. === Impedance Mismatches === Stubs, impedance mismatches, and other defects in a transmission line can cause [[Signal_reflection|reflections]] visible as defects in the edges of the signal. Reflections with a delay greater than one UI often render the eye completely unreadable due to [[Intersymbol_interference|inter-symbol interference (ISI)]], however those with a shorter delay can be easily seen in the shape of the eye. In the image below, a roughly one inch (25.4 mm) open circuited stub is present in the line, causing an initial low-impedance effect (reduced amplitude) followed by a positive reflection from the end of the stub with a delay of about 320 ps or 0.4 UIs. This can be clearly seen as a "step" in the rising edge in which the signal rises to a fraction of the full value, levels off for the round trip delay of the stub, then rises to its full value when the reflection arrives. [[File:Eye pattern mismatch.png|thumb|upright=1.5|none|Eye pattern of a 1.25 Gbit/s NRZ signal with a one-inch stub]] In the image below, an additional three inches of cable is added to the end of the same stub. The same "step" is present but is now four times as long, producing reflections at about 1280 ps or 1.6 UI. This produces extreme ISI (since the reflection of each UI arrives during the subsequent UI) which completely closes the eye. [[File:Eye pattern long stub.png|thumb|upright=1.5|none|Eye pattern of a 1.25 Gbit/s NRZ signal with a four-inch stub]] ==Measurements== There are many measurements that can be obtained from an eye diagram:<ref>{{cite web | url = http://www.mathworks.com/access/helpdesk/help/toolbox/comm/index.html?/access/helpdesk/help/toolbox/comm/ref/commscope.eyediagram.html | title = Matlab's help file description of how to use the Eye Diagram Functions in the Communications Toolbox }}</ref> Amplitude measurements *Eye amplitude *Eye crossing amplitude *Eye crossing percentage *Eye height *Eye level *Eye signal-to-noise ratio *Quality factor *Vertical eye opening Time measurements *Deterministic jitter *Eye crossing time *Eye delay *Eye fall time *Eye rise time *Eye width *Horizontal eye opening *Peak-to-peak jitter *Random jitter *RMS jitter *CRC jitter *Total jitter ===Interpreting measurements=== {| class="wikitable" !Eye-diagram feature!!What it measures |- |Eye opening (height, peak to peak)||Additive [[noise]] in the signal |- |Eye overshoot/undershoot|| [[distortion]] due to interruptions in the signal path |- |Eye width||Timing synchronization & [[jitter]] effects |- |Eye closure||Intersymbol interference, additive noise |} ==See also== * [[Constellation diagram]] * [[Signal integrity]] * [[Raised-cosine filter]] * [[Extinction ratio]] ==Notes== {{reflist}} == References == * {{cite web|url=http://literature.cdn.keysight.com/litweb/pdf/E4543-90004.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://literature.cdn.keysight.com/litweb/pdf/E4543-90004.pdf |archive-date=2022-10-09 |url-status=live|title=HP E4543A Q Factor and Eye Contours Application Software Operating Manual|year=1999}} * {{cite web|title=Agilent 71501D Eye-Diagram Analysis User's Guide|url=http://literature.cdn.keysight.com/litweb/pdf/70874-90023.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://literature.cdn.keysight.com/litweb/pdf/70874-90023.pdf |archive-date=2022-10-09 |url-status=live}} == External links == {{commons category|Eye diagrams}} * {{cite web | url = https://www.youtube.com/watch?v=my7CI84le5g | title = An Eye is Born | first = Hermann | last = Ruckerbauer | website = [[YouTube]] }} Gives an example video of construction of an eye pattern * [http://www.onsemi.com/pub_link/Collateral/AND9075-D.PDF Understanding Data Eye Diagram Methodology for Analyzing High Speed Digital Signals] [[Category:Data transmission]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite web
(
edit
)
Template:Commons category
(
edit
)
Template:Distinguish
(
edit
)
Template:FS1037C MS188
(
edit
)
Template:Main
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Webarchive
(
edit
)