Full-duplex

I want to use 2 Laptops with GNU Radio installed & 2 USRPs , but I want
a
full duplex OFDM link so each USRP will work as a TX & RX .
How to do a Full-duplex traffic ?
will I need to make a new block on GNU Radio to be used as a
transceiver ?
Thanks :slight_smile:

Hi sara,
which USRPS do you have?

–
View this message in context:
http://gnuradio.4.n7.nabble.com/Full-duplex-tp47137p47138.html
Sent from the GnuRadio mailing list archive at Nabble.com.

I have one USRP B100 & the other USRP is B200

2014-03-22 22:01 GMT+02:00 zielalaoui [email protected]:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The used USRPs don’t actually matter much; you can have UHD source &
sink in the same flow graph, so to combine the OFDM Rx&Tx.

A word of advise, though: Start off with having a working OFDM one-way
communication, that is, for starters in GNU Radio, a milestone by
itself. Then combine the two functionalities in one flow graph.

Examples of OFDM Tx and Rx flow graphs are in the GNU Radio source
tree under gnuradio/gr-digital/examples/ofdm .

Greetings,
Marcus

On 22.03.2014 21:16, Sara C. wrote:

http://gnuradio.4.n7.nabble.com/Full-duplex-tp47137p47138.html
mailing list [email protected]
Discuss-gnuradio Info Page

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTLfGHAAoJEBQ6EdjyzlHtow0H/RwpmbVA1ikhQyE1puUtwwc1
Zo4Chp4EVPjOWmAbGdOfd/yP7pDjpaGm0Ak8aDY6DIPvZ/1Fkm+GHEP5MyG5iCqI
W5pAncmgLzL6QVXy/ksy/SxTcysWkpODl6JNIYihu568DVhYSFArevEK/FbnJoPf
H8jvH1DjW8MBCzQgiihWyp09QmaR2ki86RT7gUUrQQJ2KfbarIO2nYKyeTDv2KlZ
CwV3uAG6Fx+ZHbg7AaeWn84D5PhxYhJwbbFWcQHesugfoe9SMo4dM/tqQuZlnwPU
qDZSjIOkj/2e40IaqaOB+Tvyvm6JRi8+AEpuP+mXK2syYOqc4wRXtygdawGEk4g=
=DTiV
-----END PGP SIGNATURE-----

On 03/22/2014 09:16 PM, Sara C. wrote:

I have one USRP B100 & the other USRP is B200

True full-duplex (i.e. tx & rx at the same time) will not work w/ these,
half-duplex will work.

Martin