From 28462b9d8bb08609810ea9a9882c5fa9205b8b80 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Thu, 24 Aug 2017 19:16:33 +0200 Subject: Add dpd for phase correction --- dpd/dpd.ini | 3 ++- dpd/poly.coef | 6 ------ dpd/poly_am.coef | 6 ++++++ dpd/poly_pm.coef | 6 ++++++ 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 dpd/poly.coef create mode 100644 dpd/poly_am.coef create mode 100644 dpd/poly_pm.coef (limited to 'dpd') diff --git a/dpd/dpd.ini b/dpd/dpd.ini index 1bc51de..54af9ce 100644 --- a/dpd/dpd.ini +++ b/dpd/dpd.ini @@ -22,7 +22,8 @@ enabled=1 [poly] enabled=1 -polycoeffile=dpd/poly.coef +polycoeffileam=dpd/poly_am.coef +polycoeffilepm=dpd/poly_pm.coef # How many threads to use for the predistorter. # If not set, detect automatically. diff --git a/dpd/poly.coef b/dpd/poly.coef deleted file mode 100644 index de5ec68..0000000 --- a/dpd/poly.coef +++ /dev/null @@ -1,6 +0,0 @@ -5 -0.8 -0 -0 -0 -0 diff --git a/dpd/poly_am.coef b/dpd/poly_am.coef new file mode 100644 index 0000000..ce11551 --- /dev/null +++ b/dpd/poly_am.coef @@ -0,0 +1,6 @@ +5 +2.2 +2.34402815751 +-25.0487363081 +93.1884045291 +-85.3795993469 diff --git a/dpd/poly_pm.coef b/dpd/poly_pm.coef new file mode 100644 index 0000000..2a5bf1c --- /dev/null +++ b/dpd/poly_pm.coef @@ -0,0 +1,6 @@ +5 +0.126147521763 +-0.507247679586 +0.645526051204 +-0.313225683513 +0.0522039980935 -- cgit v1.2.3