espressif / esp-dsp

DSP library for ESP-IDF
Apache License 2.0
442 stars 87 forks source link

Support iFFT (DSP-97) #62

Open howard0su opened 1 year ago

howard0su commented 1 year ago

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 commented 1 year ago

Hi @howard0su

Yes, we will add.

Regards, Dmitry

drewbharris commented 4 months ago

@dmitry1945 any updates on this? Thanks!