Difference between revisions of "UHD simple baseband player"

From OpenDigitalRadio
Jump to navigationJump to search
 
Line 2: Line 2:
  
 
===Files===
 
===Files===
*Python code [http://www.opendigitalradio.org/files/simple_sender.py simple_sender.py]
+
*Python code [http://wiki.opendigitalradio.org/files/simple_sender.py simple_sender.py]
 
*Gnuradio companion code [http://www.opendigitalradio.org/files/simple_sender.grc simple_sender.grc]
 
*Gnuradio companion code [http://www.opendigitalradio.org/files/simple_sender.grc simple_sender.grc]
  

Latest revision as of 22:44, 6 February 2026

Simple UHD baseband player (no GUI) from Marcus Leech.

Files

Requires recent version of gnuradio + UHD

Usage

Usage: simple_sender.py: [options]

Options:

  -h, --help            show this help message and exit
  -f FREQUENCY, --frequency=FREQUENCY
                        Set Center Frequency of Transmitter [default=204.64M]
  -r RATE, --rate=RATE  Set Sample Rate for USRP [default=2M]
  --devid=DEVID         Set UHD Device ID [default=type=usrp1]
  --subdev=SUBDEV       Set UHD Subdevice Name [default=A:0]
  --dgain=DGAIN         Set Digital Gain (dB) [default=0]
  --scale=SCALE         Set Linear Scaling Value for Inputs to map into
                        {-1,+1} [default=32.768k]