From 143e624d14e63f918fcc802e1a54263043642cb6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 9 Aug 2017 15:18:56 +0200 Subject: DPD: describe coef file format --- dpd/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dpd/README.md b/dpd/README.md index 6c9d5fb..b5a6b81 100644 --- a/dpd/README.md +++ b/dpd/README.md @@ -37,6 +37,17 @@ See dpd/dpd.ini for an example. The DPD server port can be tested with the *dpd/show_spectrum.py* helper tool, which can also display a constellation diagram. +File format for coefficients +---------------------------- +The coef file contains the polynomial coefficients used in the predistorter. The file format is +very similar to the filtertaps file used in the FIR filter. It is a text-based format that can +easily be inspected and edited in a text editor. + +The first line contains the number of coefficients as an integer. The second and third lines contain +the real, respectively the imaginary parts of the first coefficient. Fourth and fifth lines give the +second coefficient, and so on. The file therefore contains 2xN + 1 lines if it contains N +coefficients. + TODO ---- -- cgit v1.2.3