discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Is it possible to make a USRP Tx and Rx at the sa


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Is it possible to make a USRP Tx and Rx at the same time?
Date: Fri, 6 Feb 2009 06:24:40 -0800

On Thu, Feb 5, 2009 at 4:14 PM, Jane Chen <address@hidden> wrote:

> I would like use a USRP as a GSM base station. Is it possible to make it Tx
> and Rx at the same time? How?

GSM is a half-duplex TDMA protocol.  That is, a station is only ever
transmitting or receiving, but not both at the same time.

The channel is divided into timed frames and slots, and the base
station and mobile units are allocated specific times to transmit. The
USRP is capable of supporting this.

There are at least two existing open-source GSM BTS implementations;
OpenBTS is one of them:

http://gnuradio.org/trac/wiki/OpenBTS

This project uses the low-level C++ interface to the USRP1, but not
the GNU Radio framework itself.

Johnathan




reply via email to

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