diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-21 18:14:55 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-28 13:36:48 +0200 |
commit | 571d57c591b23d212934f0bb969c33d15c729982 (patch) | |
tree | c5d39bea968b052de46d187ffc0cffab91084aa4 /doc | |
parent | 75653763057bb9bf018dfde1a3cda8681c8b8e34 (diff) | |
download | dabmod-571d57c591b23d212934f0bb969c33d15c729982.tar.gz dabmod-571d57c591b23d212934f0bb969c33d15c729982.tar.bz2 dabmod-571d57c591b23d212934f0bb969c33d15c729982.zip |
Fix some CFR things, still WIP
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 425dfa4..512e196 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -127,6 +127,17 @@ dac_clk_rate=0 ; and ;dac_clk_rate=128000000 +; Settings for crest factor reduction +[cfr] +enable=0 + +; At what amplitude the signal should be clipped +clip=1.0 + +; How much to clip the error signal used to compensate the effect +; of clipping +error_clip=1.0 + [firfilter] ; The FIR Filter can be used to create a better spectral quality. enabled=1 |