Class DirectFormAbstract

  • Direct Known Subclasses:
    DirectFormI, DirectFormII

    public abstract class DirectFormAbstract
    extends java.lang.Object
    Abstract form of the a filter which can have different state variables Direct form I or II is derived from it
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract double process1​(double in, Biquad s)  
      abstract void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DirectFormAbstract

        public DirectFormAbstract()
    • Method Detail

      • process1

        public abstract double process1​(double in,
                                        Biquad s)
      • reset

        public abstract void reset()