Package com.pdplusplus
Class cFFT
- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.cFFT
-
public class cFFT extends PdMaster
-
-
Field Summary
Fields Modifier and Type Field Description long
pointer
-
Constructor Summary
Constructors Constructor Description cFFT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static cFFT
allocate()
static void
free(cFFT fft)
double[]
perform(double real, double imag)
-
Methods inherited from class com.pdplusplus.PdMaster
dbtopow, dbtorms, DEBUG, free, ftom, getBlockSize, getFFTWindow, getSampleRate, getTimeInMilliSeconds, getTimeInSampleTicks, mtof, powtodb, rmstodb, SET_DEBUG, setBlockSize, setFFTWindow, setSampleRate
-
-