math.fourierTransforms.pfa
Class PFA2d

java.lang.Object
  extended by math.fourierTransforms.pfa.PFA2d

public class PFA2d
extends java.lang.Object


Constructor Summary
PFA2d(ComplexFloat1d c, int inputWidth)
           
PFA2d(float[] inputRe, float[] inputIm, int inputWidth)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PFA2d

public PFA2d(ComplexFloat1d c,
             int inputWidth)

PFA2d

public PFA2d(float[] inputRe,
             float[] inputIm,
             int inputWidth)
Method Detail

main

public static void main(java.lang.String[] args)