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