FFT looks odd or wrong somehow, a code issue or just the ESP32s poor ADC ? #104
jonshouse1
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
I'm converting this to a show and tell discussion. Feel free to change the title of the discussion to something that more closely matches its content. :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Re: FFT looks wrong somehow from youtube....
When I did my audio projects many years back I used a couple of FFT routines that I modified a bit. See "player_fft.c" and "player_integer_fft.c" from "src_v0.61.tar.gz" here:
https://sourceforge.net/projects/centroplayer/files/
Results are here:
https://www.youtube.com/watch?v=zHSGtInrsDY&t=62s
Not a fair comparison with the ESP32 though as this was CD quality audio on a fast ARM CPU. Still might be worth a quick look at in case it is better than the aurdino ide default fft.
Beta Was this translation helpful? Give feedback.
All reactions