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

2008-11-15 Thread Matigakis Emmanouil
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 amplify the signal so it is very weak compared to the noise. We also can't transmit from the USRP2 at all just like you. Have you been able to do something yet?

[Discuss-gnuradio] Tune failed with FLEX400 on side B

2008-11-15 Thread Brian T. Solan
I have a new USRP board with FLEX400 MIMO B boards installed on both the A and B daughter card sides. I've created a simple spectrum display python app based on the example apps in gnuradio-examples/python/usrp. The my app works fine if I use the -R option to choose the A side device. However,

[Discuss-gnuradio] How to start to run the bbn code?

2008-11-15 Thread Angie Ll
Hi! I am just starting to learn the GNU radio and bn code. I want to test some sample bbn code, however, can anybody tell me where and how can I run this code? Thanks! Angie -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] GPU progress?

2008-11-15 Thread Marcus D. Leech
What is the current status of GPU support in Gnu Radio? In particular, a GPUed FFT implementation would be peachy keen. -- Marcus Leech Principal Investigator, Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org ___ Discuss-gnuradio mailin

Re: [Discuss-gnuradio] How to start to run the bbn code?

2008-11-15 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 15, 2008, at 8:14 AM, Angie Ll wrote: I am just starting to learn the GNU radio and bn code. I want to test some sample bbn code, however, can anybody tell me where and how can I run this code? Look at CGRAN: https://www.cgran.org/ . Th

Re: [Discuss-gnuradio] How to start to run the bbn code?

2008-11-15 Thread George Nychis
Dan Halperin wrote: Look at CGRAN: https://www.cgran.org/ . The projects page should link to BBN code. https://www.cgran.org/wiki/BBN80211 Make sure you pay attention to the install instructions, it only works with an older version of GNU Radio. Anyone out there with any working patches

Re: [Discuss-gnuradio] Tune failed with FLEX400 on side B

2008-11-15 Thread Firas Abbas
Hi, Use : r = usrp.tune(self.subdev._which, self.subdev, target_freq) instead of : r = usrp.tune(self.u, 0, self.subdev, target_freq)     Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/list

Re: [Discuss-gnuradio] Question about USRP2

2008-11-15 Thread Yabo Li
Hi Brian, I followed the instructions in the "GettingStarted" page. And I installed the gnuradio software in Cygwin based on the instructions in: http://gnuradio.org/trac/wiki/CygwinInstallMain In the last step, "Installing the USRP Driver on Windows", I found that the drive is for USB, but the

Re: [Discuss-gnuradio] Question about USRP2

2008-11-15 Thread George P Nychis
Eek, you didn't specify you're trying to install under Cygwin :) From Matt's USRP2 announcement: "At this time, the USRP2 is in "beta release" state. Not all of the software and/or features are currently ready for production use. The USRP2 is initially supported on Linux, and we anticipate that

RE: [Discuss-gnuradio] Tune failed with FLEX400 on side B

2008-11-15 Thread Brian T. Solan
Firas, Do you mean to use the source_c tune method? Like this: r = self.u.tune(self.subdev._which, self.subdev, target_freq) I tried that and it does not help. The program runs fine with other tuners on the B side, such as the TV_RX board. Brian S. -Original Message- From: Firas Abbas

[Discuss-gnuradio] FFTW 3.2 is released

2008-11-15 Thread Firas A.
Hi, The official release of FFTW 3.2 is now available from the FFTW home page: http://www.fftw.org/ Compared to version 3.1.3 of FFTW, highlights of the FFTW 3.2 release include: * Significantly faster r2c/c2r transforms, especially on machines (e.g. x86) with SIMD instruction. * Perfo

RE: [Discuss-gnuradio] Tune failed with FLEX400 on side B

2008-11-15 Thread Firas Abbas
Hi, > Brian T. Solan wrote: > Do you mean to use the source_c tune method?I mean the 0 in your : r = usrp.tune(self.u, 0, self.subdev, target_freq) is wrong. For side B, it should be 1 or use _which. Regards, Firas ___ Discuss-gnuradio mailing list D