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.

55xx系列TI公司DSPLIB库中的fft函数在不修改原程序的前提下最大能做到多少点FFT变换?



        请问一下,55xx系列的DSPLIB库中调用的fft函数最大能做多少点的fft变换?是不是和28系列的一样,在不修改原程序的情况下只能做128-1024点的fft变换?还是能根据自己的意愿只要NX=2^n就行了,例如做NX=65536点FFT变换?要是要修改的话才能增大变换点数的话,又要怎么做呢,DSP库函数又看不到它的源代码。