org.joone.engine
Class FIRFilter
- java.lang.Object
-
- org.joone.engine.FIRFilter
-
- All Implemented Interfaces:
- java.io.Serializable
public class FIRFilter extends java.lang.Object implements java.io.SerializableElement of a connection representing a FIR filter (Finite Impulse Response). The DelaySynapse object implements a delayed full synapse where each connection is implemented with a FIRFilter object. In this connection is implemented the temporal backpropagation algorithm by Eric A. Wan, as in 'Time Series Prediction by Using a Connectionist Network with Internal Delay Lines' in Time Series Prediction. Forecasting the Future and Understanding the Past, by A.Weigend and N.Gershenfeld. Addison-Wesley, 1994.- See Also:
DelaySynapse, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FIRFilter(int taps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidaddNoise(double amplitude)doublebackward(double input)doubleforward(double input)
-
DataMelt 3.0 © DataMelt by jWork.ORG