dmitry1945
dmitry1945
Dear @Bobobel, thank you for the issue. We will change the documentation (or the code). The factor of 2 is related to calculation performance. Regards, Dmitry
Hi @ayavilevich , In float version of FFT we have an table base implementation of bit reverse, and that's why it's faster. We will think to add the same functionality...
Hi @Bobobel the timing for the first call is high because the dsps_dotprod_f32 is located in flash and should be copied to the cash after the first call. At second...
Hi @Galfy1 , 1. We not use any divider because they could be different for direct and inverse FFTs. It’s up to user to apply any number. 2. To save...
Hi @ProjectRobal @Ackites , I will look today. Will inform you when solution will be ready. Thank you
@ProjectRobal could you please guide me, how you build your project, and which project are you building? Thanks, Dmitry
Hi @X-Ryl669 , We have a plans to include it in this year. Regards, Dmitry
@AristarchosOfSamos, Thank you for the feedback. We will add resampler to esp-dsp. I'm not promise the exact day, but I hope, it will be this year. Regards, Dmitry
Hi @shenxiaozheng , yes, it works with latest master. Do you have a problem with that?
Hi @mrSilkie , Thank you for the feedback. Yes, the frequency is from 0 up to 0.5, where 1 is a sample frequency. The values above 0.5 I this are...