Re: [Discuss-gnuradio] How does the gr.enable_realtime_scheduling() affect flow graph? How to avoid receive own data?

2012-02-14 Thread Josh Blum
If this helps, you can precisely time transmit packets using stream tags. If you know the time when a transmit occurs, you can intelligently mute your receiver. See notes in uhd_usrp_sink.h Also, it has just occurred to me that my stream selector block does not forward stream tags. - Mental note t

Re: [Discuss-gnuradio] How does the gr.enable_realtime_scheduling() affect flow graph? How to avoid receive own data?

2012-02-13 Thread Tom Rondeau
On Mon, Feb 13, 2012 at 3:04 PM, Zhonghua wrote: > ** > Hi all, > > I applied Josh's new block "stream_selector", it is a great selector which > allow to set dynamic path without stop flow. But I still have some problem > with my flow graph. That is a issue relating to > gr.enable_realtime_schedu

[Discuss-gnuradio] How does the gr.enable_realtime_scheduling() affect flow graph? How to avoid receive own data?

2012-02-13 Thread Zhonghua
Hi all, I applied Josh's new block "stream_selector", it is a great selector which allow to set dynamic path without stop flow. But I still have some problem with my flow graph. That is a issue relating to gr.enable_realtime_scheduling(). I use signal from another process to control the open