discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How the upstream block of TDMA engine get the cur


From: John Malsbury
Subject: Re: [Discuss-gnuradio] How the upstream block of TDMA engine get the current time of the network
Date: Mon, 4 Feb 2013 09:20:03 -0800

Alex,

I'm on a machine without GNU Radio installed, so I have to confirm that I'm actually sending the right examples, but the attahced files may add some insight.

The examples were intended for demonstration of the timed streaming features and currently rely on a 1 PPS signal to provide synchronization across multiple units.

-John



On Mon, Feb 4, 2013 at 8:33 AM, Alex Zhang <address@hidden> wrote:
Hi Josh,

Sorry the unclear question. Actually I am asking how the transmitter organize the TX samples to the specified time slot..


On Mon, Feb 4, 2013 at 9:45 AM, Josh Blum <address@hidden> wrote:


On 02/04/2013 01:32 AM, Alex Zhang wrote:
> Previously, the pre-cog introduced a simple implementation of TDMA:
> http://gnuradio.4.n7.nabble.com/Introduction-to-Pre-Cog-td37906.html
>
> I read roughly the code in the tdma_engine.py.
> For the transmitter, it seems that this tdma_engine works like a throttle
> to send the messages to the downstreams only when the time_update is  later
> than the time_transmit_start.
> And these time are computed based on the tags in the incoming items
> inserted by upstream block.
> My question is that, where does the upstream block get the correct time? I
> know that the usrp_sink can get_time_now but it is on the very downstream,
> and it is different block which means different thread.
>
> If my question is not clear, please give your comments.


time indication should be coming from the usrp source block. the rx
samples are timestamped, which allows the engine to line up with a time slot

-josh

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

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



--

Alex,
Dreams can come true – just believe.

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


Attachment: tdma_hier.grc
Description: Binary data

Attachment: tdma_radio.grc
Description: Binary data

Attachment: tdma_radio_tuntap.grc
Description: Binary data


reply via email to

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