asu.seismo.signals.oned
Class jfftw1d

java.lang.Object
  extended by asu.seismo.signals.oned.jfftw1d
All Implemented Interfaces:
FFT1d

public class jfftw1d
extends java.lang.Object
implements FFT1d


Constructor Summary
jfftw1d(int n)
           
 
Method Summary
 double[] inverse(double[] in)
           
 double[] transform(double[] in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

jfftw1d

public jfftw1d(int n)
Method Detail

transform

public double[] transform(double[] in)
Specified by:
transform in interface FFT1d

inverse

public double[] inverse(double[] in)
Specified by:
inverse in interface FFT1d