|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uol.aig.fftpack.RealDoubleFFT_Odd
public class RealDoubleFFT_Odd
sine FFT transform of a real odd sequence.
Field Summary | |
---|---|
double |
norm_factor
norm_factor can be used to normalize this FFT transform. |
Constructor Summary | |
---|---|
RealDoubleFFT_Odd(int n)
Construct a wavenumber table with size n. |
Method Summary | |
---|---|
void |
bt(double[] x)
Backward sine FFT transform. |
void |
ft(double[] x)
Forward sine FFT transform. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double norm_factor
Constructor Detail |
---|
public RealDoubleFFT_Odd(int n)
n
- the size of a real data sequence. When (n+1) 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 transformed. After FFT,
x contains the transform coeffients.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |