diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 12 |
1 files changed, 7 insertions, 5 deletions
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 |