Statistics
| Branch: | Tag: | Revision:

root / gnuradio-examples / python @ cbe1628f

# Date Author Comment
cbe1628f 01/13/2007 04:14 am Eric Blossom

SWIG compilation speedup! Fixes ticket:9.
Merged -r4203:4254 from eb/swig-split into trunk.

This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's
These correspond to the runtime, general, filter and io directories,
and also includes a new directory, gengen. gengen contains that part...

7ca5ed6e 12/26/2006 10:47 pm Tom Rondeau

minor typo fix

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

1b57a6db 12/24/2006 07:13 pm Johnathan Corgan

Organized python example directory for new hierarchical blocks, cleaned up dial_tone2.py

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

95144e53 12/18/2006 04:35 am Johnathan Corgan

Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues.

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

9d1f4b46 12/16/2006 11:53 pm Eric Blossom

fix for ticket:114

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

76ed4c2f 12/12/2006 08:00 pm Johnathan Corgan

Merge jcorgan/hier developer branch into trunk. Enables creation of true hierarchical blocks, from either C++ or Python, as well as creating pure C++ gnuradio applications. EXPERIMENTAL.

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

ef920527 11/10/2006 04:15 pm Eric Blossom

added default values to help messages

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

2c103248 10/31/2006 04:07 pm Eric Blossom

Merged eb/binstats -r3848:3906 into trunk. These changes
(1) fix a problem with gr_feval* where when called from a live
flowgraph, they resulted in the call back into Python occuring without
holding the Global Interpreter Lock causing a SIGSEGV.

(2) add gr_bin_statistics_f which combines statistics gathering...

0213b7e6 10/04/2006 08:16 pm Johnathan Corgan

Further fixes for ticket:81

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

c4657d54 10/04/2006 07:08 pm Johnathan Corgan

Partial fix for ticket:81

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

823ce5ce 10/04/2006 02:53 pm cswiger

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3707 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....
b79f439a 09/14/2006 03:09 pm anastas

fixed ticket #65

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

86f5c924 09/13/2006 09:30 pm Eric Blossom

Updated FSF address in all files. Fixes ticket:51

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

2dd336e4 08/30/2006 06:24 pm anastas

More turbo equalization examples

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

38364986 08/25/2006 05:57 pm Matt Ettus

audio spectrum analyzer. SHould have had this a long time ago

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

743769c0 08/25/2006 02:01 am Tom Rondeau

fixed problem with tunnel.py

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

87a17aaa 08/23/2006 05:19 am anastas

Updated viterbi equalization examples and README file

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

180347e4 08/22/2006 05:26 pm anastas

Added examples for Viterbi Equalization in gnuradio-examples/python/channel-coding

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

d5c192f9 08/16/2006 08:07 pm anastas

Several enhancements to gr-trellis and gnuradio-examples/python/channel-coding:
-Added fsm constructor for generating FSM directly from the
generator matrix of binary convolutional codes.
-Added functionality to fsm class to compute the best way to
go from any state to any other state (useful for termination)...

a1dfc924 08/11/2006 06:45 pm anastas

Fixed gnuradio-examples/python/channel-coding/Makefile.am so that make distcheck passes

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

5014e03e 08/11/2006 11:37 am anastas

Fixed some examples in gnuradio-examples/python/channel-coding, and added a README file

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

77d25d75 08/11/2006 10:57 am anastas

Added examples for gr-trellis in gnuradio-examples/python/channel-coding

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

c4f2c9f3 08/04/2006 03:38 am Johnathan Corgan

Made example makefiles consistent with directory contents.

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

a678e2c5 08/03/2006 02:18 pm Johnathan Corgan

Misc. gnuradio-examples build system minor cleanup.

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

5d69a524 08/03/2006 04:51 am Johnathan Corgan

Houston, we have a trunk.

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