Collaboration diagram for DSPF_dp_ifftDPXDP:
void | DSPF_dp_ifftDPxDP (int N, double *restrict ptr_x, double *restrict ptr_w, double *restrict ptr_y, int n_min, int offset, int n_max) |
void DSPF_dp_ifftDPxDP | ( | int | N, | |
double *restrict | ptr_x, | |||
double *restrict | ptr_w, | |||
double *restrict | ptr_y, | |||
int | n_min, | |||
int | offset, | |||
int | n_max | |||
) |
The benchmark performs a mixed radix inverse fft.
N | length of FFT in complex samples | |
ptr_x | pointer to complex data input | |
ptr_w | pointer to complex twiddle factor | |
ptr_y | pointer to complex output data | |
n_min,: | should be 4 if N can be represented as Power of 4 else, n_min should be 2 | |
offset | index in complex samples of sub-fft from start of main fft | |
n_max | size of main fft in complex samples |