diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 12:42:47 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 12:42:47 +0200 |
commit | 737f839c3f579b527dc6d943bdc19364302f4927 (patch) | |
tree | b3160a2639a3725e6cb28bdb461ee4759b47e33b /doc/example.ini | |
parent | 816c6dd8b3aecba1c869235693d4b930918b31ba (diff) | |
download | dabmod-737f839c3f579b527dc6d943bdc19364302f4927.tar.gz dabmod-737f839c3f579b527dc6d943bdc19364302f4927.tar.bz2 dabmod-737f839c3f579b527dc6d943bdc19364302f4927.zip |
Clarify example.ini
Diffstat (limited to 'doc/example.ini')
-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 |