Hi,
Im a beginner and can't quite figure out how this class works out the FFT...Please help



final public class FFT {

private int size = 0;
private boolean valid = false;
...