aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/main.py
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-08-21 20:05:26 +0200
committerandreas128 <Andreas>2017-08-21 20:05:26 +0200
commit0c0d145866043c16c3dc73615f35bbac12140b93 (patch)
treea2a04f35f95bd4983f070e8d399abb19a5ccdfaf /dpd/main.py
parent944df89d7a6253b9077eec1655449e74b16f1418 (diff)
downloaddabmod-0c0d145866043c16c3dc73615f35bbac12140b93.tar.gz
dabmod-0c0d145866043c16c3dc73615f35bbac12140b93.tar.bz2
dabmod-0c0d145866043c16c3dc73615f35bbac12140b93.zip
Add single shot correction
Diffstat (limited to 'dpd/main.py')
-rwxr-xr-xdpd/main.py4
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()