kissfft
kissfft copied to clipboard
No optimized inverse FFT implementation for real time-domain data
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?
If my suggestion is considered favorable, I may implement it a few days later.
That sounds great. Can you please add corresponding tests, too?
That sounds great. Can you please add corresponding tests, too?
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.