Re: Reconfiguring the flowgraph after processing N samples

2022-05-04 Thread Gregory Warnes
How about configuring two parallel data flows, with a switch that diverts from one to the other after N samples? — Gregory R. Warnes, Ph.D. (Sent from a mobile device, please excuse any typographical issues.) > On May 4, 2022, at 11:32 AM, Marcin Puchlik via GNU Radio, the Free & >

Question on tags from multiple streams

2022-05-04 Thread Jason Matusiak
I noticed something with respect to tags that I am trying to hunt down. This may end up making more sense on the USRP mailing list, but I figured I would try here first since tags are a GR thing. I've noticed that if I have a simple flowgraph of a USRP block with two RX channels, if I change

Re: Reconfiguring the flowgraph after processing N samples

2022-05-04 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hello, As far as I know, the "Head" block finishes the operation of a flowgraph which I don't want to do. What OOT has to do? Any details? śr., 4 maj 2022 o 17:21 WarMonkey napisał(a): > use "Head" N samples, or create your own OOT module. > > Marcin Puchlik via GNU Radio, the Free &

Reconfiguring the flowgraph after processing N samples

2022-05-04 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hello Everyone, I want to reconfigure my flowgraph after receiving N samples. I am following this example: https://www.gnuradio.org/doc/doxygen-3.7.4/index.html#reconfigure Instead of using *sleep(0.1) *I want my flowgraph to lock after consumption of N samples. Then I want to rearrange the