public class FFT
extends java.lang.Object
Constructor and Description |
---|
FFT(int n) |
Modifier and Type | Method and Description |
---|---|
protected static void |
beforeAfter(FFT fft,
double[] re,
double[] im) |
void |
fft(double[] x,
double[] y)
fft.c Douglas L.
|
double[] |
getWindow() |
static void |
main(java.lang.String[] args) |
protected void |
makeWindow() |
protected static void |
printReIm(double[] re,
double[] im) |
protected void makeWindow()
public double[] getWindow()
public void fft(double[] x, double[] y)
public static void main(java.lang.String[] args)
protected static void beforeAfter(FFT fft, double[] re, double[] im)
protected static void printReIm(double[] re, double[] im)