discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Can not get rx time tags


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Can not get rx time tags
Date: Wed, 04 Sep 2013 16:02:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8


On 09/03/2013 12:41 AM, Harry Zhang wrote:
> Hi,
> I'm trying to get rx time tags in narrowband Benchmark_tx/rx with a
> modified digital_correlate_access_code.cc. But the
> "get_tags_in_range(rx_time_tags,0,this->nitems_read(0)+i,this->nitems_read(0)+i+1,pmt::pmt_string_to_symbol("rx_time"))"
> 
> method gets no tag in rx_time_tags while the communication between two
> USRP N210s running benchmark_rx/tx is OK.
> I'm using GNU Radio 3.6.5.1, Ubuntu12.04, boost 1.48 and UHD 3.5.3.
> Thanks in advance.
> 

The time tag is sent once at the beginning of streaming and after
overflows. Its not necessary to send more time tags because the absolute
sample count and sample rate can be used to interpolate the time to any
sample.

So I think are you seeing a time tag, just only once at init time. When
the block sees the time, try to save the timestamp and the count it was
found at.

I hope that helps!
-josh

> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

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