From 571d57c591b23d212934f0bb969c33d15c729982 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 21 Aug 2017 18:14:55 +0200 Subject: Fix some CFR things, still WIP --- doc/example.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/example.ini') 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 -- cgit v1.2.3