RE: [Discuss-gnuradio] GPS on USRP

2008-03-05 Thread Phaysal Khan
> If you are using only u.set_rx_freq, your modifications have removed> the > ability to set the LO on the daughterboard.No, I am not using set_rx_freq. I > am just using usrp_rx_cfile which uses r = self.u.tune(0, self.subdev, options.freq) I am using the version at http://www.gnuradio.or

Re: [Discuss-gnuradio] GPS on USRP

2008-03-05 Thread Eric Blossom
On Wed, Mar 05, 2008 at 03:15:16PM -0500, Paul Creekmore wrote: > It would be helpful to know exactly what you mean by "this isn't > happening." What /does/ happen? Anything? Do you get a data file? Have > you tried recording and plotting a simple test sinewave? > > You could also very easily

Re: [Discuss-gnuradio] GPS on USRP

2008-03-05 Thread Paul Creekmore
-- Date: Tue, 4 Mar 2008 15:16:17 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] GPS on USRP I really don't think you should be getting any error messages. Could you copy the entire error messag

Re: [Discuss-gnuradio] GPS on USRP

2008-03-04 Thread Don Ward
Phaysal Khan wrote: I used usrp_fft, and I can see a CW at 1575.42MHz, so it means that it is in the working condition, although I still get the same error msg once everytime i run anything. It says $python usrp_fft.py -f 1.57542G usb_contro_msg failed: usb_control_msg: sending control message

RE: [Discuss-gnuradio] GPS on USRP

2008-03-04 Thread Phaysal Khan
EMAIL PROTECTED]: Re: [Discuss-gnuradio] GPS on USRP I really don't think you should be getting any error messages. Could you copy the entire error message into an email? I might not be able to identify the problem, but maybe someone else on the list can. In the mean time, let's verify re

RE: [Discuss-gnuradio] GPS on USRP

2008-03-04 Thread Phaysal Khan
EMAIL PROTECTED]: Re: [Discuss-gnuradio] GPS on USRP I really don't think you should be getting any error messages. Could you copy the entire error message into an email? I might not be able to identify the problem, but maybe someone else on the list can. In the mean time, let's verify re

Re: [Discuss-gnuradio] GPS on USRP

2008-03-04 Thread Johnathan Corgan
Paul Creekmore wrote: > I recommend running the example "usrp_wfm_rcv.py", located in > /usr/local/share/gnuradio/examples/usrp/ on my Linux installation. It's > essentially a limited spectrum analyzer. You're probably referring to "usrp_fft.py", which gets installed into the user's path (well,

Re: [Discuss-gnuradio] GPS on USRP

2008-03-04 Thread Paul Creekmore
7:02:18 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] GPS on USRP I'd start by running usrp_benchmark_usb.py It's a USB speed test script, and it will verify proper communication with the USRP.

RE: [Discuss-gnuradio] GPS on USRP

2008-03-03 Thread Phaysal Khan
installed. I think we are ready to move forward. Faisal A. KhanDoctral CandidateUniversity of New South WalesNSW 2052, Sydney, AustraliaP) +61-2-93854208M)+61-401-260728 Date: Mon, 3 Mar 2008 17:02:18 -0500From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [Discuss-gnuradio] GPS

Re: [Discuss-gnuradio] GPS on USRP

2008-03-03 Thread Paul Creekmore
Date: Fri, 29 Feb 2008 12:45:29 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] GPS on USRP Faisal, I'm at Purdue University working toward using the USRP for

Re: [Discuss-gnuradio] GPS on USRP

2008-03-02 Thread Martin Dvh
Firas A. wrote: > Hi, > > Check : > > www.gps-sdr.com > > Regards, > > Firas This is Great work. It sound like you've got GPS working for the most part. And in a multi-threading way. Which is very good. Is the gps-sdr work-in-progress code available anywhere yet. I could only find the USRP_

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 <---

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

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] 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)

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