Main Content
eyeContour
Description
Use the eye contour
object to store data related to a set of
contours at the specified symbol error rate (SER). The eye contours are generated from an eye
diagram.
Creation
Description
creates an eye contour object from the eye diagram object c
= eyeContour(eyeObj
)eyeObj
using default values.
sets the Properties of the eye contour
object to the specified values.c
= eyeContour(eyeObj
,Name=Value)
For example,
creates an eye contour object from the eye diagram object c
=
eyeContour(eyeObj
,SER
=1e-3,Extrapolation
='None')eyeObj
at
the symbol error rate 1e-3
.
Input Arguments
Properties
Object Functions
eyeHeight | Measure vertical eye opening |
eyeWidth | Measure horizontal eye opening |
eyeArea | Measure eye area |
upperContour | Measure upper contour of eye diagram |
lowerContour | Measure lower contour of eye diagram |
closedContour | Measure closed contour of eye diagram |
More About
Version History
Introduced in R2024a