Merge branch 'master' into uplink

This commit is contained in:
Ismael Gomez 2016-06-15 00:12:09 +02:00
commit 47b4443697
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ int srslte_chest_dl_init(srslte_chest_dl_t *q, srslte_cell_t cell)
goto clean_exit;
}
q->noise_alg = SRSLTE_NOISE_ALG_PSS;
q->noise_alg = SRSLTE_NOISE_ALG_REFS;
q->smooth_filter_len = 3;
srslte_chest_dl_set_smooth_filter3_coeff(q, 0.1);