Topic question: how fast is Kiss FFT in big O notation? I can’t find this stated anywhere, it’s probably somewhere obvious and I’m just blind.
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.
I’m pretty sure the point of a Fast Fourier Transform is that it’s θ(n log n).
If it’s anything slower then it wouldn’t be called a “Fast” Fourier Transform.
(And it’s probably not faster.)
Speaking of “simple” FFTs, here’s one (powers of 2 only):