![]() |
Snoopy Version 6.0 (Albert)
|
Include dependency graph for gfft.c:Functions | |
| void | gfft_r2c_t (double *wrin) |
| void | gfft_c2r_t (double complex *win) |
| void | gfft_r2c (double *wrin) |
| void | gfft_c2r (double complex *win) |
| void | init_gfft () |
| void | finish_gfft () |
| double | read_fft_timer () |
Variables | |
| double | fft_timer |
| fftw_plan | r2cfft |
| fftw_plan | c2rfft |
| void finish_gfft | ( | ) |
Here is the caller graph for this function:| void gfft_c2r | ( | double complex * | win | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gfft_c2r_t | ( | double complex * | win | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gfft_r2c | ( | double * | wrin | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gfft_r2c_t | ( | double * | wrin | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void init_gfft | ( | ) |
Here is the caller graph for this function:| double read_fft_timer | ( | ) |
Here is the caller graph for this function:| fftw_plan c2rfft |
| double fft_timer |
| fftw_plan r2cfft |