discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how to trigger dynamic reconfiguration with lock/


From: Josh Blum
Subject: Re: [Discuss-gnuradio] how to trigger dynamic reconfiguration with lock/disconnect
Date: Sat, 04 Jun 2011 09:46:14 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10


On 06/04/2011 09:35 AM, Marcus D. Leech wrote:
>>
>>   
>>
>> Yea, you cannot send samples when you dont want to transmit. There isnt
>> really such a concept of that in GRC itself, but you certainly can
>> implement the blocks and control logic and connect them in grc. Someone
>> should make interesting use of those tagging features as well. :-)
>>
>> -Josh
>> \
> So, a "hack" that could be put into UHD (or perhaps gr-uhd) is that if
> we've sent N
>   consecutive blocks of zeros, we cancel the "burst", and resume only
> when we see
>   non-zeros.  This is conceptually similar to the way analog T/R relays
> that rely on
>   power-sensing work.
> 
> But yes, a cleaner mechanism would be if one could insert a "don't
> transmit this, I'm just keeping
>   the stream alive" tag in the TX datastream.
> 
> 
> 

You could make a block to do this, a kind of shutoff block that forwards
the stream until it sees too many zeros. It could also generate an end
of burst stream tag do the uhd sink could properly end the burst.

-josh



reply via email to

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