public class FFT extends Object
protected float[]
w1
w2
w3
FFT(int logN)
void
transform1D(float[] real, float[] imag, int logN, int n, boolean forward)
transform2D(float[] real, float[] imag, int cols, int rows, boolean forward)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected float[] w1
protected float[] w2
protected float[] w3
public FFT(int logN)
public void transform1D(float[] real, float[] imag, int logN, int n, boolean forward)
public void transform2D(float[] real, float[] imag, int cols, int rows, boolean forward)
Copyright © 2015. All rights reserved.