Tweaked FFT parameters
parent
df3c0e6c98
commit
a3e4011a70
|
@ -18,8 +18,8 @@
|
||||||
#define KB_RESOLUTION (5 * 50)
|
#define KB_RESOLUTION (5 * 50)
|
||||||
|
|
||||||
// How many resolution steps to skip at the top and bottom.
|
// How many resolution steps to skip at the top and bottom.
|
||||||
#define BOTTOM_SKIP 25
|
#define BOTTOM_SKIP 100
|
||||||
#define TOP_SKIP 50
|
#define TOP_SKIP 0
|
||||||
|
|
||||||
// Spectrum visualizer range
|
// Spectrum visualizer range
|
||||||
#define MIN_HZ 100
|
#define MIN_HZ 100
|
||||||
|
|
Loading…
Reference in New Issue