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?
See here: http://processors.wiki.ti.com/index.php/Efficient_FFT_Computation_of_Real_Input
Gagan
----------------------------------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers your question.----------------------------------------------------------------------------------------------------------
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.
Rahul
---------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------