Class IIRFilterStream

    • Constructor Detail

      • IIRFilterStream

        public IIRFilterStream​(FloatStream 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 FloatStream
        Throws:
        java.io.IOException
      • skip

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

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