|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPlotting.Fourier
public class Fourier
Class containing functions to compute fast fourier transform of data.
Constructor Summary | |
---|---|
Fourier()
|
Method Summary | |
---|---|
static float[] |
FFT2D(float[] data)
Computes the fourier transform of a uniformly (discrete) sampled data. |
static float[] |
InverseFFT2D(float[] data)
Computes the inverse fourier transform of a uniformly (discrete) sampled data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fourier()
Method Detail |
---|
public static float[] FFT2D(float[] data)
data
- data whose Fourier Transform needs to be calculated.
public static float[] InverseFFT2D(float[] data)
data
- data whose Inverse Fourier Transform needs to be calculated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |