Re: [Discuss-gnuradio] Re: USRP2 questions

2008-11-13 Thread Matt Ettus
Quoc Lai wrote: Eric Blossom wrote: On Wed, Sep 17, 2008 at 01:48:34AM +0300, Juha Vierinen wrote: What does it mean that USRP2 can only do MIMO with eight receivers? What are the options for doing MIMO with, say 16 receviers? You would need to design and build some kind of hub

Re: [Discuss-gnuradio] how to change the channel width when data is transmitting

2008-11-13 Thread Matt Ettus
cao jing wrote: Hi, I am working on change the channel width dynamically when data is transmitting. I tried to use set_interp_rate to change the interpolation when data is transmitting, but it caused a program crashed. Does anybody know how to do it correctly? I checked in a fix to the v

[Discuss-gnuradio] GRBR paper is published. Open to public.

2008-11-13 Thread Mamoru Yamamoto
Colleagues, I am happy to announce that one paper based on GNU Radio is published online in the journal "Earth, Planets and Space (EPS)" E-letter section. This is to show the newly developed digital beacon receiver "GNU Radio Beacon Receiver (GRBR)" and its successful measure of the total elec

Re: [Discuss-gnuradio] problem with carrier sense in USRP

2008-11-13 Thread George Nychis
Collisions are still very likely in a software-defined radio architecture if you implement the carrier sense mechanism on the host (your machine running GNU Radio). If you think about it, carrier sense needs to check if the medium is idle, if it is, it then sends. If you think about the USRP and

[Discuss-gnuradio] problem with carrier sense in USRP

2008-11-13 Thread Shirve
Hi, I am testing the carrier sense mechanism on USRP based on code from benchmark_tx.py and tunnel.py. My scenario is to receive packets from two distinctive nodes simultaneously at the third node. I am prefixing the payload with sender node name to identify the sender. When I am trying to send t

Re: [Discuss-gnuradio] Problem receiving square wave

2008-11-13 Thread Eric Blossom
On Thu, Nov 13, 2008 at 02:20:19PM -0800, Francesco B. wrote: > > A fair amount of the RF-specific resources there are textbooks I don't have > access to, though it's probably a transmission issue, honestly. However, the > code consists a modified version of gr_sig_source_c (saved under an > alter

Re: [Discuss-gnuradio] Problem receiving square wave

2008-11-13 Thread Francesco B.
A fair amount of the RF-specific resources there are textbooks I don't have access to, though it's probably a transmission issue, honestly. However, the code consists a modified version of gr_sig_source_c (saved under an alternate name) and usrp_siggen.py, with hard-coded values for all wave prope

Re: [Discuss-gnuradio] Problem receiving square wave

2008-11-13 Thread Brian Padalino
On Thu, Nov 13, 2008 at 12:51 PM, Francesco B. <[EMAIL PROTECTED]> wrote: > > This post is a bit old... but I'm having a similar problem. Created a > modified gr_sig_source_c block such that attributes are assigned by > pseudo-randomly generated numbers (restricted to ranges such as would be > prop

Re: [Discuss-gnuradio] Problem receiving square wave

2008-11-13 Thread Francesco B.
This post is a bit old... but I'm having a similar problem. Created a modified gr_sig_source_c block such that attributes are assigned by pseudo-randomly generated numbers (restricted to ranges such as would be proper, as well as swapping waveform types for integers 0-5 and randomly assigning one)

Re: [Discuss-gnuradio] Problem with GNU radio installation in UBUNTU 8.10

2008-11-13 Thread George Nychis
Johnathan Corgan wrote: 1) You don't have access to the hardware. The binary package install adds the group 'usrp' and allows members of that group to access the USRP, but you need to add your userid to that group (this is in the wiki page you used.) A simple test if this is your error is t

Re: [Discuss-gnuradio] Problem with GNU radio installation in UBUNTU 8.10

2008-11-13 Thread Johnathan Corgan
On Wed, Nov 12, 2008 at 4:57 AM, gohar anwar <[EMAIL PROTECTED]> wrote: > I am trying to install GNU radio on Ubuntu 8.10. > I followed the script method (apt-get) step by step as described in wiki. > All the packages are completey installed without any error.(during > installation). But still GN

Re: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Johnathan Corgan
On Thu, Nov 13, 2008 at 5:48 AM, Catalin LACATUS <[EMAIL PROTECTED]> wrote: > -I tried to run usrp2_wfm_rcv.py to test my USRP2 with a BasicRX board and I > got the following error. > ¨AttributeError: 'usrp2_source_32fc_sptr' object has no attribute > 'adc_rate'¨ Could you please confirm which re

RE: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Johnathan Corgan
On Thu, 2008-11-13 at 10:12 -0500, Newman, Timothy wrote: > For both those functions you need to pass in the variable you want > assigned the value as an input parameter. > > > > Look at gnuradio/trunk/gr-usrp2/src/usrp2_source_base.cc for the > function definitions of adc_rate and daughterboar

Re: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Johnathan Corgan
On Thu, 2008-11-13 at 08:48 -0500, Catalin LACATUS wrote: > -I tried to run usrp2_wfm_rcv.py to test my USRP2 with a BasicRX board > and I got the following error. > ¨AttributeError: 'usrp2_source_32fc_sptr' object has no attribute > 'adc_rate'¨ This likely a bug in the host driver for the USRP2;

RE: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Newman, Timothy
For both those functions you need to pass in the variable you want assigned the value as an input parameter. Look at gnuradio/trunk/gr-usrp2/src/usrp2_source_base.cc for the function definitions of adc_rate and daughterboard_id. Tim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Catalin LACATUS
Hello, -I tried to run usrp2_wfm_rcv.py to test my USRP2 with a BasicRX board and I got the following error. ¨AttributeError: 'usrp2_source_32fc_sptr' object has no attribute 'adc_rate'¨ -After I set the adc_rate=100e6, I got the following error: AttributeError: 'usrp2_sou