edu.sc.seis.fissuresUtil.bag
Class OregonDspFFT

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.bag.OregonDspFFT

public class OregonDspFFT
extends java.lang.Object


Constructor Summary
OregonDspFFT()
           
 
Method Summary
static float[] convolve(float[] x, float[] y, float delta)
           
static float[] correlate(float[] x, float[] y)
           
static float[] forward(float[] realData)
           
static float[] inverse(float[] realData)
          Performs the inverse fft operation of the realFFT call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OregonDspFFT

public OregonDspFFT()
Method Detail

forward

public static float[] forward(float[] realData)

inverse

public static float[] inverse(float[] realData)
Performs the inverse fft operation of the realFFT call.


correlate

public static float[] correlate(float[] x,
                                float[] y)

convolve

public static float[] convolve(float[] x,
                               float[] y,
                               float delta)