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.

[C6747] Real FFT Help

Other Parts Discussed in Thread: TMS320C6747

Hi all,

I am using TMS320C6747 DSP. I need a real input FFT for floating point input and output.

DSPLib has FFT functions for cplx input and I can use them by inserting zeros for imaginary values. But filling input arrays imaginary parts with zeros is a wasted time.

Are there any library that includes real input FFT function for floating point numbers?

OR, what is the best way if you are going to take real input FFT?