|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uol.aig.fftpack.Complex1D
public class Complex1D
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()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double[] x
public double[] y
Constructor Detail |
---|
public Complex1D()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |