-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No optimized inverse FFT implementation for real time-domain data #51
Comments
If my suggestion is considered favorable, I may implement it a few days later. |
That sounds great. Can you please add corresponding tests, too? |
seeker-Liu
changed the title
No real-time-domain-optimized inverse FFT implementation
No optimized inverse FFT implementation for real time-domain data
Sep 27, 2020
I'll try, but I am afraid of I am not experienced enough. |
@mborgerding If I get it right, this library is supposed to be able to work on C++98? |
If it is easy. c++98 compatibility would be nice. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the C++ implementation, we now have optimized FFT implementation for real input. However the ifft counterpart of the optimized implementation cannot be found. Given that the implementation I mentioned can be found in the C part (namely, the kiss_fftri() function), can I consider it a TODO for this library?
The text was updated successfully, but these errors were encountered: