[Discuss-gnuradio] Eventstream source latency

2019-08-16 Thread Lundberg, Daniel via Discuss-gnuradio
I have a flowgraph with a simple FDMA implementation with two channels. One channel has a constant stream. The other channel has complex sample bursts generated in a custom python function, which I package as a PDU. I apply the frequency modulation within the python file to place it in the co

Re: [Discuss-gnuradio] Can't create Out of Tree Tagged Stream Blocks?

2019-07-22 Thread Lundberg, Daniel via Discuss-gnuradio
you wrote (what the actual algorithm is you're trying to implement). Hope this is useful! - MLD On Mon, Jul 22, 2019, at 11:28 AM, Lundberg, Daniel via Discuss-gnuradio wrote: I am working within Gnuradio version 3.7.13.4. As far as I can tell, gr_modtool does not support tagged stream blocks

[Discuss-gnuradio] Can't create Out of Tree Tagged Stream Blocks?

2019-07-22 Thread Lundberg, Daniel via Discuss-gnuradio
I am working within Gnuradio version 3.7.13.4. As far as I can tell, gr_modtool does not support tagged stream blocks for either python or C++. Trying to make a new tagged stream block in C++ will create QA code, but does not make files for the actual block. For python it will throw a hard er