Search found 1 match

by Dmitry01
Tue Mar 17, 2020 1:12 pm
Forum: ESP-IDF
Topic: Advice using FFT on the ESP32 - ESP-DSP Component
Replies: 3
Views: 7710

Re: Advice using FFT on the ESP32 - ESP-DSP Component

I am getting great data for higher frequencies but low frequency input cause a bunch of unwanted data to appear at higher frequencies. Hi o.copleston, I assume that you forgot to use bit reverse operation after the FFT. Your code should look like this: for (int i=0 ; i< N ; i++) { y_cf[i*2 + 0] = y...