summaryrefslogtreecommitdiff
path: root/gr-digital/examples/transmit_path.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: moved narrowband examples to their own directory (to make room for ↵Tom Rondeau2011-10-121-121/+0
| | | | OFDM examples).
* digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵Tom Rondeau2011-09-271-8/+7
| | | | transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate.
* Cleaning up; adding a different dbpsk that uses differential coding. The ↵Tom Rondeau2011-08-101-6/+9
| | | | normal bpsk is non-differential by default, but can be set to use differential with the right flag.
* digital: setting up receive path to use new timing loop API, FLL API, new ↵Tom Rondeau2011-08-091-1/+1
| | | | gain names/settings. Also added concept of gray coding to generic mod/demod and reworked bpsk/qpsk modulators so both work.
* digital: working digital transmit benchmark script to file.Tom Rondeau2011-07-241-0/+119