Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-26 Thread Smith L.
Hi, I have already tried to use USRP2 as transmitter and USRP1 as receiver using transmit_path_usrp2 file for usrp2. However I am not able to figure out the bit rate, interpolation and decimation rate to be set for successful communication. I am not able to catch the packets using USRP1. Were

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-26 Thread Maher . Ben_Yahmed
Hi, I don't have USRP but just USRP2. I think you should try this part of code : svn co https://www.cgran.org/cgran/projects/bbn_80211/branches/usrp2_version there are the bbn_80211b_rx.py bbn_80211b_tx.py files wich work fine for many of us between 2 USRP2. I used these options:

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-25 Thread Maher . Ben_Yahmed
Hi, I replaced your USRP2'mac adress with mine and tryed the code but no received packet even with USRP2. I suggest that you use the usrp2_version branch code to transmit packets with USRP2 and try to catch them with USRP1 since this code works fine for many of us. Ben Yahmed Hi, I don't

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-24 Thread Smith L.
Hi, I don't have two usprp2. So I am trying to communicate between usrp1 and usrp2. Moreover, in the transmit_path.py file I have hard coded my usrp2's mac address so you would have to replace it with yours before using it. If there are any other problems with the code then please let me know

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-22 Thread Ben Yahmed
Hi, Did you try to send and receive packets between 2 USRP2? I tryed but without any result. Are you sure that it's working correctly? I will have a look to the code in more details and tell you if something will work. Ben Yahmed Smith L. wrote: Hi, This is what I get when I run

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-20 Thread Smith L.
Hi, I tried 100e6 as converter rates for USRP2. But it is still not working. USRP1 and USRP2 receive and transmit at 500kbps which is the default bit rate defined in pick_bitrate. So how could they have bit rate incompatibility. The samples per symbol is also 2 for both of them. I am still

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-20 Thread Matt Ettus
The DAC rate is 100e6. The bitrate is the desired data rate of the over the air modulation. It should be MUCH less, like 100k to 1M or so. There is absolutely nothing in any of the systems for which 200e6 is a correct choice. Matt Smith L. wrote: Hi, I already tried to set the value

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-17 Thread Smith L.
Hi, This is what I get when I run benchmark _tx.py and benchmark_rx.py respectively on USRP2 with transmit_path_usrp2.py and receive_path_usrp2.py respectively: benchmark_tx.py:- m...@mcrl-desktop:~/gnuradio/gnuradio-examples/python/digital$ sudo ./benchmark_tx.py -f 2400M -v usrp2::ctor

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-17 Thread Eric Blossom
On Fri, Apr 17, 2009 at 11:24:00AM -0700, Smith L. wrote: I am using the same pick_bitrate.py file that is already provided in gnuradio. As it can be seen that both usrp systems have the default bit rate irrespective of whether it acts as receiver or transmitter. My concern is with the

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-17 Thread Smith L.
Hi, I already tried to set the value of the converter_rate in pick_tx_bitrate and Pick_rx_bitrate according to the ADC and DAC specifications of u...@. I set it to 200e6 in pick_tx_bitrate and in pick_rx_bitrate. But even that did not worked. I am confused with how to modify the pick_bitrate.py

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-17 Thread Eric Blossom
On Fri, Apr 17, 2009 at 02:24:44PM -0700, Smith L. wrote: Hi, I already tried to set the value of the converter_rate in pick_tx_bitrate and Pick_rx_bitrate according to the ADC and DAC specifications of u...@. I set it to 200e6 in pick_tx_bitrate and in pick_rx_bitrate. But even that did

Re: [Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-15 Thread Eric Blossom
On Tue, Apr 14, 2009 at 01:48:21PM -0700, Smith L. wrote: Hi, I am trying to establish communication between USRP2 and USRP1. I am using RFX2400 daughterboard. I am using Ubuntu 8.10. I am using the svn version of GNU Radio. I dont know the revision number. I am not able to receive

[Discuss-gnuradio] USRP2 benchmark_rx.py, benchmark_tx.py, transmit_path_usrp2.py, receive_path_usrp2.py, pick_bitrate.py

2009-04-14 Thread Smith L.
Hi, I am trying to establish communication between USRP2 and USRP1. I am using RFX2400 daughterboard. I am using Ubuntu 8.10. I am using the svn version of GNU Radio. I dont know the revision number. I am not able to receive anything on USRP2 when USRP1 is transmitting and vice versa. The python