|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uol.aig.fftpack.RealDoubleFFT_Mixed
ca.uol.aig.fftpack.RealDoubleFFT_Even_Odd
cosine FFT transform with odd wave numbers.
Field Summary | |
double |
norm_factor
norm_factor can be used to normalize this FFT transform. |
Constructor Summary | |
RealDoubleFFT_Even_Odd(int n)
Construct a wavenumber table with size n. |
Method Summary | |
void |
bt(double[] x)
Backward FFT transform of quarter wave data. |
void |
ft(double[] x)
Forward FFT transform of quarter wave data. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double norm_factor
Constructor Detail |
public RealDoubleFFT_Even_Odd(int n)
n
- the size of a real data sequence. When n is a multiplication of small
numbers(4, 2, 3, 5), this FFT transform is very efficient.Method Detail |
public void ft(double[] x)
x
- an array which contains the sequence to be transformed. After FFT,
x contains the transform coeffients.public void bt(double[] x)
x
- an array which contains the sequence to be tranformed. After FFT, x contains
the transform coeffients.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |