Dan,
You can define custom path in */.gnuradio/config.conf *OR export path
to* **GRC_BLOCKS_PATH
*environment variable. See
http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion#Installing-the-XML-Block-Definition
-Adeel
On Fri, Jun 14, 2013 at 8:22 PM, Dan CaJacob wrote:
> Woul
Dear Helper,
I had installed GNU Radio, but when I run gnuradio-companion in Ubuntu
Terminal, I received the following message:
*Cannot import gnuradio.*
*Is the python path environment variable set correctly?
*
* All OS: PYTHONPATH*
*
*
*Is the library path environment variable set correctly?*
Il 15/06/13 13:02, Tanaga Biru ha scritto:
Dear Helper,
I had installed GNU Radio, but when I run gnuradio-companion in
Ubuntu Terminal, I received the following message:
*Cannot import gnuradio.*
*Is the python path environment variable set correctly?
*
*All OS: PYTHONPATH*
*
*
*Is the lib
Hi,
I just tried to use tcp source/ sink in gnuradio 3.7.0git-126-g72776a40
and I get the following errors:
The sink side
File
"/usr/local/gnuradio/lib64/python2.7/site-packages/grc_gnuradio/blks2/tcp.py",
line 70, in __init__
self.connect(self, gr.file_descriptor_sink(itemsize, fd))
hi,
this can happen if you forget to do:
sudo ldconfig
On Sat, Jun 15, 2013 at 4:32 PM, Tanaga Biru wrote:
> Dear Helper,
>
> I had installed GNU Radio, but when I run gnuradio-companion in Ubuntu
> Terminal, I received the following message:
>
> *Cannot import gnuradio.*
>
> *Is the pyth
Hi everyone,
I'm using benchmark to do experiment in gun-radio. But at the receiver side, I
met this problem sometimes, the terminal says " z = sa ^
random_mask_vec8[o:len(sa)+o]. ValueError: operands could not be broadcast
together with shapes (4087) (4081)."
I tried to print the whiten par
Nella citazione in data sab 15 giu 2013 17:36:52 CEST, swrangsar
basumatary ha scritto:
hi,
this can happen if you forget to do:
sudo ldconfig
On Sat, Jun 15, 2013 at 4:32 PM, Tanaga Biru mailto:tanagab...@gmail.com>> wrote:
Dear Helper,
I had installed GNU Radio, but when I run
On 06/14/2013 10:21 PM, Yogesh Dahiya wrote:
> sorry for last post it accidentally got posted
>
> so i have work function which has infinite loop
> while(1):
> #some work
> if condition
> do some more work
> now when this block get turn every thing is stuck on this block, other
>
On 06/14/2013 07:41 AM, Yogesh Dahiya wrote:
> Am i getting this right
> With gr.block, each block has bunch of stream ports (vector
> ins,vector outs) and some message port(which we use to specify
> earlier in signature and there numbering use to start after stream ports )
>
> With gras.block,