ca.uol.aig.fftpack
Class Complex1D

java.lang.Object
  extended byca.uol.aig.fftpack.Complex1D

public class Complex1D
extends java.lang.Object

Construct a 1-D complex data sequence.


Field Summary
 double[] x
          x[i] is the real part of i-th complex data.
 double[] y
          y[i] is the imaginary part of i-th complex data.
 
Constructor Summary
Complex1D()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double[] x
x[i] is the real part of i-th complex data.


y

public double[] y
y[i] is the imaginary part of i-th complex data.

Constructor Detail

Complex1D

public Complex1D()