我在TI的官方文档中看到,TI在做实数FFT时,是把数据打包成复数然后运算,之后通过split函数得到最后结果。但是我从controlsuite看到的例程中结构体RFFT中却没有这个函数,请问这是怎么回事。下面是文档的截图和例程的截图
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.
我在TI的官方文档中看到,TI在做实数FFT时,是把数据打包成复数然后运算,之后通过split函数得到最后结果。但是我从controlsuite看到的例程中结构体RFFT中却没有这个函数,请问这是怎么回事。下面是文档的截图和例程的截图