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

2008-11-17 Thread cao jing
Yes, I tried Eric suggestion too. It will report some USB error. Jing On Mon, Nov 17, 2008 at 11:29 PM, Firas A. <[EMAIL PROTECTED]> wrote: > > Hi, > > I have not test it yet. But did you followed Eric suggestion in this > thread!. change every (self.u.set_interp_rate(xxx)) with: > > > self.u.sto

Re: [Discuss-gnuradio] viterbi blocks have erroneous input type in grc

2008-11-17 Thread Achilleas Anastasopoulos
Josh, I committed a nice little example that uses grc and gr-trellis: (it is an example of interference cancellation in a multi-user system). It is in grc/examples/trellis. Could you please make the appropriate modifications in the makefiles/config files; don't know how to do that yet... than

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

2008-11-17 Thread Firas A.
Hi, I have not test it yet. But did you followed Eric suggestion in this thread!. change every (self.u.set_interp_rate(xxx)) with: self.u.stop() self.u.set_interp_rate(xxx) self.u.start() Best regards, Firas -- View this message in context: http://www.nabble.com/how-to-change-the-channel-w

Re: [Discuss-gnuradio] New (potential) user + question

2008-11-17 Thread Firas Abbas
Hi, If you want to use gnuradio in your sound work only (not doing any RF work), I dont think you will need the USRP. All what you need is your PC sound card and the gnuradio software. Best regards, Firas --- On Mon, 11/17/08, Peter O'Doherty <[EMAIL PROTECTED]> wrote: From: Peter O'Doher

Re: [Discuss-gnuradio] Updated 802.11b code

2008-11-17 Thread George Nychis
Douglas Geiger wrote: I've finally gotten back around to messing with the 802.11b code - and getting it working with hier_block2. I seem to have gotten stuck with an error regarding insufficient output ports, and I've forgotten how I tracked down the source of this error before. So I'm attac

[Discuss-gnuradio] Updated 802.11b code

2008-11-17 Thread Douglas Geiger
I've finally gotten back around to messing with the 802.11b code - and getting it working with hier_block2. I seem to have gotten stuck with an error regarding insufficient output ports, and I've forgotten how I tracked down the source of this error before. So I'm attaching my current code, a

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

2008-11-17 Thread cao jing
I changed my code to set the interpolation every 10 packets instead of per packet. Now the program doesn't block any more. But now the problem is the transmitter can't transmit the data correctly, that is checked by bechmark_rx.py and usrp_ffy.py Jing On Mon, Nov 17, 2008 at 2:59 PM, cao jing <[

Re: [Discuss-gnuradio] Can't transmit from USRP2

2008-11-17 Thread Matt Ettus
It looks like you are both using the wrong software. For transmitting, use usrp2_siggen.py and for receiving use usrp2_fft.py. Matigakis Emmanouil wrote: Hi Kjellsson, we had the same problem a while ago and we still haven't been able to fix it. It seems that USRP2 receives but doesn't a

[Discuss-gnuradio] Re: Failed to set RF frequency

2008-11-17 Thread Bruhtesfa Ebrahim
> In you previous email, you said that the command sometimes works and > sometimes doesn't. Is there any pattern to it? There is no distinict pattern. How I am working it out currently is; when the error apears, I turn the USRP off and turn it on again. In that case, it works mostly. But, I was

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

2008-11-17 Thread cao jing
I downloaded your compiled rbf file to /usr/local/share/usrp/rev4. Then try to set the interpolation dynamically. It still doesn't work. My code is as follow. gnuradio/gnuradio-examples/python/digital/transmit_path.py def send_pkt(self, payload='', eof=False): """ Calls the

Re: [Discuss-gnuradio] New (potential) user + question

2008-11-17 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 17, 2008, at 10:44 AM, Peter O'Doherty wrote: This is my first post to this list. I'm a sound artist and I've just started to explore the world of software radio and have been eavesdropping on this list for a while and have a few question

[Discuss-gnuradio] New (potential) user + question

2008-11-17 Thread Peter O'Doherty
Hi, This is my first post to this list. I'm a sound artist and I've just started to explore the world of software radio and have been eavesdropping on this list for a while and have a few questions. There seems to be a large body of dedicated users out there. I'm curious as to what kinds of

Re: [Discuss-gnuradio] Failed to set RF frequency

2008-11-17 Thread Johnathan Corgan
On Mon, Nov 17, 2008 at 1:39 AM, Bruhtesfa Ebrahim <[EMAIL PROTECTED]> wrote: > My Tranceiver that I use together with the USRP works at 2.4-2.5GHz , then I > used $ python USRP_siggen.py -f 2.45e9 .in order to generate a carrier of > frequency 2.45GHz. But, it generates a run time error, "Faile

Re: [Discuss-gnuradio] How to install GRC separately

2008-11-17 Thread Josh Blum
Bruhtesfa Ebrahim wrote: Hey Josh, I used the install instruction by Jon Jacky( http://staff.washington.edu/jon/gr-osx/gr-osx-core.html#configure ) in which the configure command disables all components and enables each again. So, If I am to use that configure-gr , it means i will start the i

Re: [Discuss-gnuradio] How to install GRC separately

2008-11-17 Thread Umair Nasir
> > > > Is there better way to configure GRC separately ? - Tks > > Bruhtesfa > > > > You can install GRC from source. Check http://gnuradio.org/trac/wiki/GNURadioCompanionOld Be sure that you install the dependencies first that are mentioned in the said page. > > > > >> >> I believe that grc w

Re: [Discuss-gnuradio] How to install GRC separately

2008-11-17 Thread Bruhtesfa Ebrahim
Hey Josh, I used the install instruction by Jon Jacky( http://staff.washington.edu/jon/gr-osx/gr-osx-core.html#configure ) in which the configure command disables all components and enables each again. So, If I am to use that configure-gr , it means i will start the installation of the whole gnu

Re: [Discuss-gnuradio] How to install GRC separately

2008-11-17 Thread Paul Miller
I regularly build debian/ubuntu packages with the lastest boost and gnuradio.svn that install into /usr/local ... is there any interest in that sort of thing for people besides myself? https://voltar.org/gnuradio/ (... the gnuradio snapshot debs have GRC in them.) On Mon, Nov 17, 2008 at 8:24 AM

Re: [Discuss-gnuradio] How to install GRC separately

2008-11-17 Thread Josh Blum
You can checkout the gnuradio trunk ./configure cd grc make sudo make install This is better than making then entire tree again, but you would still have to run configure and make sure that most dependencies are installed Which probably just means that you have to install gsl and a newer

[Discuss-gnuradio] How to install GRC separately

2008-11-17 Thread Bruhtesfa Ebrahim
Hey all, I have already installed Gnu radio before. But, because I am new to gnu radio, I have not installed all the important components. Now, i want to install GRC. I see that there is GRC folder in the gnu radio folder that I downloaded using: $ svn co http://gnuradio.org/svn/gnuradio/branche

Re: [Discuss-gnuradio] Failed to set RF frequency

2008-11-17 Thread Bruhtesfa Ebrahim
Ok, Thanks Johnathan! It is like this: My Tranceiver that I use together with the USRP works at 2.4-2.5GHz , then I used $* python USRP_siggen.py -f 2.45e9 *.in order to generate a carrier of frequency 2.45GHz. But, it generates a run time error, "Failed to set RF frequency". So, what do you