Re: [Discuss-gnuradio] Questions about tdma_engine.py

2013-03-03 Thread Alex Zhang
hello John, I am wondering, in future, if the receiver will also work in a tdma manner at the waveform level,i.e, the demodulation can be done within specified time slot. One of the benefits is that the computing on the receiver can be decreased significant. Thanks. On Sun, Mar 3, 2013 at 8:50

Re: [Discuss-gnuradio] Questions about tdma_engine.py

2013-03-03 Thread John Malsbury
You are correct. The demodulated will demodulate continuous. The receive samples are routed to the TDMA engine for timing information of the transmissions. -John On Sun, Mar 3, 2013 at 5:48 PM, Gong Zhang wrote: > Hi, > I have read the file tdma_engine.py in PreCog.It seems they deal with > d

[Discuss-gnuradio] Questions about tdma_engine.py

2013-03-03 Thread Gong Zhang
Hi, I have read the file tdma_engine.py in PreCog.It seems they deal with data and update local time according to the time tags.But how can we demodulated the signal from antenna in the start without knowing the time.Is this imply we can only transmission at the fixed frequency?I appreciate any tip