From 558a210085b61b84e3be5a420d86d2ee6a500c8e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 8 Jul 2021 15:49:23 +0200 Subject: Add support for BladeRF devices Many thanks to Steven Rossel for the work he did during his student project. --- doc/example.ini | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3