| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Neural Network Toolbox |
| Contents | Index |
Calculate delayed network inputs
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 |
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 | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |