public class FFT extends 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) |
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.