Re: [Discuss-gnuradio] implementing actual blocks in python

2007-11-06 Thread Eric Blossom
On Tue, Nov 06, 2007 at 08:20:17PM -0500, Josh Blum wrote: > Hello, > > I was thinking of an interesting feature for gnuradio: Suppose that the > gnuradio framework could also support blocks written in python. Not > hier-blocks, but actual data processing done in python. Meaning, one > would wr

[Discuss-gnuradio] implementing actual blocks in python

2007-11-06 Thread Josh Blum
Hello, I was thinking of an interesting feature for gnuradio: Suppose that the gnuradio framework could also support blocks written in python. Not hier-blocks, but actual data processing done in python. Meaning, one would write a python class. The class would have an io signature, and a funct