Other Parts Discussed in Thread: C2000WARE
what does the following function mean?(C28X_VCU_LIB_UG)
void CFFT_conjugate (void pBuffer, uint16_t size)
void CFFT_pack (CFFT_Handle hndCFFT)
void CFFT_unpack (CFFT_Handle hndCFFT)
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.
what does the following function mean?(C28X_VCU_LIB_UG)
void CFFT_conjugate (void pBuffer, uint16_t size)
void CFFT_pack (CFFT_Handle hndCFFT)
void CFFT_unpack (CFFT_Handle hndCFFT)
in the following source files:D:\ti\c2000\C2000Ware_1_00_04_00\libraries\dsp\VCU\c28\examples\fft\2837x_vcu2_cfft_128
1.was the data of data_input.h real+imag format?
2.what is the result of executing CFFT_conjugate function? and CFFT_pack? CFFT_unpack?
would you show an example?