rasmus.interpreter.sampled.util
Class FFTWorker

java.lang.Object
  extended by rasmus.interpreter.sampled.util.FFTWorker
Direct Known Subclasses:
DeHiss, DeReverb, FormatMapping, HarmonicsBooster

public class FFTWorker
extends java.lang.Object


Constructor Summary
FFTWorker(int fftFrameSize, int osamp, double sampleRate)
           
 
Method Summary
 void process(int start, int end, int interlace, double[] indata, double[] outdata)
           
 void processFFT(int index, double[] fftdata)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFTWorker

public FFTWorker(int fftFrameSize,
                 int osamp,
                 double sampleRate)
Method Detail

processFFT

public void processFFT(int index,
                       double[] fftdata)

process

public void process(int start,
                    int end,
                    int interlace,
                    double[] indata,
                    double[] outdata)