public class FFT
extends java.lang.Object
| Constructor and Description |
|---|
FFT() |
| Modifier and Type | Method and Description |
|---|---|
void |
fft_long(LameInternalFlags gfc,
float[] y,
int chn,
float[][] buffer,
int bufPos) |
void |
fft_short(LameInternalFlags gfc,
float[][] x_real,
int chn,
float[][] buffer,
int bufPos) |
void |
init_fft(LameInternalFlags gfc) |
public final void fft_short(LameInternalFlags gfc, float[][] x_real, int chn, float[][] buffer, int bufPos)
public final void fft_long(LameInternalFlags gfc, float[] y, int chn, float[][] buffer, int bufPos)
public final void init_fft(LameInternalFlags gfc)