diff options
author | andreas128 <Andreas> | 2017-09-29 16:14:32 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-29 16:14:32 +0200 |
commit | 64e0193824262e93e7cd67bb8c3af68d278f990c (patch) | |
tree | ea0f27b32e58a4ae18a084d6bb52e5af878d8e10 | |
parent | 55e451da5248f4d9327bd15bfc00975a2c89da89 (diff) | |
download | dabmod-64e0193824262e93e7cd67bb8c3af68d278f990c.tar.gz dabmod-64e0193824262e93e7cd67bb8c3af68d278f990c.tar.bz2 dabmod-64e0193824262e93e7cd67bb8c3af68d278f990c.zip |
Add RX gain description
-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 0b2e3fd..151552f 100644 --- a/dpd/README.md +++ b/dpd/README.md @@ -144,3 +144,4 @@ TODO - Find a better measurement for the quality of the predistortion. The peak-shoulder difference might be too large to be captured with the USRP, as the ADC has 12 bit and DAB signals have a large crest factor. - Implement cases for different oversampling for FFT bin choice. - Continuously observe DAB signal in frequency domain and make sure the power stays the same. At the moment only the power in the time domain is kept the same. + - At the moment we assume that the USRP RX gain has to be larger than 30dB and the received signal should have a median absolute value of 0.05 in order to have a hight quality quantization. Do measurements to support or improve this heuristic. |