mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Correct comment
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ void CFMNoiseSquelch::setParams(uint8_t highThreshold, uint8_t lowThreshold)
|
|||||||
|
|
||||||
bool CFMNoiseSquelch::process(q15_t sample)
|
bool CFMNoiseSquelch::process(q15_t sample)
|
||||||
{
|
{
|
||||||
//get more dynamic into the decoder by multiplying the sample by 1.5
|
//get more dynamic into the decoder by multiplying the sample by 64
|
||||||
q31_t sample31 = q31_t(sample) << 6; //+ (q31_t(sample) >> 1);
|
q31_t sample31 = q31_t(sample) << 6; //+ (q31_t(sample) >> 1);
|
||||||
|
|
||||||
q31_t q2 = m_q1;
|
q31_t q2 = m_q1;
|
||||||
|
|||||||
Reference in New Issue
Block a user