diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-30 09:55:45 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-30 10:06:23 +0100 |
commit | 18276a5d2eac39b08caa2ce44e196e7a98f1a108 (patch) | |
tree | 2a45036399b0522af6e2a554c9e2a9877b30ef62 /doc/example.ini | |
parent | e0c9959bb4303b81e43fff7efe23f4f583f8422f (diff) | |
download | dabmod-18276a5d2eac39b08caa2ce44e196e7a98f1a108.tar.gz dabmod-18276a5d2eac39b08caa2ce44e196e7a98f1a108.tar.bz2 dabmod-18276a5d2eac39b08caa2ce44e196e7a98f1a108.zip |
Calculate PAPR in the OfdmGenerator
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/example.ini b/doc/example.ini index ec0525c..b3faffd 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -141,11 +141,11 @@ rate=2048000 enable=0 ; At what amplitude the signal should be clipped -clip=70.0 +clip=50.0 ; How much to clip the error signal used to compensate the effect ; of clipping -error_clip=0.05 +error_clip=0.1 [firfilter] ; The FIR Filter can be used to create a better spectral quality. |