Class IIRFilterMultiStream

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.lang.Integer getChannels()  
      int read​(double[][] buf, int offset, int len)  
      long skip​(long skip)  
      • Methods inherited from class java.lang.Object

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

      • IIRFilterMultiStream

        public IIRFilterMultiStream​(InterleavedFloatStream srcStream,
                                    double[] aCoeff,
                                    double[] bCoeff)
    • Method Detail

      • read

        public int read​(double[][] buf,
                        int offset,
                        int len)
                 throws java.io.IOException
        Specified by:
        read in interface InterleavedFloatStream
        Throws:
        java.io.IOException
      • skip

        public long skip​(long skip)
                  throws java.io.IOException
        Specified by:
        skip in interface InterleavedFloatStream
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface InterleavedFloatStream
        Throws:
        java.io.IOException