adddelay
(To be removed) Add delay to neural network response
adddelay will be removed in a future release. For more information,
see Transition Legacy Neural Network Code to dlnetwork Workflows.
For advice on updating your code, see Version History.
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.



