#Main sample rate, do not change basically sample_rate=1536000 #Tuning freq for the dongle, probably no reason to modify center_frequency=1545600000 #This is the address ZMQ will band to for sending audio to jaero zmq_address=tcp://*:6003 #Enable this to remove the annoying spike in the middle of the spectrum correct_dc_bias=1 #valid tuner gains r82xx_gains[] = { 0, 9, 14, 27, 37, 77, 87, 125, 144, 157, 166, 197, 207, 229, 254, 280, 297, 328, 338, 364, 372, 386, 402, 421, 434, 439, 445, 480, 496 }; tuner_gain=496 #to raise or lower the center frequency of each VFO set a value here, i.e. -1000 to lower each VFO with 1000hz or 2000 to increase by 2000 hz. Useful when swichting dongles for instance. mix_offset=0 #to start the SDR automatically set to 1 #auto_start=0 #auto_start_tuner_idx=0 #typically not needed to modify the below block. It is used to mix down the lower data rate and higher rate channels into into different chunks to improve decimatation performance [main_vfos] size=2 1\frequency=1545000000 1\out_rate=384000 2\frequency=1546002000 2\out_rate=198000 #Actual VFO's. When adding more just increase the size value on top. Ensure to keep the numbering sequence and formatting of variables, the application will probably crash otherwise [vfos] size=18 1\frequency=1545003200 1\gain=15 1\data_rate=600 1\filter_bandwidth=0 1\topic=VFO01 2\frequency=1545113100 2\gain=15 2\data_rate=600 2\filter_bandwidth=0 2\topic=VFO02 3\frequency=1545118200 3\gain=15 3\data_rate=600 3\filter_bandwidth=0 3\topic=VFO03 4\frequency=1545123300 4\gain=15 4\data_rate=1200 4\filter_bandwidth=0 4\topic=VFO04 5\frequency=1545128300 5\gain=15 5\data_rate=600 5\filter_bandwidth=0 5\topic=VFO05 6\frequency=1545158200 6\gain=15 6\data_rate=1200 6\filter_bandwidth=0 6\topic=VFO06 7\frequency=1545162800 7\gain=20 7\data_rate=600 7\filter_bandwidth=0 7\topic=VFO07 8\frequency=1545183400 8\gain=15 8\data_rate=600 8\filter_bandwidth=0 8\topic=VFO08 9\frequency=1545188400 9\gain=15 9\data_rate=600 9\filter_bandwidth=0 9\topic=VFO09 10\frequency=1545213100 10\gain=20 10\data_rate=600 10\filter_bandwidth=0 10\topic=VFO10 11\frequency=1545218200 11\gain=20 11\data_rate=600 11\filter_bandwidth=0 11\topic=VFO11 12\frequency=1545223200 12\gain=20 12\data_rate=600 12\filter_bandwidth=0 12\topic=VFO12 #10500 channels 13\frequency=1546004900 13\gain=20 13\data_rate=10500 13\filter_bandwidth=0 13\topic=VFO13 14\frequency=1546021800 14\gain=20 14\data_rate=10500 14\filter_bandwidth=0 14\topic=VFO14 15\frequency=1546036600 15\gain=20 15\data_rate=10500 15\filter_bandwidth=0 15\topic=VFO15 16\frequency=1546086000 16\gain=23 16\data_rate=10500 16\filter_bandwidth=0 16\topic=VFO16 17\frequency=1546100600 17\gain=23 17\data_rate=10500 17\filter_bandwidth=0 17\topic=VFO17 18\frequency=1546116000 18\gain=23 18\data_rate=10500 18\filter_bandwidth=0 18\topic=VFO18