diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-27 20:29:14 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-28 13:36:48 +0200 |
commit | 4574756f50fd34355aa9d6bfc8a5662f87e88661 (patch) | |
tree | 66f72df54f173e9d5ef23380ce61c75b9ba3318b /doc | |
parent | 16c4bcb085457514438d35bbbe11ef979e36bb85 (diff) | |
download | dabmod-4574756f50fd34355aa9d6bfc8a5662f87e88661.tar.gz dabmod-4574756f50fd34355aa9d6bfc8a5662f87e88661.tar.bz2 dabmod-4574756f50fd34355aa9d6bfc8a5662f87e88661.zip |
Add CFR statistics to RC
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/example.ini b/doc/example.ini index 512e196..21f15ea 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -127,16 +127,17 @@ dac_clk_rate=0 ; and ;dac_clk_rate=128000000 -; Settings for crest factor reduction +; Settings for crest factor reduction. Statistics for ratio of +; samples that were clipped are available through the RC. [cfr] enable=0 ; At what amplitude the signal should be clipped -clip=1.0 +clip=70.0 ; How much to clip the error signal used to compensate the effect ; of clipping -error_clip=1.0 +error_clip=0.05 [firfilter] ; The FIR Filter can be used to create a better spectral quality. |