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.

C64XPLUSCODECS: where is the Function void DSP_fft16x16 () source file locate?

Part Number: C64XPLUSCODECS

Hi experts,

    After installing DSPLIB  3_4_0_0,the file named DSP_fft16x16.h can be find under the folder C:\ti\dsplib_c64Px_3_4_0_0\packages\ti\dsplib\src\DSP_fft16x16\c64P,

which contain the Function declaration

void DSP_fft16x16 (
const short * restrict ptr_w,
int npoints,
short * restrict ptr_x,
short * restrict ptr_y
);

but i can not find the Function  source file .

 

Q:where is the Function void DSP_fft16x16 () source file  locate?

 

thanks!

NanShan