discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] tags_demo problem


From: Josh Blum
Subject: Re: [Discuss-gnuradio] tags_demo problem
Date: Wed, 22 May 2013 02:37:11 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

>>
>>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]