diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/example.ini b/doc/example.ini index fa03d26..425dfa4 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 @@ -162,8 +163,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 @@ -171,6 +173,9 @@ output=uhd ; effectively mapping the gainmode VAR range of -50000 -- 50000 ; to -128 -- 128. For other gainmodes, use the digital_gain setting ; to make sure you don't create clipping. +; +; The format u8 is the same as s8, except that the values are mapped +; between 0 and 255. ;format=s8 ; The output file: |