Documentation of 'org.joone.engine.FIRFilter' Java class
FIRFilter
org.joone.engine

Class FIRFilter

  • All Implemented Interfaces:
    java.io.Serializable


    public class FIRFilter
    extends java.lang.Object
    implements java.io.Serializable
    Element 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
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double lrate 
      double momentum 
    • Constructor Summary

      Constructors 
      Constructor and Description
      FIRFilter(int taps) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addNoise(double amplitude) 
      double backward(double input) 
      double forward(double input) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lrate

        public double lrate
      • momentum

        public double momentum
    • Constructor Detail

      • FIRFilter

        public FIRFilter(int taps)
    • Method Detail

      • addNoise

        public void addNoise(double amplitude)
      • backward

        public double backward(double input)
      • forward

        public double forward(double input)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.