evalRequirement
Class: sdo.requirements.SignalTracking
Package: sdo.requirements
Evaluate tracking requirement
Syntax
c = evalRequirement(req,sig)
c = evalRequirement(req,sig,ref)
Description
evaluates
whether a test point signal, c
= evalRequirement(req
,sig
)sig
, tracks the
reference signal specified by a requirement object, req
.
evaluates whether c
= evalRequirement(req
,sig
,ref
)sig
tracks
the reference signal specified by ref
. req
specifies
the error computation options. Estimating parameters for multiple
experiments requires you to repeatedly compare test point and reference
signal sets. Use this syntax if you use the same evaluation criteria
for all comparisons. You vary sig
and ref
,
and re-use the requirement object, req
.
Input Arguments
|
|
|
MATLAB® |
|
Reference signal, specified as a MATLAB |
Output Arguments
|
The command compares the reference and test point signals only
at time points that are in the range of both signals. Time points
outside this range are ignored. The software uses the interpolation
method specified by |