diff options
author | andreas128 <Andreas> | 2017-09-25 18:26:03 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-25 18:26:03 +0200 |
commit | 5c31e05ff0ead5c08cf4bee71426be06e17f811a (patch) | |
tree | b78e7c0ad5fbef222ae145c8d734d14fa7f1b270 /dpd/README.md | |
parent | 39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a (diff) | |
download | dabmod-5c31e05ff0ead5c08cf4bee71426be06e17f811a.tar.gz dabmod-5c31e05ff0ead5c08cf4bee71426be06e17f811a.tar.bz2 dabmod-5c31e05ff0ead5c08cf4bee71426be06e17f811a.zip |
Fix images in README.md
Diffstat (limited to 'dpd/README.md')
-rw-r--r-- | dpd/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dpd/README.md b/dpd/README.md index d0049c4..6c1a3a9 100644 --- a/dpd/README.md +++ b/dpd/README.md @@ -43,8 +43,8 @@ a constellation diagram. Hardware Setup -------------- -![setup diagram](doc/img/setup_diagram.svg) -![setup photo](doc/img/setup_photo.svg) +![setup diagram](img/setup_diagram.svg) +![setup photo](img/setup_photo.svg) Our setup is depicted in the Figure above. We used components with the following properties: 1. USRP TX (max +20dBm) @@ -105,11 +105,11 @@ After the run you should be able to observe that the peak-shoulder difference de Before digital predistortion: -![shoulder_measurement_before](doc/img/shoulder_measurement_after.png) +![shoulder_measurement_before](img/shoulder_measurement_after.png) After digital predistortion: -![shoulder_measurement_after](doc/img/shoulder_measurement_after.png) +![shoulder_measurement_after](img/shoulder_measurement_after.png) Now see what happens if you apply the pre-distortions for different TX gains. You can either set the TX gain before you start the pre-distortion or using the command line option `--txgain gain`. You can also try to adjust other parameters. To see their documentation run `python main.py --help`. |