This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: Complex FFT Output

Part Number: TMS320F28388D

Hello,
in one of our programs we are calling CFFT_f32u

In the examples, then a call to CFFT_f32_mag and CFFT_f32_phase is made.
After these calls, the output is a 1D-array.

We would like to know if it possible to access to the complex output of the FFT.
If so, how is the FFT arranged? AS a FFT_Real - FFT_Imag component array?

Thank you