Neural Network Toolbox Previous page   Next Page

Problem Definition

The following code defines two sine wave forms, one with an amplitude of 1.0, the other with an amplitude of 2.0.

The target outputs for these wave forms is their amplitudes.

These wave forms can be combined into a sequence where each wave form occurs twice. These longer wave forms are used to train the Elman network.

We want the inputs and targets to be considered a sequence, so we need to make the conversion from the matrix format.


Previous page  Appelm1: Amplitude Detection Network Initialization Next page

© 1994-2005 The MathWorks, Inc.