|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdenoise.FFT1D
public final class FFT1D
Plugin of ImageJ:
Fractional Spline Wavelet
Authors:
Gil Gaillard, Michael Liebling, Daniel Sage, Dimitri Van De Ville
Swiss Federal Institute of Technology Lausanne, Biomedical Imaging Group,
CH-1015 Lausanne, Switzerland, http://bigwww.epfl.ch
Version:
April 2003
Copyright
Copyright (c) 2003, Swiss Federal Institute of Technology, Lausanne,
Switzerland, (EPFL)
Purpose of the class:
Perform a 1D FFT.
| Constructor Summary | |
|---|---|
protected |
FFT1D(int size)
|
| Method Summary | |
|---|---|
protected void |
inverse(double[] Re,
double[] Im,
int size,
int shift)
Select the algorithm to perform the Inverse FFT1D, Cooley-Tukey or Mix. |
protected void |
transform(double[] Re,
double[] Im,
int size,
int shift)
Select the algorithm to perform the FFT1D, Cooley-Tukey or Mix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FFT1D(int size)
| Method Detail |
|---|
protected final void transform(double[] Re,
double[] Im,
int size,
int shift)
Re - real part of the input signalIm - imaginary part of the input signalsize - length of the FFTshift - set the start of the FFT
protected final void inverse(double[] Re,
double[] Im,
int size,
int shift)
Re - real part of the input signalIm - imaginary part of the input signalsize - length of the IFFTshift - set the start of the IFFT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||