diff options
author | andreas128 <Andreas> | 2017-09-29 20:27:14 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-29 20:27:14 +0200 |
commit | 3dd2ccd44d5ad4e9bed1f460a63d8756695e9a57 (patch) | |
tree | 4e6a528106d2e8c73f5bf478013fb367ea07dd5c /dpd | |
parent | 6d352ff311d39dea11abb9b1e86507412f533997 (diff) | |
download | dabmod-3dd2ccd44d5ad4e9bed1f460a63d8756695e9a57.tar.gz dabmod-3dd2ccd44d5ad4e9bed1f460a63d8756695e9a57.tar.bz2 dabmod-3dd2ccd44d5ad4e9bed1f460a63d8756695e9a57.zip |
Add description for iterative process
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 151552f..bf86b3b 100644 --- a/dpd/README.md +++ b/dpd/README.md @@ -93,6 +93,7 @@ As a first test you can run the main script with the *--plot* parameter. It pres cd dpd python main.py --plot ``` +The predistortion script now does 10 iterations to improve the signal quality. In each step the learning rate is decreased. The learning rate is the factor with which new coefficients are weighted in a weighted mean with the old coefficients. Moreover the nuber of measurements increases in each iteration. You find more information about that in *Heuristic.py*. Each plot is stored to the logging directory under a filename containing its time stamp and its label. Following plots are generated chronologically: |