diff --git a/Source/Receiver.cpp b/Source/Receiver.cpp index 0bac7b3..f1d71d8 100644 --- a/Source/Receiver.cpp +++ b/Source/Receiver.cpp @@ -492,7 +492,7 @@ void Receiver::processBaseband(CVec const &iq, uint32_t len) } // AGC Blind process samples - IQ_agc = CpxScaleRealS(IQ_mf, 4+0*AGC_GetWeight(&agcBlind)); + IQ_agc = CpxScaleRealS(IQ_mf, AGC_GetWeight(&agcBlind)); // Symbol timing recovery Vd = STRGardnerProcess(&m_SymbolTimingRevovery, IQ_agc);