>> >> > Thanks for the reply, problem goes away if I set burst and idle duration to > 1 second. > A question. If I want not to transmit the samples/bursts that are coming > during the idle duration, how can I do that? For example, transmit a > single burst at time t1 for burst duration and then wait for time t2. The > samples that are coming during wait time should never be transmitted. After > idle duration a new burst of upcoming samples should be transmitted and so > on. How should I go about it? Any pointers on this? >
So, in gnuradio, a block is not under any obligation to produce data. In the case of feeding a transmit chain, doing nothing, or waiting for input from a external data source or feedback mechanism is totally ok. -josh _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
