math.fourierTransforms.r2
Class ComplexFloatImagePlane

java.lang.Object
  extended by math.fourierTransforms.r2.ComplexFloatImagePlane
Direct Known Subclasses:
FFT1dComplexFloatImage

public class ComplexFloatImagePlane
extends java.lang.Object

Copyright 2005, DocJava, Inc. User: dlyon Date: Nov 16, 2005 Time: 2:19:59 PM


Field Summary
 float[][] cB_i
           
 float[][] cB_r
           
 float[][] cG_i
           
 float[][] cG_r
           
 float[][] cR_i
           
 float[][] cR_r
           
 
Constructor Summary
ComplexFloatImagePlane()
           
 
Method Summary
 int[] getPsd()
           
 void normalize(int w, int h)
           
 void printStats()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cR_r

public float[][] cR_r

cG_r

public float[][] cG_r

cB_r

public float[][] cB_r

cR_i

public float[][] cR_i

cG_i

public float[][] cG_i

cB_i

public float[][] cB_i
Constructor Detail

ComplexFloatImagePlane

public ComplexFloatImagePlane()
Method Detail

printStats

public void printStats()

normalize

public void normalize(int w,
                      int h)

getPsd

public int[] getPsd()