Created
October 24, 2020 11:49
-
-
Save NickBouwhuis/1a618d08df46df3981e9ece0414f8e31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Sample configuration file for ODR-DabMod | |
[remotecontrol] | |
telnet=1 | |
telnetport=2121 | |
zmqctrl=1 | |
zmqctrlendpoint=tcp://127.0.0.1:9400 | |
[log] | |
syslog=0 | |
filelog=0 | |
filename=odr-dabmod.log | |
[input] | |
transport=zeromq | |
source=tcp://localhost:9100 | |
max_frames_queued=100 | |
[modulator] | |
gainmode=var | |
digital_gain=0.8 | |
rate=2048000 | |
[cfr] | |
enable=0 | |
clip=50.0 | |
error_clip=0.1 | |
[firfilter] | |
enabled=1 | |
[poly] | |
enabled=0 | |
polycoeffile=polyCoefs | |
[output] | |
output=soapysdr | |
[soapyoutput] | |
device= | |
master_clock_rate=32768000 | |
txgain=40 | |
channel=10C | |
[delaymanagement] | |
synchronous=0 | |
mutenotimestamps=0 | |
offset=0.002 | |
[tii] | |
enable=0 | |
comb=1 | |
pattern=11 | |
old_variant=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment