Change the default upper level of the dynamic range

This commit is contained in:
Alexander Kojevnikov 2016-04-02 20:17:25 -07:00
parent 8a8f9cc87f
commit df59b4d1e2

View File

@ -23,7 +23,7 @@ enum
{
MIN_RANGE = -140,
MAX_RANGE = 0,
URANGE = -20,
URANGE = 0,
LRANGE = -120,
FFT_BITS = 11,
MIN_FFT_BITS = 8,