Statistics
| Branch: | Tag: | Revision:

root / gnuradio-examples / python / digital / pick_bitrate.py @ 977b0e09

History | View | Annotate | Download (5.9 kB)

# Date Author Comment
acd4a04c 06/15/2009 08:41 pm Josh Blum

merged r10942:11199 from digital branch

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11200 221aa14e-8319-0410-a670-987f0aec2ac5

bc105a1e 05/01/2009 08:33 pm Josh Blum

Merged developer branch for digital r10900:10941

Creates generic usrp class abstraction for usrp and usrp2.
Common command line options for usrp devices.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10942 221aa14e-8319-0410-a670-987f0aec2ac5

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5

f1c41f80 09/27/2006 05:14 am Eric Blossom

Merged changes from eb/digital-wip into trunk.

This includes:

  • renaming gnuradio-examples/python/gmsk2 to gnuradio-examples/python/digital
  • refactoring the digital data tx and rx test code into benchmark_tx
    and benchmark_rx. These accept a -m <modulation> argument....