Main Content

comm.EyeDiagram

(Removed) Display eye diagram of time-domain signals

comm.EyeDiagram has been removed. To display the eye diagram of a signal, use the eyediagram function instead. For more details on the recommended workflow, see Compatibility Considerations.

Description

The comm.EyeDiagram System object™ displays multiple traces of a modulated signal to produce an eye diagram. You can use the object to reveal the modulation characteristics of the signal, such as the effects of pulse shaping or channel distortions. The eye diagram can measure signal characteristics and plot horizontal and vertical bathtub curves when the jitter and noise comply with the dual-Dirac model [1].

To display the eye diagram of an input signal:

  1. Create the comm.EyeDiagram object and set its properties.

  2. Call the object with arguments, as if it were a function.

To learn more about how System objects work, see What Are System Objects?

Creation

Description

ed = comm.EyeDiagram creates an eye diagram System object with default property values.

example

ed = comm.EyeDiagram(Name,Value) sets properties using one or more name-value pair argument. Enclose each property name in single quotes. Unspecified properties have default values.

Example: comm.EyeDiagram('SampleRate',2,'DisplayMode','2D color histogram')

Properties

expand all

Unless otherwise indicated, properties are nontunable, which means you cannot change their values after calling the object. Objects lock when you call them, and the release function unlocks them.

If a property is tunable, you can change its value at any time.

For more information on changing property values, see System Design in MATLAB Using System Objects.

Title of eye diagram window, specified as a character vector.

Tunable: Yes

Data Types: char

Sample rate of the input signal in hertz, specified as a positive real-valued scalar.

Data Types: double

Number of samples per symbol, specified as a positive integer.

Tunable: Yes

Data Types: double

Number of samples to skip before plotting the first point, specified as a nonnegative integer. To avoid irregular behavior, specify the offset to be less than the product of the SamplesPerSymbol and SymbolsPerTrace properties.

Tunable: Yes

Data Types: double

Number of symbols per trace, specified as a positive integer. To obtain eye measurements and visualize bathtub curves, use the default value of 2.

Tunable: Yes

Data Types: double

Number of traces to display, specified as a positive integer.

Tunable: Yes

Dependencies

To enable this property, set DisplayMode property to 'Line plot'.

Data Types: double

Eye diagram display mode, specified as one of these values.

  • 'Line plot' — Overlay traces by plotting one line for each of the last TracesToDisplay traces.

  • '2D color histogram' — Display a color gradient that shows how often the input matches different time and amplitude values.

Tunable: Yes

Data Types: char

Option to enable eye diagram measurements, specified as true or false. Set this property to true to display the measurement pane and calculations in the eye diagram.

Tunable: Yes

Data Types: logical

Option to enable visualization of bathtub curves, specified as 'None', 'Horizontal', 'Vertical', or 'Both'.

Tunable: Yes

Dependencies

To enable this property, set the EnableMeasurements property to true.

Data Types: char

Histogram overlay, specified as 'None', 'Jitter', or 'Noise'.

  • To overlay a horizontal histogram on the eye diagram, set this property to 'Jitter'.

  • To overlay a vertical histogram on the eye diagram, set this property to 'Noise'.

  • To display no histogram overlay, set this property to 'None'.

Tunable: Yes

Dependencies

To enable this property, set the DisplayMode property to '2D color histogram' and EnableMeasurements property to true.

Data Types: char

Amplitude level threshold in volts, specified as a real-valued scalar. This property separates the different signaling regions for horizontal (jitter) histograms. Jitter histograms reset when this property changes.

For non-return-to-zero (NRZ) signals, set DecisionBoundary to 0. For return-to-zero (RZ) signals, set DecisionBoundary to half the maximum amplitude.

Tunable: Yes

Dependencies

To enable this property, set the EnableMeasurements property to true.

Data Types: double

Time range for calculating eye levels, specified as a two-element row vector. Specify the vector values as percentages of the symbol duration.

Tunable: Yes

Dependencies

To enable this property, set the EnableMeasurements property to true.

Data Types: double

Amplitude levels of the rise and fall transitions, specified as a two-element row vector. Specify the vector values as percentages of the eye amplitude. The crossing histograms of the rise and fall thresholds reset when this property changes.

Tunable: Yes

Dependencies

To enable this property, set the EnableMeasurements property to true.

Data Types: double

Amplitude tolerance of the horizontal crossings in volts, specified as a real-valued scalar. Increase this value to provide more tolerance to spurious crossings due to noise. Jitter and the rise and fall histograms reset when this property changes.

Tunable: Yes

Dependencies

To enable this property, set the EnableMeasurements property to true.

Data Types: double

Bit error rate (BER) used for eye measurements, specified as a scalar in the range [0, 0.5]. The System object uses this value to measure the random jitter, the total jitter, horizontal eye openings, and vertical eye openings.

Tunable: Yes

Dependencies

To enable this property, set the EnableMeasurements property to true.

Data Types: double

BER values used to calculate the openings of bathtub curves, specified as a vector of elements in the range [0, 0.5]. Horizontal and vertical eye openings are calculated for each of the values specified by this property.

Tunable: Yes

Dependencies

To enable this property, set the EnableMeasurements property to true and ShowBathtub property to 'Both', 'Horizontal', or 'Vertical'.

Data Types: double

Duration of initial data discarded from measurements in seconds, specified as a nonnegative scalar.

Dependencies

To enable this property, set the EnableMeasurements property to true.

Data Types: double

Oversampling method, specified as 'None', 'Input interpolation', or 'Histogram interpolation'.

To plot eye diagrams as quickly as possible, set OversamplingMethod to 'None'. The drawback to not oversampling is that the plots look pixelated when the number of symbols per trace is small.

To create smoother, less-pixelated plots using a small number of symbols per trace, set OversamplingMethod to'Input interpolation' or 'Histogram interpolation'. In this case, 'Input interpolation' is the faster interpolation method and produces good results when the signal-to-noise ratio (SNR) is high. With a low SNR, this oversampling method is not recommended because it introduces a bias to the centers of the histogram ranges. 'Histogram interpolation' is not as fast as the other techniques, but it provides good results even when the SNR is low.

Tunable: Yes

Dependencies

To enable this property, set the DisplayMode property to '2D color histogram'.

Data Types: char

Color scale of the histogram, specified as 'Linear' or 'Logarithmic'. Change this property if certain areas of the histogram include a disproportionate number of points. Use the 'Logarithmic' option for eye diagrams with sharp peaks, where the signal repetitively matches specific time and amplitude values.

Tunable: Yes

Dependencies

To enable this property, set the DisplayMode property to '2D color histogram'.

Data Types: char

Color fading, specified as true or false. To fade the points in the display as the interval of time after they are first plotted increases, set this property to true. This animation resembles an oscilloscope.

Tunable: Yes

Dependencies

To enable this property, set the DisplayMode property to 'Line plot'.

Data Types: logical

Show imaginary signal component, specified as true or false. To view the imaginary or quadrature component of the input signal, set this property to true.

Tunable: Yes

Dependencies

To enable this property, set the EnableMeasurements property to false.

Data Types: logical

Y-axis limits of the eye diagram in volts, specified as a two-element vector. The first element corresponds to ymin and the second to ymax. The second element must be greater than the first.

Tunable: Yes

Data Types: double

Option to enable grid display on the eye diagram, specified as true or false. To display a grid on the eye diagram, set this property to true.

Tunable: Yes

Data Types: logical

Scope window position in pixels, specified as a four-element row vector of the form [left bottom width height].

Tunable: Yes

Data Types: double

Usage

Syntax

Description

ed(x) displays and analyzes input signal x in an eye diagram.

Input Arguments

expand all

Input signal to be analyzed and displayed in the eye diagram, specified as a vector or matrix. x can be either a real or complex vector, or a real two-column matrix.

Data Types: double
Complex Number Support: Yes

Object Functions

To use an object function, specify the System object as the first input argument. For example, to release system resources of a System object named obj, use this syntax:

release(obj)

expand all

showShow scope window
hideHide scope window
horizontalBathtub(Removed) Horizontal bathtub curve
verticalBathtub(Removed) Vertical bathtub curve
jitterHistogram(Remove) Jitter histogram
noiseHistogram(Removed) Noise histogram
measurements(Removed) Measure eye diagram parameters
stepRun System object algorithm
releaseRelease resources and allow changes to System object property values and input characteristics
resetReset internal states of System object

Examples

collapse all

Specify the sample rate and the number of output samples per symbol parameters.

fs = 1000;
sps = 4;

Create transmit filter and eye diagram objects.

txfilter = comm.RaisedCosineTransmitFilter(...
    'OutputSamplesPerSymbol',sps);
ed = comm.EyeDiagram('SampleRate',fs*sps,'SamplesPerSymbol',sps);

Generate random symbols and apply QPSK modulation. Then filter the modulated signal and display the eye diagram.

data = randi([0 3],1000,1);
modSig = pskmod(data,4,pi/4);

txSig = txfilter(modSig);
ed(txSig)

Eye diagram of a filtered QPSK signal

More About

expand all

References

[1] Stephens, Ransom. "Jitter analysis: The dual-Dirac model, RJ/DJ, and Q-scale." Agilent Technical Note (2004).

[2] Ou, N., T. Farahmand, A. Kuo, S. Tabatabaei, and A. Ivanov. “Jitter Models for the Design and Test of Gbps-Speed Serial Interconnects.” IEEE Design and Test of Computers 21, no. 4 (July 2004): 302–13. https://doi.org/10.1109/MDT.2004.34.

Extended Capabilities

Version History

Introduced in R2016b

collapse all

R2022a: comm.EyeDiagram has been removed

comm.EyeDiagram has been removed. To display the eye diagram of a signal, use the eyediagram function instead.