Would somebody give me a simple example to using the DSPLIB to do a
FFT(x[], y[], n);
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.
Would somebody give me a simple example to using the DSPLIB to do a
FFT(x[], y[], n);
Hi,
You can find these examples in the DSPLIB package in the ...\C5500\dsplib\EXAMPLES\ directory. Please see the CFFT and CIFFT examples for complex FFTs and rfft and rifft for real FFTs.
regards,
Sunil Kamath