uk.co.simphoney.audio.newpackage
Class FFTWorker

java.lang.Object
  extended by uk.co.simphoney.audio.newpackage.FFTWorker

public class FFTWorker
extends java.lang.Object

Author:
pjl

Constructor Summary
FFTWorker(double Fs, boolean doHanning)
           
 
Method Summary
 int getFFTSize()
           
 float[] getFreqArray()
           
 int getSizeInBins()
           
 void process(double[] input, double[] fftOut)
           
 void resize(int fftsize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFTWorker

public FFTWorker(double Fs,
                 boolean doHanning)
Method Detail

getFreqArray

public float[] getFreqArray()

getSizeInBins

public int getSizeInBins()

process

public void process(double[] input,
                    double[] fftOut)

resize

public void resize(int fftsize)

getFFTSize

public int getFFTSize()