com.oregondsp.signalProcessing.fft
Class RDFTsr8

java.lang.Object
  extended by com.oregondsp.signalProcessing.fft.RDFTsr
      extended by com.oregondsp.signalProcessing.fft.RDFTsr8

public class RDFTsr8
extends RDFTsr


Constructor Summary
RDFTsr8(RDFTsr parent, int xoffset, int xstride, int Xoffset)
           
 
Method Summary
 void evaluate()
           
 void link(float[] x, float[] X)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFTsr8

public RDFTsr8(RDFTsr parent,
               int xoffset,
               int xstride,
               int Xoffset)
Method Detail

link

public void link(float[] x,
                 float[] X)

evaluate

public void evaluate()