rasmus.interpreter.sampled.util
Class DeHiss

java.lang.Object
  extended by rasmus.interpreter.sampled.util.FFTWorker
      extended by rasmus.interpreter.sampled.util.DeHiss

public class DeHiss
extends FFTWorker


Field Summary
 double floor
           
 double reduce
           
 double width
           
 
Constructor Summary
DeHiss(int fftFrameSize, int osamp, double sampleRate, int sumsmooth)
           
 
Method Summary
 void processFFT(int index, double[] fftdata)
           
 
Methods inherited from class rasmus.interpreter.sampled.util.FFTWorker
process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

floor

public double floor

width

public double width

reduce

public double reduce
Constructor Detail

DeHiss

public DeHiss(int fftFrameSize,
              int osamp,
              double sampleRate,
              int sumsmooth)
Method Detail

processFFT

public void processFFT(int index,
                       double[] fftdata)
Overrides:
processFFT in class FFTWorker