Statistics
| Branch: | Tag: | Revision:

root / gnuradio-examples / python / digital / transmit_path.py @ 85aad969

History | View | Annotate | Download (4.6 kB)

# Date Author Comment
85aad969 02/25/2010 11:50 pm Tom Rondeau

Fixing pick_bitrate2 for transmit side with all cases tested.

f6010974 02/09/2010 05:30 am Tom Rondeau

Setting up code to handle setting of samples per symbol properly. Still buggy in the transmitter due to the make packet padding to 512 bytes.

52c307d2 06/17/2009 11:36 pm Tom Rondeau

Fixing benchmark_tx to use usrp_options interface. Also changes the default power output to a normalized range to fit into new USRP model.

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

bc0a3ff9 06/17/2009 02:14 am Tom Rondeau

Merging trondeau/digital branch r11185:11205 to improve digital example interfacing and remove redundancy.

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

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

72c625f7 12/24/2008 08:10 am Johnathan Corgan

Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP.

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

6e263b3d 11/17/2008 02:38 am Tom Rondeau

Added ability to select USRP board to digital examples

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

e692e713 09/18/2007 06:59 pm Johnathan Corgan

Merge r6461:6464 from jcorgan/t162-staging into trunk.

  • Final gr.top_block and gr.hier_block2 implementation inside
    gnuradio-core/src/lib/runtime
  • Implementation of gr.hier_block2 versions of all the old-style blocks
    in blks. These live in blks2....
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

b4d5fd2f 07/12/2007 06:25 pm Johnathan Corgan

Fix gain setting in digital example transmit path. Only affects BasicTX and LFTX operation.

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

c4e072e8 02/06/2007 12:10 am Johnathan Corgan

Merged r4354:4390 from developer branch jcorgan/digital into trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4391 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....