QtiPlot 0.9.7.3
|
Go to the source code of this file.
Functions | |
void | fft2d (double **xtre, double **xtim, int width, int height) |
void | fft2d_inv (double **xtre, double **xtim, double **xrec_re, double **xrec_im, int width, int height) |
void fft2d | ( | double ** | xtre, |
double ** | xtim, | ||
int | width, | ||
int | height | ||
) |
References Matrix::allocateMatrixData(), fft(), and Matrix::freeMatrixData().
Referenced by MatrixModel::fft(), and FFTDialog::fftMatrix().
void fft2d_inv | ( | double ** | xtre, |
double ** | xtim, | ||
double ** | xrec_re, | ||
double ** | xrec_im, | ||
int | width, | ||
int | height | ||
) |
References Matrix::allocateMatrixData(), fft_inv(), and Matrix::freeMatrixData().
Referenced by MatrixModel::fft(), and FFTDialog::fftMatrix().