- re-enabled AGC
git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@867 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user