public class FFT
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected float[] |
w1 |
protected float[] |
w2 |
protected float[] |
w3 |
Constructor and Description |
---|
FFT(int logN) |
Modifier and Type | Method and Description |
---|---|
void |
transform1D(float[] real,
float[] imag,
int logN,
int n,
boolean forward) |
void |
transform2D(float[] real,
float[] imag,
int cols,
int rows,
boolean forward) |