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/ | + | *Python code [http://www.opendigitalradio.org/files/simple_sender.py simple_sender.py] |
| − | *Gnuradio companion code [http://www.opendigitalradio.org/files/ | + | *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 | ||
Revision as of 15:04, 24 November 2011
Simple UHD baseband player 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]