diff options
| author | andreas128 <Andreas> | 2017-09-22 16:31:37 +0200 |
|---|---|---|
| committer | andreas128 <Andreas> | 2017-09-22 16:31:37 +0200 |
| commit | fb27264d4dda6dde7e67338305cd84ac0122e58d (patch) | |
| tree | f54d895e1e524f4bf9280287973ad7bce0021739 /dpd/src | |
| parent | 62f118dd40c12471b98b6eec555c8a1ad54dc696 (diff) | |
| download | dabmod-fb27264d4dda6dde7e67338305cd84ac0122e58d.tar.gz dabmod-fb27264d4dda6dde7e67338305cd84ac0122e58d.tar.bz2 dabmod-fb27264d4dda6dde7e67338305cd84ac0122e58d.zip | |
Less backoff for TX quantization
Diffstat (limited to 'dpd/src')
| -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 |
