My Project
0.0.16
QUCS Mapping
|
Functions | |
vector | fft_1d (vector, int isign=1) |
vector | ifft_1d (vector) |
vector | dft_1d (vector, int isign=1) |
vector | idft_1d (vector) |
vector | fftshift (vector) |
void | _fft_1d (nr_double_t *, int, int isign=1) |
void | _ifft_1d (nr_double_t *, int) |
void | _dft_1d (nr_double_t *, int, int isign=1) |
void | _idft_1d (nr_double_t *, int) |
void | _fft_1d_2r (nr_double_t *, nr_double_t *, int) |
void | _ifft_1d_2r (nr_double_t *, nr_double_t *, int) |
void | _fft_nd (nr_double_t *, int[], int, int isign=1) |
void | _ifft_nd (nr_double_t *, int[], int) |
void fourier::_dft_1d | ( | nr_double_t * | data, |
int | len, | ||
int | isign = 1 |
||
) |
Definition at line 191 of file fourier.cpp.
void fourier::_fft_1d | ( | nr_double_t * | data, |
int | len, | ||
int | isign = 1 |
||
) |
Definition at line 48 of file fourier.cpp.
void fourier::_fft_1d_2r | ( | nr_double_t * | r1, |
nr_double_t * | r2, | ||
int | len | ||
) |
void fourier::_fft_nd | ( | nr_double_t * | data, |
int | len[], | ||
int | nd, | ||
int | isign = 1 |
||
) |
Definition at line 242 of file fourier.cpp.
void fourier::_idft_1d | ( | nr_double_t * | data, |
int | len | ||
) |
void fourier::_ifft_1d | ( | nr_double_t * | data, |
int | len | ||
) |
void fourier::_ifft_1d_2r | ( | nr_double_t * | r1, |
nr_double_t * | r2, | ||
int | len | ||
) |
void fourier::_ifft_nd | ( | nr_double_t * | data, |
int | len[], | ||
int | nd | ||
) |
Definition at line 211 of file fourier.cpp.
Definition at line 159 of file fourier.cpp.
Definition at line 316 of file fourier.cpp.