Can anyone point me to a c code implementation of Radix 32 FFT. I am trying to write the code myself because I need to add couple of special functions calls inside FFT so please do not point me to libraries. Thanks for answering!!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you cannot find an existing C implementation of a radix32 FFT, you might have luck modifying kissfft to add a radix32 butterfly stage. It has radices 2,3,4,5. The radix4 stage is closest to what you need.