diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:06:26 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:06:26 +0200 |
commit | 4f3f33c245e3d92692eec0307d6f842c225a0a80 (patch) | |
tree | 093d06055a0378ef52db795b399c84f600b6f742 /doc/example.ini | |
parent | ce0a7ea2c8f57f0488ba9843dafb42c90092fa77 (diff) | |
download | dabmod-4f3f33c245e3d92692eec0307d6f842c225a0a80.tar.gz dabmod-4f3f33c245e3d92692eec0307d6f842c225a0a80.tar.bz2 dabmod-4f3f33c245e3d92692eec0307d6f842c225a0a80.zip |
crc-dabmod: example.ini changed to ; comments. Boost 1.42 doesn't support
# comments
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/example.ini b/doc/example.ini index 15a7661..9e0eb3b 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -1,4 +1,4 @@ -# Sample configuration file for CRC-DABMOD +; Sample configuration file for CRC-DABMOD [remotecontrol] telnet=1 @@ -14,18 +14,18 @@ filename=/dev/stdin loop=1 [modulator] -# Gain mode: 0=FIX, 1=MAX, 2=VAR +; Gain mode: 0=FIX, 1=MAX, 2=VAR gainmode=2 -# Transmission mode +; Transmission mode mode=2 -# Set to 0 to disable CicEqualiser +; Set to 0 to disable CicEqualiser dac_clk_rate=0 digital_gain=1.0 -# Output sample rate +; Output sample rate rate=2048000 [firfilter] @@ -33,7 +33,7 @@ enabled=0 filtertapsfile=simple_taps.txt [output] -# choose output: possible values: uhd, file +; choose output: possible values: uhd, file output=uhd [fileoutput] @@ -44,11 +44,11 @@ device=master_clock_rate=32768000,type=b100 frequency=234208000 txgain=0 -# Used for SFN with the UHD output +; Used for SFN with the UHD output [delaymanagement] synchronous=0 -# choose between fixed and dynamic offset definition +; choose between fixed and dynamic offset definition management=dynamic fixedoffset=0.002 |