Skip to content
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

Open
seeker-Liu opened this issue Sep 27, 2020 · 5 comments
Open

Comments

@seeker-Liu
Copy link
Contributor

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?

@seeker-Liu
Copy link
Contributor Author

If my suggestion is considered favorable, I may implement it a few days later.

@mborgerding
Copy link
Owner

That sounds great. Can you please add corresponding tests, too?

@seeker-Liu 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
@seeker-Liu
Copy link
Contributor Author

That sounds great. Can you please add corresponding tests, too?

I'll try, but I am afraid of I am not experienced enough.

@seeker-Liu
Copy link
Contributor Author

@mborgerding If I get it right, this library is supposed to be able to work on C++98?

@mborgerding
Copy link
Owner

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants