diff options
author | andreas128 <Andreas> | 2017-09-28 11:45:17 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-28 11:45:22 +0200 |
commit | d3a008359125835453e6a6cb2002b5d8af403e08 (patch) | |
tree | b66d2cae02052aa880f6f828615d6dddbc520232 /dpd | |
parent | f74fcc0f88c5e14e8582cc9791d80ef2f1c0eb71 (diff) | |
download | dabmod-d3a008359125835453e6a6cb2002b5d8af403e08.tar.gz dabmod-d3a008359125835453e6a6cb2002b5d8af403e08.tar.bz2 dabmod-d3a008359125835453e6a6cb2002b5d8af403e08.zip |
Document lut
Diffstat (limited to 'dpd')
-rw-r--r-- | dpd/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpd/README.md b/dpd/README.md index 50d639d..77c53bd 100644 --- a/dpd/README.md +++ b/dpd/README.md @@ -12,6 +12,7 @@ external tool can request a buffer of samples for analysis, can calculate coeffi predistorter in ODR-DabMod and load the new coefficients using the remote control. The predistorter in ODR-DabMod supports two modes: polynomial and lookup table. +But at the moment only the polynomial model is implemented. The *dpd/main.py* script is the entry point for the *DPD Calculation Engine* into which these features will be implemented. The tool uses modules from the *dpd/src/* folder: |