asu.seismo.signals.oned
Class jntFFT1d

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

public class jntFFT1d
extends java.lang.Object
implements FFT1d


Constructor Summary
jntFFT1d(jnt.FFT.RealDoubleFFT fft)
           
 
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

jntFFT1d

public jntFFT1d(jnt.FFT.RealDoubleFFT fft)
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