On Wed, Sep 18, 2013 at 11:32 PM, Harry Zhang <zhang...@gmail.com> wrote:
> Hi,
> My last question
> (http://lists.gnu.org/archive/html/discuss-gnuradio/2013-09/msg00196.html)
> seems no answer.But I get another question.
> I wanna know the actual receive time of a sample. If I get the rx
> tag(sample count 100), I can calculate the any sample's receive time.
> For example,sample 1600's receive time: (1600-100)*sample_rate.
> Is it correct?

Yes, as long as you are using the right sample rate.

> In my last question, the sender transmit data every 3 second and the
> uhd_fft shows it's true.But the above formula give the result about 1
> second.
> I think the sample_rate is wrong. I'm using benchmark_rx(gmsk) in
> narrowband and the UHD shows the sample_rate is 200ksample/s.
> Sample_rate wrong or my formula,which is wrong?
> Any suggestion is appreciated.

Make sure you are using the sample rate and not the symbol rate. Each
symbol is transmitted using some number of samples per symbol. I'm
sure you already know that, but just to make sure as that's a likely
cause of confusion when setting things up.

-- 
Tom
Visit us at GRCon13 Oct. 1 - 4
http://www.trondeau.com/grcon13

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

Reply via email to