diff options
author | andreas128 <Andreas> | 2017-09-08 16:22:23 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-08 16:22:23 +0200 |
commit | 086348ab4d788f8453ca78fed4f3f837779c9916 (patch) | |
tree | 47232eda6c57ebeacfc190cbe8840b32a6d02dfa /dpd/src/TX_Agc.py | |
parent | 691591cd7e14e4ed576675b178917f3ae7fe5863 (diff) | |
download | dabmod-086348ab4d788f8453ca78fed4f3f837779c9916.tar.gz dabmod-086348ab4d788f8453ca78fed4f3f837779c9916.tar.bz2 dabmod-086348ab4d788f8453ca78fed4f3f837779c9916.zip |
Cleanup, Add MER logging to Model
Diffstat (limited to 'dpd/src/TX_Agc.py')
-rw-r--r-- | dpd/src/TX_Agc.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dpd/src/TX_Agc.py b/dpd/src/TX_Agc.py index c3d0698..9274612 100644 --- a/dpd/src/TX_Agc.py +++ b/dpd/src/TX_Agc.py @@ -24,10 +24,10 @@ import src.Adapt as Adapt class TX_Agc: def __init__(self, adapt, - max_txgain=85, - tx_median_target=0.04, - tx_median_threshold_max=0.07, - tx_median_threshold_min=0.02): + max_txgain=89, + tx_median_target=0.1, + tx_median_threshold_max=0.12, + tx_median_threshold_min=0.08): """ In order to avoid digital clipping, this class increases the TX gain and reduces the digital gain. Digital clipping happens |