From 4574756f50fd34355aa9d6bfc8a5662f87e88661 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 27 Sep 2017 20:29:14 +0200 Subject: Add CFR statistics to RC --- doc/example.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3