|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensourcephysics.sip.ch09.SimpleFFT
public class SimpleFFT
SimpleFFT performs a Fast Fourier Transform of complex data.
Constructor Summary | |
---|---|
SimpleFFT()
|
Method Summary | |
---|---|
static void |
transform(double[] real,
double[] imag)
Transforms the data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleFFT()
Method Detail |
---|
public static void transform(double[] real, double[] imag)
real
- imag
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |