Unfortunately that didn't work either.
Anyone out there making custom python blocks who worked through this
AttributeError? Is it just a few of us seeing the error?
v/r,
Rich
On Fri, Jan 30, 2015 at 3:23 PM, Richard Bell
wrote:
> Stephan,
>
> Just to be sure I attempt your solution correctly,
Stephan,
Just to be sure I attempt your solution correctly, you mean to have me
double the block_name in the xml file that exists in the gr_modtool created
grc directory, is that right?
v/r,
Rich
On Fri, Jan 30, 2015 at 8:47 AM, Richard Bell
wrote:
> Here is what my *__init__.py* looked like p
Thank you Nick!
It worked like a charm!
2015-01-30 23:38 GMT+02:00 Nick Foster :
> Two reasons. First, that random generator is only ever going to generate
> one PDU, and it's not going all the way through the deframer for some
> reason. I think the deframer is asking for more samples than the f
Two reasons. First, that random generator is only ever going to generate
one PDU, and it's not going all the way through the deframer for some
reason. I think the deframer is asking for more samples than the framer
ever ends up generating. Try a Message Strobe - Random Delay block, with
the message
Hi,
I want to run a simple frame-deframe hdlc example.
In the attached flow-graph the framed packet is printed through the
"message debug" block. Why I do not receive any message in the output of
the deframer?
Thank you
Thanasis
___
Discuss-gnuradio mail
Is there any way to set the position of a gui window? Not the position of
elements inside the winow, but that actual window itself. For my need I am
running multiple flow graphs with TCP sources, so nothing pops up until a
TCP connection is established. I'd like the windows to pop up where I want
t
Here is what my *__init__.py* looked like prior to changes:
*try:*
*from test_swig import **
*except ImportError:*
*pass*
*from qpsk_demod_py_cb import qpsk_demod_py_cb * <--- my block
And after the adding the change you suggested:
*try:*
*from test_swig import **
*except Im
Hi Bastian:
Thank you so much.I use the ofdm example,and I think maybe the
crc is wrong as you said,thank you.
Can you give me some advices to avoid these warning?Thank you
so much.
Best regards,
zs
At 2015-01-30 00:43:12, "Bastian Bloessl" wrote:
>Hi,
Sometimes I run my python program I continuously get this error:
.
UHD Error:
recv packet demuxer unexpected sid 0x3fff9
UHD Error:
recv packet demuxer unexpected sid 0x4fff9
UHD Error:
recv packet demuxer unexpected sid 0xfffe0003
UHD Error:
recv packet demu
On 01/29/2015 05:24 AM, Achilleas Anastasopoulos wrote:
> As far as I am concerned this discussion thread has gone quite
> long...
>
> We are looking forward to your contributions to the gnuradio
> community.
It seems like this thread has run its course, but I would like to
emphasize what Achille
On Fri, Jan 30, 2015 at 5:31 AM, Ludwig Stephan (CR/AEH4) <
stephan.ludw...@de.bosch.com> wrote:
> Hi Tom,
>
>
>
> as far as I understood the original post, we talk about pure python
> blocks, hence no impl.cc file. My experience is that gr_modtool makexml
> does not work for these blocks. I will
I have a GRC flowgraph that was given to me about three years ago and
installed gnuradio 3.7 from add-apt-repository ppa:gqrx/releases but
It is missing several blocks, I tried to piece the puzzle back with
the missing blocks but haven't been able to make it work. I think some
of the filters are wr
On Fri, Jan 30, 2015 at 2:03 AM, Ludwig Stephan (CR/AEH4) <
stephan.ludw...@de.bosch.com> wrote:
> Hi Richard,
>
>
>
> I noticed the same problem with some blocks in my own OOT module. I do not
> know why, but if you change the lines in the GRC file to (if not already
> done)
>
> import my_modul
13 matches
Mail list logo