Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
F
N
R
X
Y
B
bt(double[])
- Method in class ca.uol.aig.fftpack.
ComplexDoubleFFT
Backward complex FFT transform.
bt(Complex1D)
- Method in class ca.uol.aig.fftpack.
ComplexDoubleFFT
Backward complex FFT transform.
bt(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT
Backward real FFT transform.
bt(Complex1D, double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT
Backward real FFT transform.
bt(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT_Even
Backward cosine FFT transform.
bt(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT_Even_Odd
Backward FFT transform of quarter wave data.
bt(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT_Odd
Backward sine FFT transform.
bt(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT_Odd_Odd
Backward FFT transform of quarter wave data.
C
Complex1D
- class ca.uol.aig.fftpack.
Complex1D
.
Construct a 1-D complex data sequence.
Complex1D()
- Constructor for class ca.uol.aig.fftpack.
Complex1D
ComplexDoubleFFT
- class ca.uol.aig.fftpack.
ComplexDoubleFFT
.
FFT transform of a complex periodic sequence.
ComplexDoubleFFT(int)
- Constructor for class ca.uol.aig.fftpack.
ComplexDoubleFFT
Construct a wavenumber table with size
n
for Complex FFT.
ca.uol.aig.fftpack
- package ca.uol.aig.fftpack
F
ft(double[])
- Method in class ca.uol.aig.fftpack.
ComplexDoubleFFT
Forward complex FFT transform.
ft(Complex1D)
- Method in class ca.uol.aig.fftpack.
ComplexDoubleFFT
Forward complex FFT transform.
ft(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT
Forward real FFT transform.
ft(double[], Complex1D)
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT
Forward real FFT transform.
ft(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT_Even
Forward cosine FFT transform.
ft(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT_Even_Odd
Forward FFT transform of quarter wave data.
ft(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT_Odd
Forward sine FFT transform.
ft(double[])
- Method in class ca.uol.aig.fftpack.
RealDoubleFFT_Odd_Odd
Forward FFT transform of quarter wave data.
N
norm_factor
- Variable in class ca.uol.aig.fftpack.
ComplexDoubleFFT
norm_factor
can be used to normalize this FFT transform.
norm_factor
- Variable in class ca.uol.aig.fftpack.
RealDoubleFFT
norm_factor
can be used to normalize this FFT transform.
norm_factor
- Variable in class ca.uol.aig.fftpack.
RealDoubleFFT_Even
norm_factor
can be used to normalize this FFT transform.
norm_factor
- Variable in class ca.uol.aig.fftpack.
RealDoubleFFT_Even_Odd
norm_factor
can be used to normalize this FFT transform.
norm_factor
- Variable in class ca.uol.aig.fftpack.
RealDoubleFFT_Odd
norm_factor
can be used to normalize this FFT transform.
R
RealDoubleFFT
- class ca.uol.aig.fftpack.
RealDoubleFFT
.
FFT transform of a real periodic sequence.
RealDoubleFFT(int)
- Constructor for class ca.uol.aig.fftpack.
RealDoubleFFT
Construct a wavenumber table with size
n
.
RealDoubleFFT_Even
- class ca.uol.aig.fftpack.
RealDoubleFFT_Even
.
cosine FFT transform of a real even sequence.
RealDoubleFFT_Even(int)
- Constructor for class ca.uol.aig.fftpack.
RealDoubleFFT_Even
Construct a wavenumber table with size
n
.
RealDoubleFFT_Even_Odd
- class ca.uol.aig.fftpack.
RealDoubleFFT_Even_Odd
.
cosine FFT transform with odd wave numbers.
RealDoubleFFT_Even_Odd(int)
- Constructor for class ca.uol.aig.fftpack.
RealDoubleFFT_Even_Odd
Construct a wavenumber table with size
n
.
RealDoubleFFT_Odd
- class ca.uol.aig.fftpack.
RealDoubleFFT_Odd
.
sine FFT transform of a real odd sequence.
RealDoubleFFT_Odd(int)
- Constructor for class ca.uol.aig.fftpack.
RealDoubleFFT_Odd
Construct a wavenumber table with size
n
.
RealDoubleFFT_Odd_Odd
- class ca.uol.aig.fftpack.
RealDoubleFFT_Odd_Odd
.
sine FFT transform with odd wave numbers.
RealDoubleFFT_Odd_Odd(int)
- Constructor for class ca.uol.aig.fftpack.
RealDoubleFFT_Odd_Odd
Construct a wavenumber table with size n.
X
x
- Variable in class ca.uol.aig.fftpack.
Complex1D
x
[
i
] is the real part of
i
-th complex data.
Y
y
- Variable in class ca.uol.aig.fftpack.
Complex1D
y
[
i
] is the imaginary part of
i
-th complex data.
B
C
F
N
R
X
Y
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes