com.frinika.audio.analysis.constantq
Class DeltaFFTCQ
java.lang.Object
com.frinika.audio.analysis.constantq.DeltaFFTCQ
public class DeltaFFTCQ
- extends java.lang.Object
Constructor Summary |
DeltaFFTCQ(double sampleRate,
double minFreq,
double maxFreq,
double binsPerOctave)
|
DeltaFFTCQ(double sampleRate,
double minFreq,
double maxFreq,
double binsPerOctave,
double threshold,
double deltaSamples)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeltaFFTCQ
public DeltaFFTCQ(double sampleRate,
double minFreq,
double maxFreq,
double binsPerOctave)
DeltaFFTCQ
public DeltaFFTCQ(double sampleRate,
double minFreq,
double maxFreq,
double binsPerOctave,
double threshold,
double deltaSamples)
getFFT
public rasmus.interpreter.sampled.util.FFT getFFT()
getFFTSize
public int getFFTSize()
getNumberOfOutputBands
public int getNumberOfOutputBands()
calc
public void calc(double[] buff_in,
double[] buff_out)
calcShifted
public void calcShifted(double[] buff_in,
double[] buff_out)
getFFTlength
public int getFFTlength()