summaryrefslogtreecommitdiff
path: root/gr-digital/examples/narrowband
AgeCommit message (Collapse)Author
2012-01-16digital: fixing up BERT interfaces. Also added a gain control to the tx side ↵Tom Rondeau
(so options.amplitude is actually used).
2011-12-14uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵Tom Rondeau
properly (patch from Sam Bretheim).
2011-11-07uhd: change examples to use new stream apiJosh Blum
2011-10-21digital: added subdevspec option to digital UHD examples.Tom Rondeau
2011-10-19digital: fixed digital narrowband examples to set the sample rate based on ↵Tom Rondeau
the symbol rate, not the bitrate, of the modulation.
2011-10-19digital: fixed digital narrowband examples to use args instead of address ↵Tom Rondeau
and better default.
2011-10-14digital: added set_freq function to narrownband tunnel's main top block.Tom Rondeau
2011-10-14digital: fixed narrowband channel model adder to take a signal amplitude to ↵Tom Rondeau
determine the SNR.
2011-10-12digital: changed modulation_utils2 to modulation_utils and update all files ↵Tom Rondeau
using it.
2011-10-12digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵Tom Rondeau
adding some print statements to benchmark script to indicate what type of source/sink is being used.
2011-10-12digital: I didn't think this was needed, but apparently, it is.Tom Rondeau
2011-10-12digital: moved narrowband examples to their own directory (to make room for ↵Tom Rondeau
OFDM examples).