discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] About sample lost


From: Josh Blum
Subject: Re: [Discuss-gnuradio] About sample lost
Date: Tue, 04 Jun 2013 11:37:21 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5


On 06/04/2013 03:25 AM, Zan Li wrote:
> Dear list,
> Now I meet a problem about counting all the input samples.  I hope I can
> get some assistant from here. The problems are as follows,
> In one of my blocks, I want to count all the consumed input samples to get
> the timestamp of the received packet. I have used GPS to synchronize two
> usrps and therefore for the same packet the two usrp should consume the
> same amount of samples in this block from the beginning of the stream. At
> the very beginning, it works fine but after it works for a while the
> timestamp in one usrp will lost 8192 samples (8192 samples less than the
> other one). I have checked it is the same as the maximum output buffer of
> one block.
> 
> I want to ask if it is possible that because the block can not process the
> sample as fast as the output from the previous block, one buffer of samples
> are lost. BTW I did not find any indicator of overflow from uhd when I run
> the code.
> 
> Any suggestions would be appreciated.

Any thoughts on my previous reply?
http://www.mail-archive.com/address@hidden/msg42356.html

Also, there is an API to get the number of samples consumed. In your
work function, you can all this->items_consumed(input_port_index). Just
in case you didnt know, so you do not have to do a manual count, the
scheduler will do this for you.

Also, what do you mean by "timestamp in one usrp will lost 8192
samples"? The timestamps are typically tagged on the first sample and
only resent when there is device overflow. So I am curious how you are
determining lost samples. Are you correlating on a shared pulse
transmitted into both USRPs?

-josh

> 
> Best regards
> 
> Zan
> 
> 
> 
> _______________________________________________
> 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]