discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] problem with send() function making OOT


From: Ron Economos
Subject: Re: [Discuss-gnuradio] problem with send() function making OOT
Date: Fri, 26 Jun 2015 19:40:37 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

This is just a wish, but it would be nice if the set_start_time sequence shown below could be added to the UHD Sink and Source blocks in GRC. Seems generic enough (with the delay as a variable).

Ron

On 06/25/2015 03:27 AM, Marcus Müller wrote:
now = usrp_source0.get_time_now() #or however your source is called
starttime = now + uhd.time_spec(1.5) #1.5 seconds in the future
usrp_sink0.set_start_time(starttime)





reply via email to

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