com.oregondsp.signalProcessing.fft
Class RDFTsr16

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

public class RDFTsr16
extends RDFTsr


Constructor Summary
RDFTsr16(RDFTsr parent, int dataOffset, int dataStride, int transformOffset)
           
 
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

RDFTsr16

public RDFTsr16(RDFTsr parent,
                int dataOffset,
                int dataStride,
                int transformOffset)
Method Detail

link

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

evaluate

public void evaluate()