Search found 2 matches

by kheber
Thu Jun 10, 2021 12:38 pm
Forum: General Discussion
Topic: FFT - iFFT
Replies: 3
Views: 4612

Re: FFT - iFFT

That's an idea; thank you. It requires unanticipated work and it should be in ASM to be fully optimized. Most other DSP suppliers have already solved that problem and written a proper iFFT for their libraries.
by kheber
Wed Jun 09, 2021 4:25 pm
Forum: General Discussion
Topic: FFT - iFFT
Replies: 3
Views: 4612

FFT - iFFT

Hi, I see a FFT functions in the Espressif DSP Library at : https://docs.espressif.com/projects/esp-dsp/en/latest/esp-dsp-apis.html#fft However, it is unclear which functions are forward or backward FFT / iFFT. The documentation is very unhelpful and there are no examples given. Can anyone provide a...