Tweaked FFT parameters

master
Mark 2022-07-11 09:39:43 -07:00
parent df3c0e6c98
commit a3e4011a70
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
#define KB_RESOLUTION (5 * 50)
// How many resolution steps to skip at the top and bottom.
#define BOTTOM_SKIP 25
#define TOP_SKIP 50
#define BOTTOM_SKIP 100
#define TOP_SKIP 0
// Spectrum visualizer range
#define MIN_HZ 100