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.
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?
Hi,
I'm trying the same mentioned above (but two years later).
I've read the linked how to "Efficient FFT Computation of Real Input" but my c-code doesn't work. May be there's a dsblib function or something by now?
regards...
Hy Martin Harrer,
now it's my time to ask for the real FFT.
Did you get some DSPlib or something that solved your problem?
Regards,
André
Andre,Martin,
Did you try out the example code provided on the wiki. Could you describe in little more detail what you mean by my code is not working? The code is a self contained package you should simply be able to change the sine input to the inputs you want to provide to test it out.
Regards,
Rahul