What is an eye diagram? How is an eye diagram formed?

preface, description

The eye diagram is due to the afterglow effect of the oscilloscope , and the waveforms of each symbol obtained by scanning are superimposed to form an eye diagram .

This article will lead you to understand what the eye diagram on the PCB is, how the eye diagram is formed, what information is contained in the eye diagram, and how to distinguish signal quality based on the eye diagram. To understand the eye diagram of an oscilloscope, you need to master the following 4 points:

1. What is an eye diagram?

The eye diagram is a series of digital signals accumulated and displayed on the oscilloscope . It contains a wealth of information. From the eye diagram, the influence of intersymbol crosstalk and noise can be observed , which reflects the overall characteristics of the digital signal, so as to estimate the system optimization. Therefore, eye diagram analysis is the core of signal integrity analysis for high-speed interconnect systems .

In addition, this graph can also be used to adjust the characteristics of the receiving filter to reduce the intersymbol interference and improve the transmission performance of the system.

Connect an oscilloscope across the output of the receiving filter, and then adjust the scanning period of the oscilloscope so that the horizontal scanning period of the oscilloscope is synchronized with the period of the received symbol. At this time, the graph seen on the oscilloscope screen is called an eye diagram.

The signal generally measured by the oscilloscope is the waveform of some bits or a certain period of time , which reflects more detailed information, while the eye diagram reflects the overall characteristics of all digital signals transmitted on the link.

The way to observe the eye diagram is:

Connect an oscilloscope across the output of the receiving filter, and then adjust the oscilloscope scan cycle to synchronize the oscilloscope horizontal scan cycle with the cycle of the received symbol. At this time, the image seen on the oscilloscope screen looks like the human eye, so it is called " Eye".

From the "eye diagram", the influence of intersymbol crosstalk and noise can be observed, so as to estimate the quality of the system.

In addition, this graph can also be used to adjust the characteristics of the receiving filter to reduce the intersymbol interference and improve the transmission performance of the system.

2. How is the eye diagram formed?

For digital signals, the changes of high level and low level can have various sequence combinations.

Taking 3 bits as an example, there can be a total of 8 combinations of 000-111. In the time domain, enough of the above sequences are aligned to a certain reference point, and then their waveforms are superimposed to form an eye diagram.

As shown below. For the test instrument, the clock signal of the signal is first recovered from the signal to be tested, and then the eye diagram is superimposed according to the clock reference, and finally displayed.

insert image description here

3. What information is contained in the eye diagram?

For a real eye diagram, as shown in the figure below, first we can see the digital waveform

  • Average rise time (RiseTime),
  • Fall Time (FallTime),
  • Overshoot,
  • Undershoot,
  • Basic level conversion parameters such as threshold level (Threshold/CrossingPercent).

insert image description here

  • Rise Time (RiseTime): The rise time of the pulse signal refers to the interval between the two instants when the instantaneous value of the pulse first reaches the specified lower limit and the specified upper limit. Unless otherwise specified, the lower and upper limits are set at 10% and 90% of the peak amplitude of the pulse, respectively.
  • Fall Time (FallTime): The fall time of the pulse signal refers to the time interval from 90% of the peak amplitude of the pulse to 10%.
  • Overshoot: Also called overshoot, the first peak or valley exceeds the set voltage, which is mainly manifested as a sharp pulse and can lead to failure of circuit components.
  • Undershoot: Refers to the next valley or peak. Excessive overshoot can cause protection diodes to work, leading to premature failure. Excessive undershoot can cause spurious clock or data errors.
  • Threshold level (Threshold/CrossingPercent): refers to the lowest receiving level that the receiver can achieve when the system transmission characteristics are inferior to a certain bit error rate.

4. How to distinguish the signal quality according to the eye diagram

It is impossible for the signal to maintain exactly the same voltage value every time the high and low levels, nor can it guarantee that the rising and falling edges of each high and low level are at the same time. Due to the superposition of multiple signals, the signal line of the eye diagram becomes thicker and blurred (Blur) phenomenon appears.

So the eye diagram also reflects the noise and jitter of the signal:

  • On the vertical voltage axis, it is reflected as voltage noise (VoltageNoise);
  • On the time axis of the horizontal axis, it is reflected as the jitter in the time domain (Jitter).

As shown below.
insert image description here
When noise is present, the noise will be superimposed on the signal, and the traces of the observed eye diagram will become blurred.

If there is intersymbol interference at the same time, the "eyes" will open even smaller . Generally, the wider the eyes of the eye diagram, the higher the eye height of the eye diagram, which means the better the signal quality.

Doing signal simulation can obtain the eye diagram situation, and then judge the quality of the signal according to the eye diagram situation,

If the eye pattern is not good, you can adjust the hardware design or PCB design to make the eye height of the eye pattern higher to ensure the signal quality of the produced product.

Guess you like

Origin blog.csdn.net/weixin_45264425/article/details/130331741