RE: [Discuss-gnuradio] GPS on USRP

2008-02-29 Thread Phaysal Khan
Hi Paul, Finally I got a working system of USRP radio. The FM radio example runs smoothly (atleast opens up and captures nothing:giving errors like "usb_control_msg failed: usb_control_msg failed: sending control message failed, win error, A device attached to the system is not functioning <---

[Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 64, Issue 1

2008-02-29 Thread jiqun qi
Hey, Which IDE for python is suitable for debugging on Gnu-radio projects, especially for those new to Gnu-radio? I use idle in ubuntu linux, however, I find it does not have the function, like click the right button to see the definition or declaration of a variable. This kind of function is su

Re: [Discuss-gnuradio] GPS on USRP

2008-02-29 Thread Firas A.
Hi, Check : www.gps-sdr.com Regards, Firas Paul Creekmore wrote: > > Faisal, > > I'm at Purdue University working toward using the USRP for GNSS > applications. Check my understanding: are you wanting to use the USRP > to record, say, L1 band samples directly to a data file? Would you

[Discuss-gnuradio] FW: Problem in making gr-usrp

2008-02-29 Thread Phaysal Khan
Hi, Overcame this issue as well. I had to copy all usrp1 related files from gr-usrp folder from http://www.gnuradio.org/trac/browser/gnuradio/trunk/gr-usrp?rev=6044 I think this sounds stupid, but am just a novice! Faisal A. KhanDoctral CandidateUniversity of New South WalesNSW 2052, Sydney, A

[Discuss-gnuradio] Problem in making gr-usrp

2008-02-29 Thread Phaysal Khan
Hey folks, I got this working by using python setup.py install COMPILER=cygwin WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 instead of python setup.py install WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 --compiler=cygwinThxn to George, who suggested the same. :) Now I am

Re: [Discuss-gnuradio] (no subject)

2008-02-29 Thread Don Ward
Phaysal Khan wrote: am trying to install wxpython on cygwin. I am following instructions on http://gnuradio.org/trac/wiki/wxPythonCygwin and have gone thru to step8. Building wxpython seems to have gone thru ok using: python setup.py build_ext --inplace WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0

Re: [Discuss-gnuradio] (no subject)

2008-02-29 Thread George Nychis
try: COMPILER=cygwin instead of --compiler=cygwin - George Phaysal Khan wrote: Hi, am trying to install wxpython on cygwin. I am following instructions on http://gnuradio.org/trac/wiki/wxPythonCygwin and have gone thru to step8. Building wxpython seems to have gone thru ok using: python s

[Discuss-gnuradio] (no subject)

2008-02-29 Thread Phaysal Khan
Hi, am trying to install wxpython on cygwin. I am following instructions on http://gnuradio.org/trac/wiki/wxPythonCygwin and have gone thru to step8. Building wxpython seems to have gone thru ok using: python setup.py build_ext --inplace WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 --co

Re: [Discuss-gnuradio] TVRX sensitivity

2008-02-29 Thread Matt Ettus
JALLON Pierre 201932 wrote: Dear all, What is the TVRX front end sensitivity? It has a noise figure of roughly 10 dB. Matt ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Multiple top-level blocks

2008-02-29 Thread Eric Blossom
On Fri, Feb 29, 2008 at 01:09:33PM -0800, Eugene Grayver wrote: > Thanks, got it. I was using a custom source that did not block, just > returned 0. FWIW, sources or sinks that return 0 are generally a bad idea. Eric ___ Discuss-gnuradio mailing li

Re: [Discuss-gnuradio] Multiple top-level blocks

2008-02-29 Thread Eugene Grayver
Thanks, got it. I was using a custom source that did not block, just returned 0. Eugene Grayver, Ph.D. Aerospace Corp., Sr. Eng. Spec. Tel: 310.336.1274 Eric Blossom <[EMAIL PROTECTED]> 02/29/2008 12:03 PM To Eugene Grayver <[EMAIL PROTECTED

Re: [Discuss-gnuradio] High packet loss problem (samples dropped?) and fusb parameters

2008-02-29 Thread George Nychis
Maybe we can bring this thread up one more time. Michael found me on campus and I've been trying to help with this. We're attempting to use the 802.15.4 (OQPSK) blocks that a UCLA wireless group wrote, available here: http://acert.ir.bbn.com/projects/gr-ucla/ Using file source/sinks, we can

Re: [Discuss-gnuradio] Common clock for two RFX2400 DB's

2008-02-29 Thread Matt Ettus
Andrey A wrote: Hello! We consider using USRP with two RFX2400 dautherboards to build MIMO system. As I can see, each RFX2400 has Tx and Rx VCOs. Is it possible to use common clock for these two dautherboards? (Frequency mismatch between VCOs may prevent MIMO). All the VCOs are locked to the

Re: [Discuss-gnuradio] Multiple top-level blocks

2008-02-29 Thread Eric Blossom
On Fri, Feb 29, 2008 at 09:44:41AM -0800, Eugene Grayver wrote: > Thanks for the thorough response. I am always impressed by the calibre of > folks working on gr. I absolutely appreciate the difficulty of thread > synch. I was thinking of restricting different top levels from talking to > eac

Re: [Discuss-gnuradio] GPS on USRP

2008-02-29 Thread Michael Gray
That is a great reference book. The Matlab code actually works and generates a fix. Here is a link to some Over The Air captures, including GPS. http://www.kd7lmo.net/ground_gnuradio_ota.html On Fri, 29 Feb 2008, Carles Fernandez wrote: > Hi Faisal, > > I'm also working with GNU Radio for

Re: [Discuss-gnuradio] Question about uO and FPGA

2008-02-29 Thread DiX
George Nychis wrote: > > > > DiX wrote: >> The problem is I have to use relatively high bit rate on these tx and >> rx >> paths. The demic rate should be <=16, and interp rate <=32. When I run >> the >> code with decim rate = 16 interp rate = 32, I keep receiving uO. My >> questions are :

Re: [Discuss-gnuradio] GPS on USRP

2008-02-29 Thread Carles Fernandez
Hi Faisal, I'm also working with GNU Radio for GNSS applications. A good start could be a recording of samples into datafiles and then post-process the data in the way that you feel more comfortable (the book [1] comes with a DVD with a complete GPS L1 receiver implemented in MATLAB, all GNU code)

[Discuss-gnuradio] Common clock for two RFX2400 DB's

2008-02-29 Thread Andrey A
Hello! We consider using USRP with two RFX2400 dautherboards to build MIMO system. As I can see, each RFX2400 has Tx and Rx VCOs. Is it possible to use common clock for these two dautherboards? (Frequency mismatch between VCOs may prevent MIMO). Thanks in advance. __

Re: [Discuss-gnuradio] GPS on USRP

2008-02-29 Thread Paul Creekmore
Faisal, I'm at Purdue University working toward using the USRP for GNSS applications. Check my understanding: are you wanting to use the USRP to record, say, L1 band samples directly to a data file? Would you be performing all of the signal acquisition and tracking in post-processing with a

Re: [Discuss-gnuradio] Multiple top-level blocks

2008-02-29 Thread Eugene Grayver
Thanks for the thorough response. I am always impressed by the calibre of folks working on gr. I absolutely appreciate the difficulty of thread synch. I was thinking of restricting different top levels from talking to each other (i.e. they are _truly_ independent). However, I can see how th

Re: [Discuss-gnuradio] OFDM packets

2008-02-29 Thread Tom Rondeau
Crespi Floriana wrote: Scrive Eric Blossom <[EMAIL PROTECTED]>: On Thu, Feb 28, 2008 at 12:51:18PM +0100, Crespi Floriana wrote: Hi, I have a problem with OFDM system. I transmit OFDM signal at 2.4 GHz, but I receive half of the total packets. Moreover, only half of the packets receive

Re: [Discuss-gnuradio] OFDM packets

2008-02-29 Thread Crespi Floriana
Scrive Eric Blossom <[EMAIL PROTECTED]>: > On Thu, Feb 28, 2008 at 12:51:18PM +0100, Crespi Floriana wrote: > > Hi, > > I have a problem with OFDM system. > > I transmit OFDM signal at 2.4 GHz, but I receive half of the total packets. > > Moreover, only half of the packets received are correct. >

Re: [Discuss-gnuradio] OFDM packets

2008-02-29 Thread Tom Rondeau
Crespi Floriana wrote: Hi, I have a problem with OFDM system. I transmit OFDM signal at 2.4 GHz, but I receive half of the total packets. Moreover, only half of the packets received are correct. CRC controller is perfect but i want a ber estimate, so I change the payload (binary file) and I rece