Main Content
totaldelay
Total combined I/O delays for LTI model
Syntax
td = totaldelay(sys)
Description
td = totaldelay(sys)
returns the total
combined I/O delays for an LTI model sys
. The matrix
td
combines contributions from the InputDelay
,
OutputDelay
, and ioDelayMatrix
properties.
Delays are expressed in seconds for continuous-time models, and as integer multiples
of the sample period for discrete-time models. To obtain the delay times in seconds,
multiply td
by the sample time sys.Ts
.
Examples
Version History
Introduced before R2006a