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.

Omap-L138DSP核调用FFT

Other Parts Discussed in Thread: OMAP-L138

        请问omap-L138的C674X调用DSPLIB(dsp67x.lib)库中的FFT函数void DSPF_sp_cfftr2_dit(float * x, float * w, short n)、void DSPF_sp_cfftr4_dif(float * x, float * w, short n) 这两个函数有什么区别?另外形参中的参数都代表什么含义?我要做256点的FFT,该如何定义这三个参数?运算结果存到哪个指针地址呢?另外DSPF_sp_icfftr2_dit()怎么用呢?谢谢了!