Re: [Discuss-gnuradio] GrBlock

2011-11-04 Thread Josh Blum
I forgot, I had also made a wiki page for this: http://gnuradio.org/redmine/projects/gnuradio/wiki/WriteBlocksInPython On 11/04/2011 02:13 PM, Josh Blum wrote: > > > On 11/04/2011 01:22 PM, spino wrote: >>> It needs a more recent gnuradio (master or latest release) because of >>> the tags requir

Re: [Discuss-gnuradio] GrBlock

2011-11-04 Thread Josh Blum
On 11/04/2011 01:22 PM, spino wrote: >> It needs a more recent gnuradio (master or latest release) because of >> the tags requirement. Anyway, the grblock work has been continued on my >> gnuradio development branch. Its now integrated into gnuradio as well: >> http://gnuradio.org/cgit/jblum.git/

Re: [Discuss-gnuradio] GrBlock

2011-11-04 Thread spino
>It needs a more recent gnuradio (master or latest release) because of >the tags requirement. Anyway, the grblock work has been continued on my >gnuradio development branch. Its now integrated into gnuradio as well: >http://gnuradio.org/cgit/jblum.git/log/?h=next >-Josh Hi Josh, I installed GNURa

Re: [Discuss-gnuradio] GrBlock

2011-10-30 Thread Josh Blum
On 10/30/2011 08:21 PM, spino wrote: > I hope you guys are doing well. > > I have a compilation problem with GrBlock. I have GNURadio 3.3 and UHD > installed in a non standard directory (/opt/gnuradio) and (/opt/uhd). > Please help me with this questions. Can I installed GrBlock when > GNURadio

Re: [Discuss-gnuradio] GrBlock

2011-10-30 Thread spino
I hope you guys are doing well. I have a compilation problem with GrBlock. I have GNURadio 3.3 and UHD installed in a non standard directory (/opt/gnuradio) and (/opt/uhd). Please help me with this questions. Can I installed GrBlock when GNURadio is in a non-standard directory? What do I need to m

Re: [Discuss-gnuradio] GrBlock Inconsistent IO Size

2011-10-28 Thread Josh Blum
Just FYI, I am integrating this work into gnuradio-core as we speak :-) On 10/28/2011 10:05 AM, Jason Bonior wrote: > I used grblock and numpy to create a block which would calculate the > variance of an incoming vector then pass on the result: > > class variance(grblock.sync_block): > > def

Re: [Discuss-gnuradio] GrBlock

2011-10-18 Thread Josh Blum
On 10/18/2011 11:18 AM, Jason Bonior wrote: > That worked. We will also try your next version whenever it is available on Glad to hear it works; I guess zip() cant be used with swig'd vectors on some platforms (my best guess). I reworked the code a bit to my liking and it should also fix this i

Re: [Discuss-gnuradio] GrBlock

2011-10-17 Thread Josh Blum
On 10/17/2011 01:01 PM, Tom Rondeau wrote: > On Mon, Oct 17, 2011 at 12:54 PM, Josh Blum wrote: > >> >> >> On 10/17/2011 12:34 PM, Jason Bonior wrote: >>> Today we installed the git versions of grblock, grc, gnuradio, and uhd on >> a >>> system with Debian 6.0.3, 64-bit (also installed this mor

Re: [Discuss-gnuradio] GrBlock

2011-10-17 Thread Tom Rondeau
On Mon, Oct 17, 2011 at 12:54 PM, Josh Blum wrote: > > > On 10/17/2011 12:34 PM, Jason Bonior wrote: > > Today we installed the git versions of grblock, grc, gnuradio, and uhd on > a > > system with Debian 6.0.3, 64-bit (also installed this morning). When > trying > > to run the demo files we rec

Re: [Discuss-gnuradio] GrBlock

2011-10-17 Thread Josh Blum
On 10/17/2011 12:34 PM, Jason Bonior wrote: > Today we installed the git versions of grblock, grc, gnuradio, and uhd on a > system with Debian 6.0.3, 64-bit (also installed this morning). When trying > to run the demo files we receive the following errors: > > local@ch400l-laptop:~$ /usr/local/s