From fb27264d4dda6dde7e67338305cd84ac0122e58d Mon Sep 17 00:00:00 2001 From: andreas128 Date: Fri, 22 Sep 2017 16:31:37 +0200 Subject: Less backoff for TX quantization --- dpd/src/TX_Agc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dpd/src') diff --git a/dpd/src/TX_Agc.py b/dpd/src/TX_Agc.py index 9274612..affc42f 100644 --- a/dpd/src/TX_Agc.py +++ b/dpd/src/TX_Agc.py @@ -25,9 +25,9 @@ class TX_Agc: def __init__(self, adapt, max_txgain=89, - tx_median_target=0.1, - tx_median_threshold_max=0.12, - tx_median_threshold_min=0.08): + tx_median_target=0.16, + tx_median_threshold_max=0.18, + tx_median_threshold_min=0.14): """ In order to avoid digital clipping, this class increases the TX gain and reduces the digital gain. Digital clipping happens -- cgit v1.2.3