|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--InverseFFT
The InverseFFT class contains a method to apply the 2D inverse FFT to a TwoDArray.
Constructor Summary | |
InverseFFT()
Default no argument constructor. |
Method Summary | |
ComplexNumber[] |
recursiveInverseFFT(ComplexNumber[] x)
Recursively applies the 1D inverse FFT algorithm. |
TwoDArray |
transform(TwoDArray input)
Takes a TwoDArray, applies the 2D inverse FFT to the input by applying the 1D inverse FFT to each column and then each row in turn. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public InverseFFT()
Method Detail |
public ComplexNumber[] recursiveInverseFFT(ComplexNumber[] x)
x
- ComplexNumber array containing the input to the 1D inverse FFT.public TwoDArray transform(TwoDArray input)
input
- TwoDArray containing the input image data.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |