Increased REF BW CFO loop

This commit is contained in:
Ismael Gomez 2017-12-18 16:35:21 +01:00
parent 6711387ad7
commit c54cb02efd
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
#define DEFAULT_CFO_BW_PSS 0.05
#define DEFAULT_CFO_PSS_MIN 400 // typical bias of PSS estimation.
#define DEFAULT_CFO_BW_REF 0.01
#define DEFAULT_CFO_BW_REF 0.08
#define DEFAULT_CFO_REF_MIN 0 // typical bias of REF estimation
#define DEFAULT_CFO_REF_MAX DEFAULT_CFO_PSS_MIN // Maximum detection offset of REF based estimation

View File

@ -647,7 +647,7 @@ void phch_recv::run_thread()
case 1:
if (last_worker) {
Warning("SF: cfo=%7.1f Hz, ref=%f Hz, pss=%f Hz\n",
Warning("SF: cfo_tot=%7.1f Hz, ref=%f Hz, pss=%f Hz\n",
srslte_ue_sync_get_cfo(&ue_sync),
15000*last_worker->get_ref_cfo(),
15000*ue_sync.strack.cfo_pss_mean);