Package com.jhlabs.math
Class FFT
- java.lang.Object
-
- com.jhlabs.math.FFT
-
public class FFT extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FFT(int logN)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-