summaryrefslogtreecommitdiff
path: root/gr-digital/examples/narrowband/benchmark_tx.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: fixed digital narrowband examples to set the sample rate based on ↵Tom Rondeau2011-10-191-1/+5
| | | | the symbol rate, not the bitrate, of the modulation.
* digital: fixed digital narrowband examples to use args instead of address ↵Tom Rondeau2011-10-191-1/+1
| | | | and better default.
* digital: changed modulation_utils2 to modulation_utils and update all files ↵Tom Rondeau2011-10-121-1/+1
| | | | using it.
* digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵Tom Rondeau2011-10-121-0/+2
| | | | adding some print statements to benchmark script to indicate what type of source/sink is being used.
* digital: moved narrowband examples to their own directory (to make room for ↵Tom Rondeau2011-10-121-0/+147
OFDM examples).