Remove unused variable

This commit is contained in:
Geoffrey Merck 2020-08-05 21:17:05 +02:00
parent b2111553c6
commit 625ec93af8
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ const q31_t COEFF_DIV_TWO = 821806413;
// 400Hz bandwidth
const uint16_t N = 24000U / 400U;
//const q63_t ALPHA = 1073741824; //0.5 as q31 but stored in a q64 to avoid overflow
const q63_t ALPHA = 536870912; //0.25 as q31 but stored in a q64 to avoid overflow
CFMNoiseSquelch::CFMNoiseSquelch() :
m_highThreshold(0),
m_lowThreshold(0),