Re: [Discuss-gnuradio] Using Python Scientific Libraries as GnuRadio Blocks, Blks2 Help

2011-09-21 Thread Tom Rondeau
On Wed, Sep 21, 2011 at 12:26 AM, Josh Blum wrote: > > > 1:I need to ask that is there some way to make a block using Python > > Scientific Libraries e.g. scipy instead of writing in C++? > > > > Yes, I think the best way is to make a hier block w/ message source, > message sink and a thread. T

Re: [Discuss-gnuradio] Using Python Scientific Libraries as GnuRadio Blocks, Blks2 Help

2011-09-20 Thread Josh Blum
> 1:I need to ask that is there some way to make a block using Python > Scientific Libraries e.g. scipy instead of writing in C++? > Yes, I think the best way is to make a hier block w/ message source, message sink and a thread. The thread pops messages, performs the numpy operation, then push