discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] transmitter receiving its own packet


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] transmitter receiving its own packet
Date: Tue, 09 Apr 2013 15:41:29 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

Sorry to send you another email on this.

In our config, the usrp box should receive

on the Rx2 port. So, I would like to configure

the “tx/rx” port to only transmit (half-duplex mode?).

So, I guess, I should shut down the receive streamer of

“tx/rx” port. Is that possible (note the receiver streamer

of “rx2” port should still be on)? If so, how do I do it?

 

 

Thanks Marcus for the explanation. Yes, we take care

of attenuating the signal along the RF-cable.

 

Can you explain bit more

So the best approach is to simply set a bit in your application for your
  RX chain to simply ignore the RX samples while you're transmitting”.

 

can this be done in the python layer or do I have to touch the c++

layer? I am using ofdm as the physical layer (ofdm.py etc.).

 

Sorry, if all this sounds incoherent; I am still a newbee in this

field.

 

The receive chain is either connected to the TX/RX port or the RX2 port.  When you setup the usrp object, you can choose which port the
  receive chain is connected to, this is an analog thing.  In GRC, you can specify this when you create a SINK/SOURCE.

If you're doing transmitting, the *hardware* will switch the RX path *away* from the TX/RX port, to prevent zapping the RX hardware.
  But you can arrange for your RX path to be connected full-time to the RX2 port, just by specifying that when you create the object.

But again, in Gnu Radio, you can easily specify the antenna ports when the device is created.

Shutting down the streamer and re-starting is more awkard, and I believe that Josh has already commented with other useful suggestions.




-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

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