|
Bsoft 2.1.4
Bernard's software package
|
General FFT for n-dimensional data. More...
Functions | |
| int | img_fft_times (int ndim, int minsize, int maxsize, int opt) |
| Tests the execution times for a series of image sizes. More... | |
| int | main (int argc, char **argv) |
Variables | |
| int | verbose |
| const char * | use [] |
General FFT for n-dimensional data.
| int img_fft_times | ( | int | ndim, |
| int | minsize, | ||
| int | maxsize, | ||
| int | opt | ||
| ) |
Tests the execution times for a series of image sizes.
| ndim | number of dimensions (1,2,3). |
| minsize | minimum image size. |
| maxsize | maximum image size. |
| opt | optimization (with FFTW_MEASURE). |
FFTW library (www.fftw.org). Blank complex floating point images are created and transformed. Only the call to the complex FFT function is timed.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| const char* use[] |
|
extern |