adddelay
Add delay to neural network response
Syntax
net = adddelay(net,n)
Description
net = adddelay(net,n) takes these arguments,
net | Neural network |
n | Number of delays |
and returns the network with input delay connections increased, and output feedback delays
decreased, by the specified number of delays n. The result is a network that
behaves identically, except that outputs are produced n timesteps
later.
If the number of delays n is not specified, a default of one delay is
used.
Examples
Version History
Introduced in R2010b



