[Discuss-gnuradio] AttributeError: 'module' object has no attribute "BLOCK NAME"

2014-07-31 Thread Simone Ciccia S210664
Hi at all, I have some problem in running simulation of a block on gnuradio. I have developed a simple block, .cc, .h, .i and .xml file attouched here. All code is compile with success cmake/make/make install/ldconfig but when I place the block in gnuradio, running the simulation I get Traceback

Re: [Discuss-gnuradio] What do Packet Encoder and Packet Decoder do?

2014-07-31 Thread Martin Braun
Hm, interesting. You know, in this specific configuration, you don't need a throttle. What happens if you leave it out? It shouldn't change anything, but then, it should work in any case. Also, you *are* letting the fg terminate itself, right? M On 07/31/2014 04:30 AM, Nguyễn Văn Lý wrote: > Hi

[Discuss-gnuradio] Slow down rate of Python source block

2014-07-31 Thread David Halls
Dear All, I have a Python block that produces packets of size 1536 bytes. Due to various reasons, the latter parts of my flow graph are very slow (this is desired and cannot be changed). After producing 510 packets, I get the following error. "handler caught exception: operands could not be bro

Re: [Discuss-gnuradio] Slow down rate of Python source block

2014-07-31 Thread Tom Rondeau
On Thu, Jul 31, 2014 at 12:21 PM, David Halls wrote: > Dear All, > > I have a Python block that produces packets of size 1536 bytes. Due to > various reasons, the latter parts of my flow graph are very slow (this is > desired and cannot be changed). After producing 510 packets, I get the > follow

[Discuss-gnuradio] [GSoC] Co-Processors Update #8

2014-07-31 Thread Alfredo Muniz
Hello all, Logistical: - We still need a date for the coproc dev call. Fill this out http://whenisgood.net/nbkn35s - GSoC "pencils down" is August 18th or 2.5 weeks from now. Time. Flies. Progress: - Last week I successfully tested the turbo decoder using a DSP only program. I figured out how I c