-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support iFFT (DSP-97) #62
Comments
Hi @howard0su Yes, we will add. Regards, |
@dmitry1945 any updates on this? Thanks! |
I am not that good at math, but having FFT working it shouldn't be that hard to implement iFFT. But if we do that outside the ESP_DSP, that'll be waist of CPU cycles, cause we need to swap Re and Im arrays twice, while inside the library code you just change indexing instead. So please, add iFFT. |
I am also very interested in efficient iFFT. |
Current dsp lib supports only FFT, please add iFFT support. It is common to process signals in frequency domain which do fft, filter, ifft.
The text was updated successfully, but these errors were encountered: