Hi,
Is there any documentation or explanantion about the last two parameters in the FFT functions?
void DSPF_sp_fftSPxSP (int N, float *ptr_x, float *ptr_w, float *ptr_y, unsigned char *brev, int n_min, int offset, int n_max)
The argument documentation says that 'offset' is some index of a sub-FFT inside the main FFT. What is its use? Does it allow to skip over a zero-added array? Or does it allow to calculate a larger FFT in chunks so it will fit in memory?
Kind regards,
Remco Poelstra