diff options
Diffstat (limited to 'dpd')
-rw-r--r-- | dpd/dpd.ini | 3 | ||||
-rw-r--r-- | dpd/poly.coef | 6 | ||||
-rw-r--r-- | dpd/poly_am.coef | 6 | ||||
-rw-r--r-- | dpd/poly_pm.coef | 6 |
4 files changed, 14 insertions, 7 deletions
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..ff09e5a --- /dev/null +++ b/dpd/poly_am.coef @@ -0,0 +1,6 @@ +5 +2.2 +1.16110192544 +-13.7895532562 +55.107515965 +-53.8583673922 diff --git a/dpd/poly_pm.coef b/dpd/poly_pm.coef new file mode 100644 index 0000000..ae91b12 --- /dev/null +++ b/dpd/poly_pm.coef @@ -0,0 +1,6 @@ +5 +0.141477421551 +-0.654864288614 +1.00568534673 +-0.588530075442 +0.0935391293974 |