diff options
author | andreas128 <Andreas> | 2017-08-21 20:05:26 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-08-21 20:05:26 +0200 |
commit | 0c0d145866043c16c3dc73615f35bbac12140b93 (patch) | |
tree | a2a04f35f95bd4983f070e8d399abb19a5ccdfaf /dpd/main.py | |
parent | 944df89d7a6253b9077eec1655449e74b16f1418 (diff) | |
download | dabmod-0c0d145866043c16c3dc73615f35bbac12140b93.tar.gz dabmod-0c0d145866043c16c3dc73615f35bbac12140b93.tar.bz2 dabmod-0c0d145866043c16c3dc73615f35bbac12140b93.zip |
Add single shot correction
Diffstat (limited to 'dpd/main.py')
-rwxr-xr-x | dpd/main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpd/main.py b/dpd/main.py index 560d142..ae18182 100755 --- a/dpd/main.py +++ b/dpd/main.py @@ -52,8 +52,8 @@ meas = Measure.Measure(samplerate, port, num_req) adapt = Adapt.Adapt(port_rc, coef_path) coefs = adapt.get_coefs() #model = Model.Model(coefs) -model = Model.Model([0.8, 0, 0, 0, 0]) -adapt.set_txgain(60) +model = Model.Model([2.2, 0, 0, 0, 0]) +adapt.set_txgain(82) tx_gain = adapt.get_txgain() rx_gain = adapt.get_rxgain() |