kissfft icon indicating copy to clipboard operation
kissfft copied to clipboard

No optimized inverse FFT implementation for real time-domain data

Open seeker-Liu opened this issue 5 years ago • 5 comments

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 avatar Sep 27 '20 10:09 seeker-Liu

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

seeker-Liu avatar Sep 27 '20 10:09 seeker-Liu

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

mborgerding avatar Sep 27 '20 10:09 mborgerding

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 avatar Sep 28 '20 06:09 seeker-Liu

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

seeker-Liu avatar Nov 05 '20 01:11 seeker-Liu

If it is easy. c++98 compatibility would be nice.

mborgerding avatar Nov 06 '20 02:11 mborgerding