From 51afbb4f9d0009b88de6cb065bbbb25a4c97f711 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 10 Feb 2017 11:31:05 +0100 Subject: Add support for SoapySDR --- doc/example.ini | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/example.ini b/doc/example.ini index 3dd8505..6887972 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -132,7 +132,7 @@ enabled=1 ;filtertapsfile=simple_taps.txt [output] -; choose output: possible values: uhd, file, zmq +; choose output: possible values: uhd, file, zmq, soapysdr output=uhd [fileoutput] @@ -236,6 +236,15 @@ listen=tcp://*:54001 ; Please see man zmq_socket for documentation socket_type=pub +; section defining the SoapySDR output settings. All these +; options are given to the SoapySDR library. +[soapyoutput] +device= +master_clock_rate=32768000 +txgain=40 +;frequency=234208000 +channel=13C + ; Used for SFN with the UHD output [delaymanagement] -- cgit v1.2.3