| Neural Network Toolbox | |
| Provide feedback about this page |
Calculate delayed network inputs
Syntax
Description
This function calculates the results of passing the network inputs through each input weight's tap delay line.
Pd = calcpd(net,TS,Q,Pc) takes
net |
Neural network |
TS |
Time steps |
Q |
Concurrent size |
Pc |
Combined inputs = [initial delay conditions, network inputs] |
Pd |
Delayed inputs |
Examples
Here is a linear network with a single input element ranging from 0 to 1, three neurons, and a tap delay on the input with taps at 0, 2, and 4 time steps.
Here is a single (Q = 1) input sequence P with eight time steps (TS = 8).
Here the four initial input delay conditions Pi are defined.
The delayed inputs (the inputs after passing through the tap delays) can be calculated with calcpd.
You can view the delayed inputs for the input weight going to layer 1 from input 1 at time steps 1 and 2.
| Provide feedback about this page |
![]() | calcjx | calcperf | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |