qcnn
Class FastFT

java.lang.Object
  extended by qcnn.FastFT

public class FastFT
extends java.lang.Object

Author:
nabhoth TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
FastFT()
           
 
Method Summary
static complex[] convolve(complex[] x, complex[] y)
           
static complex[] fft(complex[] x)
           
static int getMeasured(double max, complex[] state)
           
static complex[] ifft(complex[] x)
           
static void main(java.lang.String[] args)
           
static complex[] normalize(complex[] x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastFT

public FastFT()
Method Detail

fft

public static complex[] fft(complex[] x)

ifft

public static complex[] ifft(complex[] x)

getMeasured

public static int getMeasured(double max,
                              complex[] state)

convolve

public static complex[] convolve(complex[] x,
                                 complex[] y)

normalize

public static complex[] normalize(complex[] x)

main

public static void main(java.lang.String[] args)