|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbijnum.BIJfft
public class BIJfft
This class implements a one-dimensional real->complex fast fourier transform Copyright (c) 1999-2004, Michael Abramoff. All rights reserved.
| Constructor Summary | |
|---|---|
BIJfft(double[] dx)
Set up a BIJfft a matrix x of length power of 2. |
|
BIJfft(float[] x)
Set up a BIJfft a matrix x of length power of 2. |
|
| Method Summary | |
|---|---|
float[] |
compute(float[] x)
Compute the 1-D Fast fourier transform for x. |
float[][] |
compute2(float[] x)
|
static double[] |
extend(double[] x)
|
static double[] |
extend(float[] x)
|
double[] |
mag()
Compute power spectrum of FFT 1-D. |
static void |
testsin(float[] wave)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BIJfft(float[] x)
x - the real array for which you will compute the 1-D FFT.public BIJfft(double[] dx)
x - the real array for which you will compute the 1-D FFT.| Method Detail |
|---|
public float[] compute(float[] x)
a - vector x (power 2 length)
public final double[] mag()
public static void testsin(float[] wave)
public final float[][] compute2(float[] x)
public static double[] extend(double[] x)
public static double[] extend(float[] x)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||