Skip to content

FFT inestable on RXTX_MODE for Autotune project #2124

Answered by pschatzmann
acien101 asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe the issue comes from the delays: so try to minimize the delays in the processing chain:

  • minimize the i2s buffer
  • try to define a stride to calculate the fft more often / decrease the fft length to speed up the calculation time
  • check if the processing speed of AudioEspressifFFT gives faster calculation times
  • remove the Serial prints
  • try to reduce the sample rate

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2123 on August 06, 2025 09:17.