Hi, is there any change someone here is able to shed some light on how the number of bins in each band are calculated in the following code ?
int fftBuckets[NUM_COLS+1] = {0,1,2,3,4,5,6,7,8,9,10,11,17,26,37,52,71,97,128};
My best approximation for the the above is:
1 ,1, 1, 1, 1, 1, 2, 3, 4...