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.
大家好
我有一个关于C28x处理器的VCU-II lib的问题。
此库包含具有字段的结构_CFFT_Obj_
Int16_t *pInBuffer;
Int16_t *pOutBuffer;
但我认为复杂FFT返回 一些复杂数字数组。
那么 ,此输出缓冲区的Int16_t类型的含义是什么?
有人能解释我吗?