Difference between revisions of "UHD Band 3 baseband player"

From OpenDigitalRadio
Jump to navigationJump to search
 
Line 1: Line 1:
==BETA==
+
 
===Source files===
+
===Files===
 
* Python script: [http://www.opendigitalradio.org/files/coinwap_uhd_full3.py coinwap_uhd_full3.py]
 
* Python script: [http://www.opendigitalradio.org/files/coinwap_uhd_full3.py coinwap_uhd_full3.py]
* Gnuradio Companion graph (used to produce python script): [http://www.opendigitalradio.org/files/coinwap_uhd_full3.grc coinwap_uhd_full3.grc]
+
* Gnuradio Companion source graph (used to produce python script): [http://www.opendigitalradio.org/files/coinwap_uhd_full3.grc coinwap_uhd_full3.grc]
  
 
===Usage===
 
===Usage===
  
This tool requires no argument and is just inserted at the end of the (pipe) chain. It takes samples at 3.2MHz as standard input and send this stream to the USRP "A" RF daughterboard. You will need to tweak it if you need to use external synchronisation, other daughterboard side, etc.
+
This tool requires no argument and is just inserted at the end of the (pipe) chain. It takes samples (at 3.2MHz by default) as standard input and send this stream to the USRP RF daughterboard (A side by default). You will need to tweak it if you need to use external synchronisation, etc (Check the source for modifications).
 
It is possible to change the frequency on the GUI interface and filter activation or spectrum display.  
 
It is possible to change the frequency on the GUI interface and filter activation or spectrum display.  
 +
 +
Command line options:
 +
Options:
 +
  -h, --help            show this help message and exit
 +
  --subdev=SUBDEV      Set UHD Subdevice Name [default=A:0]
 +
  -a DEVID, --devid=DEVID
 +
                        Set device id [default=type=usrp1]
 +
  -f FREQUENCY, --frequency=FREQUENCY
 +
                        Set frequency [default=216928000]
 +
  --ant=ANT            Set Antennna Port Name [default=TX/RX]
 +
  -g GAIN, --gain=GAIN  Set TX gain (daughterboard) [default=10]
 +
  --enable-filter=ENABLE_FILTER
 +
                        Set Enable postfilter [default=0]
 +
  -r RATE, --rate=RATE  Set Sample Rate for USRP [default=3.2M]
 +
  
 
Please note that the activation or de-activation of these functionalities causes interruption of the transmission.
 
Please note that the activation or de-activation of these functionalities causes interruption of the transmission.

Latest revision as of 21:13, 27 December 2011

Files

Usage

This tool requires no argument and is just inserted at the end of the (pipe) chain. It takes samples (at 3.2MHz by default) as standard input and send this stream to the USRP RF daughterboard (A side by default). You will need to tweak it if you need to use external synchronisation, etc (Check the source for modifications). It is possible to change the frequency on the GUI interface and filter activation or spectrum display.

Command line options:

Options:
  -h, --help            show this help message and exit
  --subdev=SUBDEV       Set UHD Subdevice Name [default=A:0]
  -a DEVID, --devid=DEVID
                        Set device id [default=type=usrp1]
  -f FREQUENCY, --frequency=FREQUENCY
                        Set frequency [default=216928000]
  --ant=ANT             Set Antennna Port Name [default=TX/RX]
  -g GAIN, --gain=GAIN  Set TX gain (daughterboard) [default=10]
  --enable-filter=ENABLE_FILTER
                        Set Enable postfilter [default=0]
  -r RATE, --rate=RATE  Set Sample Rate for USRP [default=3.2M]


Please note that the activation or de-activation of these functionalities causes interruption of the transmission.


Baseband3.jpg