Difference between revisions of "UHD simple baseband player"
From OpenDigitalRadio
Jump to navigationJump to search (New page: Simple UHD baseband player from Marcus Leech. ===Files=== *Python code [] *Gnuradio companion code [] Requires recent version of gnuradio + UHD ===Usage=== Usage: simple_sender.py: [op...) |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | Simple UHD baseband player from Marcus Leech. | + | Simple UHD baseband player (no GUI) from Marcus Leech. |
===Files=== | ===Files=== | ||
| − | *Python code [] | + | *Python code [http://wiki.opendigitalradio.org/files/simple_sender.py simple_sender.py] |
| − | *Gnuradio companion code [] | + | *Gnuradio companion code [http://www.opendigitalradio.org/files/simple_sender.grc simple_sender.grc] |
Requires recent version of gnuradio + UHD | Requires recent version of gnuradio + UHD | ||
Latest revision as of 22:44, 6 February 2026
Simple UHD baseband player (no GUI) from Marcus Leech.
Files
- Python code simple_sender.py
- Gnuradio companion code simple_sender.grc
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]