uk.co.simphoney.audio.dft
Interface FFTSpectrumClient

All Known Implementing Classes:
FFTClient1

public interface FFTSpectrumClient


Method Summary
 void process(double[] spectrum, int nBin)
           
 void setSize(int sizeInChunks, int nBin, float[] freq, double dt)
           
 

Method Detail

process

void process(double[] spectrum,
             int nBin)

setSize

void setSize(int sizeInChunks,
             int nBin,
             float[] freq,
             double dt)