From 987a31954ea574e04c2e79fe3765448c1b607e49 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 17 Mar 2017 14:01:05 +0100 Subject: Add gainmode var variance to config file --- doc/example.ini | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/example.ini b/doc/example.ini index 36a6c2f..0659813 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -83,14 +83,18 @@ loop=0 ; for some power amplifier. The output samples are limited to a magnitude ; of 32768. ; -; Mode 'var' uses the method specified in ETSI 300 798. This method +; Mode 'var' uses the method specified in ETSI 300 798 Clause 5.3. This method ; normalizes to 4 times the standard deviation for an approximation of the RMS ; power. So around 6/100000 samples will be truncated and will introduce some ; really minor distortion. But this mode also maximizes the output power. This ; is the gain mode recommended for real world operation as it is based on a DAB -; standard; the only difference is that ODR-DabMod uses a better resolution -; with 16 bits instead of 8 bits. +; standard; the only difference is that ODR-DabMod internally calculates this with +; 32-bit floats instead of 8 bits. gainmode=var +; +; In mode var, you can choose to normalise the samples to something else than +; 4 times the standard deviation. +;normalise_variance=4 ; Transmission mode ; If not defined, take the mode from ETI -- cgit v1.2.3