diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/example.ini b/doc/example.ini index da9ac08..aca7634 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -164,7 +164,7 @@ enabled=0 polycoeffile=polyCoefs [output] -; choose output: possible values: uhd, file, zmq, soapysdr, limesdr +; choose output: possible values: uhd, file, zmq, soapysdr, limesdr, bladerf output=uhd [fileoutput] @@ -339,6 +339,23 @@ channel=13C ; of using the FFT-based resampler. upsample=1 +; section defining the BladeRF output settings. +[bladerfoutput] +; bladerfoutput is currently under development +device= +; The reference clock to use. +; possible values : pps, 10mhz +; Others values than above lead to disable refclk_src +refclk_source= +;master_clock_rate, not configurable with bladeRF, fundamental clock runs at 38.4 MHz +; txgain range: -23.75 .. 66 [dB] +txgain = 20 +;tx_antenna -> not available +channel = 13C +bandwidth = 1800000 + + + ; Used for running single-frequency networks [delaymanagement] ; Enable handling of timestamps for SFN |