totaldelay
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.
示例
版本历史记录
在 R2012a 中推出