From dd46ed939e56a4e56c3dcec60cce1b93c8786a4a Mon Sep 17 00:00:00 2001 From: andreas128 Date: Sun, 10 Sep 2017 19:28:45 +0200 Subject: Use ridge regression --- dpd/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpd/main.py') 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) -- cgit v1.2.3