diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 11 |
1 files changed, 10 insertions, 1 deletions
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] |