Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / python / gnuradio / blksimpl / gmsk.py @ 9880e7bb

History | View | Annotate | Download (10.5 kB)

# Date Author Comment
9880e7bb 05/28/2007 05:04 pm Johnathan Corgan

Merged r5547:5542 from jcorgan/num into trunk. Converts from using Python Numeric to numpy. Trunk passes distcheck. gr-radio-astronomy still needs conversion.

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

28e08614 03/07/2007 04:31 am Tom Rondeau

merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital receiver and fixes ticket:72

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

eabd80cc 12/14/2006 11:11 pm Tom Rondeau

updated name of examples directory to /digital

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