diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-07-08 15:49:23 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-11-26 16:51:25 +0100 |
commit | 558a210085b61b84e3be5a420d86d2ee6a500c8e (patch) | |
tree | cb16ff88132ef9e7c946a4e3f5523f9113cf4aed /doc/example.ini | |
parent | 22fd7d757f11a6c976d7e711fd46cf2ce3247c44 (diff) | |
download | dabmod-558a210085b61b84e3be5a420d86d2ee6a500c8e.tar.gz dabmod-558a210085b61b84e3be5a420d86d2ee6a500c8e.tar.bz2 dabmod-558a210085b61b84e3be5a420d86d2ee6a500c8e.zip |
Add support for BladeRF devices
Many thanks to Steven Rossel for the work he did during his student
project.
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 |