Searched refs:GAMMA_PAUSE (Results 1 – 2 of 2) sorted by relevance
46 #define GAMMA_PAUSE (float)0.05 // update for conservative noise estimate macro
830 self->magnAvgPause[i] += GAMMA_PAUSE * (magn[i] - self->magnAvgPause[i]); in UpdateNoiseEstimate()