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