I use this method http://processors.wiki.ti.com/index.php/Efficient_FFT_Computation_of_Real_Input
to computing a N/2 complex FFT from a N real input sequence. Additionally I use www.dsprelated.com/showarticle/63.php approach
to compute a FFT length not supported by DSPLIB( DSPF_sp_ifftSPxSP ) and everything works pretty ok.
I would like to make advantage of "Returning to a Length N Real Sequence Using a Length N/2 Complex IFFT"
(http://processors.wiki.ti.com/index.php/Efficient_FFT_Computation_of_Real_Input )
in case of computing a IFFT but I can't find how to make an one big IFFT from the smaller ones (DSPLIB supports IFFTs only up to 65K).
I would be really grateful for any help.
Regards,
Marek Stojecki