diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 425dfa4..21f15ea 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -127,6 +127,18 @@ dac_clk_rate=0 ; and ;dac_clk_rate=128000000 +; 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=70.0 + +; How much to clip the error signal used to compensate the effect +; of clipping +error_clip=0.05 + [firfilter] ; The FIR Filter can be used to create a better spectral quality. enabled=1 |