-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I found your library after implementing one by myself.
You did a great job gathering most of the options into one library for benchmark in ESP32!
I believe you had configured your ESP32 clock at 160Mhz rather than 240Mhz. So real benchmark is a little faster than what you published.
In the other hand I am very interested in the Real FFT. I manage to use it but I don't know how to interpret the X axis of the FFT (Real data points -> FFT -> Frequency domain). When comparing it to traditional it seems like it is in a Log basis. Do you know how to interpret it/ convert it into a linear relationship?
I am currently using the 4096 size for data being sampled at 4096Hz. I know I have a frequency at 1500Hz which is being shown at 1095Hz. How can I get the output frequencies back to its linear approximation?