diff options
Diffstat (limited to 'dpd/src/TX_Agc.py')
-rw-r--r-- | dpd/src/TX_Agc.py | 6 |
1 files changed, 3 insertions, 3 deletions
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 |