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

Support iFFT (DSP-97) #62

Open
howard0su opened this issue Jan 15, 2023 · 4 comments
Open

Support iFFT (DSP-97) #62

howard0su opened this issue Jan 15, 2023 · 4 comments

Comments

@howard0su
Copy link

Current dsp lib supports only FFT, please add iFFT support. It is common to process signals in frequency domain which do fft, filter, ifft.

@dmitry1945
Copy link
Collaborator

Hi @howard0su

Yes, we will add.

Regards,
Dmitry

@tom-borcin tom-borcin changed the title Support iFFT Support iFFT Apr 3, 2023
@github-actions github-actions bot changed the title Support iFFT Support iFFT (DSP-97) Apr 3, 2023
@drewbharris
Copy link

@dmitry1945 any updates on this? Thanks!

@copych
Copy link

copych commented Jul 26, 2024

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.

@crosswick
Copy link

I am also very interested in efficient iFFT.

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

5 participants