a = eyeAmplitude(obj)
measures the eye amplitude of the eye diagram object obj.
For a given eye opening, eye amplitude is defined as the difference between the mean
value of the symbols above and below the eye opening. It is usually calculated in a narrow
window around the timing origin.
a = eyeAmplitude(obj,time)
measures the eye amplitude of the eye diagram object obj at the time
specified by time.
a = eyeAmplitude(___,Name=Value)
measures the eye amplitude of the eye diagram object obj using one or
more name-value pair arguments in addition to the input argument in the previous syntax.
Unspecified arguments take default values.
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN, where Name is
the argument name and Value is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: a = eyeAmplitude(obj,Plot=on) displays the plot of the eye
diagram from the obj eye pattern object showing the eye
amplitudes.
Unit for the location of the eye amplitudes.
Data Types: char
Display a plot of the eye diagram showing the eye amplitudes.