aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/main.py
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-09-10 19:28:45 +0200
committerandreas128 <Andreas>2017-09-10 19:28:45 +0200
commitdd46ed939e56a4e56c3dcec60cce1b93c8786a4a (patch)
treead37fba573a82a8d5ad82b764d74a80b4c198a9c /dpd/main.py
parent6e580248099ce4995ff0ba957d9f9ba64cfdfff2 (diff)
downloaddabmod-dd46ed939e56a4e56c3dcec60cce1b93c8786a4a.tar.gz
dabmod-dd46ed939e56a4e56c3dcec60cce1b93c8786a4a.tar.bz2
dabmod-dd46ed939e56a4e56c3dcec60cce1b93c8786a4a.zip
Use ridge regression
Diffstat (limited to 'dpd/main.py')
-rwxr-xr-xdpd/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/main.py b/dpd/main.py
index 03520f5..5e67c90 100755
--- a/dpd/main.py
+++ b/dpd/main.py
@@ -64,7 +64,7 @@ parser.add_argument('--samplerate', default='8192000',
parser.add_argument('--coefs', default='poly.coef',
help='File with DPD coefficients, which will be read by ODR-DabMod',
required=False)
-parser.add_argument('--txgain', default=74,
+parser.add_argument('--txgain', default=71,
help='TX Gain',
required=False,
type=int)