From d250dd51ad88f3e026c8e1d661841c869f229236 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Wed, 21 Feb 2018 11:51:08 +0100 Subject: [PATCH] Reduce LO leakage by not transmit signal on idle --- srsue/src/phy/phch_common.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srsue/src/phy/phch_common.cc b/srsue/src/phy/phch_common.cc index b76b0d9ce..24c190361 100644 --- a/srsue/src/phy/phch_common.cc +++ b/srsue/src/phy/phch_common.cc @@ -62,9 +62,10 @@ phch_common::phch_common(uint32_t max_mutex_) : tx_mutex(max_mutex_) bzero(zeros, 50000*sizeof(cf_t)); // FIXME: This is an ugly fix to avoid the TX filters to empty + /* for (int i=0;i<50000;i++) { zeros[i] = 0.01*cexpf(((float) i/50000)*0.1*_Complex_I); - } + }*/ reset();