public class FFT
extends java.lang.Object
| Constructor and Description |
|---|
FFT(int n)
Construct a transformer for arrays of the given length.
|
| Modifier and Type | Method and Description |
|---|---|
void |
forward(double[] xRe,
double[] xIm,
int offsetToStart)
Compute the in-place FFT of a length n complex sequence.
|
public FFT(int n)
throws java.lang.Exception
java.lang.Exceptionpublic void forward(double[] xRe,
double[] xIm,
int offsetToStart)