Total combined I/O delays for LTI model
td = totaldelay(sys)
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
.