| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Neural Network Toolbox |
| Contents | Index |
Tapped Delay Line
You need a new component, the tapped delay line, to make full use of the linear network. Such a delay line is shown below. There the input signal enters from the left and passes through N-1 delays. The output of the tapped delay line (TDL) is an N-dimensional vector, made up of the input signal at the current time, the previous input signal, etc.
Linear Filter
You can combine a tapped delay line with a linear network to create the linear filter shown.
The output of the filter is given by
The network shown is referred to in the digital signal processing field as a finite impulse response (FIR) filter [WiSt85]. Look at the code used to generate and simulate such a network.
Suppose that you want a linear layer that outputs the sequence T, given the sequence P and two initial input delay states Pi.
You can use newlind to design a network with delays to give the appropriate outputs for the inputs. The delay initial outputs are supplied as a third argument, as shown below.
You can obtain the output of the designed network with
As you can see, the network outputs are not exactly equal to the targets, but they are close and the mean square error is minimized.
| Provide feedback about this page |
![]() | Linear System Design (newlind) | LMS Algorithm (learnwh) | ![]() |

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 |