search for: bnm_res

Displaying 1 result from an estimated 1 matches for "bnm_res".

Did you mean: bb_res
2001 Feb 01
1
minor psy.c modifications
...n]; countbelow + =radix[median]; } while(median<LASTBIN && threshi<(countbelow-radix[median])){ countbelow =countbelow-radix[median]; countabove + =radix[median]; median++; } } noise[i]=BINdB(median)+off[i]; } } 3/b: integer based (old) style: #define BNM_RES 4 #define BIN(x) ((int)((x)*negMul)) #define BINdB(x) ((float)(x)*negDiv) #define BINCOUNT (200*BNM_RES) #define LASTBIN (BINCOUNT-1) static void bark_noise_median(long n,float *b, float *f,float *noise,...