From 737f839c3f579b527dc6d943bdc19364302f4927 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 5 Jun 2017 12:42:47 +0200 Subject: Clarify example.ini --- doc/example.ini | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/example.ini') diff --git a/doc/example.ini b/doc/example.ini index 56adcb2..1b4a2b4 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -39,10 +39,11 @@ zmqctrlendpoint=tcp://127.0.0.1:9400 [log] ; Write to a logfile or to syslog. -; Setting filename to stderr is very useful during tests and development +; Setting filename to stderr is not necessary, as all messages are +; automatically written to stderr. syslog=0 -filelog=1 -filename=/dev/stderr +filelog=0 +filename=odr-dabmod.log [input] ; A file or fifo input is using transport=file @@ -147,8 +148,9 @@ output=uhd ; gainmode VAR and FIX, they should never exceed 50000. ;format=complexf ; -; When the format is set to complexf_normalised the maximal -; amplitude written to a file, is the digital gain +-10%. +; The complexf_normalised format applies a compensation factor to the complexf +; output to bring the range of the I and Q components to [-1.0 .. 1.0]. The +; digital_gain is still applied on top of that normalisation. ;format=complexf_normalised ; ; When the format is set to s8, the output writes I/Q 8-bit -- cgit v1.2.3