- timingGenerator debug
This commit is contained in:
+5
-1
@@ -120,7 +120,7 @@ void Receiver::initDefaultParams()
|
||||
{
|
||||
|
||||
m_params.CPR_phase = 0;
|
||||
m_params.awgn_dB = -60;
|
||||
m_params.awgn_dB = -100;
|
||||
m_params.agc_state = agc_state_acquisition;
|
||||
m_params.agc_mode = agc_mode_disabled;
|
||||
m_params.agcMu[0] = AGC_ADAPTION_RATE_ACQ;
|
||||
@@ -346,6 +346,10 @@ void Receiver::timerCallback()
|
||||
|
||||
// printf("CMA\n");
|
||||
// cout << m_cma2.getWeights() << endl;
|
||||
|
||||
printf("m_timingGenerator\n");
|
||||
cout << m_timingGenerator.getMu() << endl;
|
||||
cout << m_timingGenerator.getMuVar() << endl;
|
||||
}
|
||||
|
||||
void Receiver::processPassband(RVec const &rf, size_t len)
|
||||
|
||||
Reference in New Issue
Block a user