From 7edc69052ba0dc1a43264c1764968a7f23e36935 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Wed, 15 Jun 2016 00:12:01 +0200 Subject: [PATCH] chest: restored refs noise estimation --- srslte/lib/ch_estimation/chest_dl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srslte/lib/ch_estimation/chest_dl.c b/srslte/lib/ch_estimation/chest_dl.c index 2d06c6fc1..9d63b0b69 100644 --- a/srslte/lib/ch_estimation/chest_dl.c +++ b/srslte/lib/ch_estimation/chest_dl.c @@ -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);