Re: [Discuss-gnuradio] GPS on DBSRX

2007-05-23 Thread Trond Danielsen
2007/5/24, Chris Stankevitz <[EMAIL PROTECTED]>: Ben Loftin wrote: > Chris, > > I have successfully done coarse acquisition using the correlator developed > here, Ben, Thanks for the reply. I now have a GPS acquisition routine and tracker running. I am using the DBSRX with about 60dB of gain

Re: [Discuss-gnuradio] GPS on DBSRX

2007-05-23 Thread Chris Stankevitz
Ben Loftin wrote: Chris, I have successfully done coarse acquisition using the correlator developed here, Ben, Thanks for the reply. I now have a GPS acquisition routine and tracker running. I am using the DBSRX with about 60dB of gain on a "puck" style antenna. My trackers are producing

Re: [Discuss-gnuradio] GPS on DBSRX

2007-05-23 Thread Trond Danielsen
2007/5/24, Ben Loftin <[EMAIL PROTECTED]>: Trond, > If anyone is interested, I have a complete coarse acquisition module > written for GNU Radio. The source code is available from > http://code.google.com/p/opengnss/. Some cleaning of the code is still > required. You can find images of the curr

Re: [Discuss-gnuradio] GPS on DBSRX

2007-05-23 Thread Eric Blossom
On Wed, May 23, 2007 at 11:42:29PM +0200, Trond Danielsen wrote: > > I forgot to mention that you need some additional block for GNU Radio > that is not available in the stock distribution. Patches have been > sent to Eric Blossom, but do not think they have been included yet. > My bad. I'm tie

Re: [Discuss-gnuradio] End-to-end delay question

2007-05-23 Thread Eric Blossom
On Wed, May 23, 2007 at 10:30:32AM -0400, Michael Dickens wrote: > On May 22, 2007, at 11:46 PM, Eric Blossom wrote: > >pthread_attr_setschedpolicy is not the same thing as > >sched_setscheduler. It's for setting up the attribute that is passed > >pthread_create. > > Touché. Thanks for pointing

Re: [Discuss-gnuradio] GPS on DBSRX

2007-05-23 Thread Ben Loftin
Trond, > If anyone is interested, I have a complete coarse acquisition module > written for GNU Radio. The source code is available from > http://code.google.com/p/opengnss/. Some cleaning of the code is still > required. You can find images of the current results here: > http://trondd.blogspot.co

Re: [Discuss-gnuradio] GPS on DBSRX

2007-05-23 Thread Trond Danielsen
2007/5/23, Trond Danielsen <[EMAIL PROTECTED]>: 2007/5/23, Ben Loftin <[EMAIL PROTECTED]>: > Chris, > > I have successfully done coarse acquisition using the correlator developed > here, > > https://projects.cecs.pdx.edu/~icarroll/SoftwareGPSCorrelator/index.cgi/wiki > > A plot of the 'acquisitio

Re: [Discuss-gnuradio] GPS on DBSRX

2007-05-23 Thread Trond Danielsen
2007/5/23, Ben Loftin <[EMAIL PROTECTED]>: Chris, I have successfully done coarse acquisition using the correlator developed here, https://projects.cecs.pdx.edu/~icarroll/SoftwareGPSCorrelator/index.cgi/wiki A plot of the 'acquisition' is here http://64.6.242.226/grblog/uploaded_images/sat_18

Re: [Discuss-gnuradio] GRC doesn't do anything

2007-05-23 Thread Clark Pope
Update: I'm not exactly sure what I did to fix but disabling the ESD (sound mixer?) seems to have fixed it. All the GRC examples now run except that they have choppy audio. This appears to be a vmware related issue because it happens in command line too. From: "Clark Pope" <[EMAIL PROTECTE

Re: [Discuss-gnuradio] GPS on DBSRX

2007-05-23 Thread Ben Loftin
Chris, I have successfully done coarse acquisition using the correlator developed here, https://projects.cecs.pdx.edu/~icarroll/SoftwareGPSCorrelator/index.cgi/wiki A plot of the 'acquisition' is here http://64.6.242.226/grblog/uploaded_images/sat_18-714418.png for satellite PRN 18 with a code

[Discuss-gnuradio] Reconfigurable OFDM using the USRP - it's possible, here's a video

2007-05-23 Thread Keith Nolan
Hi all, I know that there will be another burst of OFDM development work in the coming weeks so just wanted to add some input that might be of interest to all. We [Centre for Telecommunications Value-Chain Research] are using USRPs for our dynamic spectrum access and cognitive radio work. We're

[Discuss-gnuradio] ATSC modulation

2007-05-23 Thread jafa
Hi guys, I am interested in being able to generate ATSC/8VSB modulation and/or playback a sampled ATSC/8VSB signal. The modulation calculation does not need to be real time and can be calculated off-line. The playback of the pre-calculated modulation would be real-time and loop the short bur

Re: [Discuss-gnuradio] GRC doesn't do anything

2007-05-23 Thread Clark Pope
From: Eric Blossom <[EMAIL PROTECTED]> To: Clark Pope <[EMAIL PROTECTED]> CC: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] GRC doesn't do anything Date: Wed, 23 May 2007 07:36:09 -0700 On Wed, May 23, 2007 at 09:44:37AM -0400, Clark Pope wrote: > > I have my USRP installed and run

Re: [Discuss-gnuradio] FreeBSD patches for gnuradio

2007-05-23 Thread Diane Bruce
Hi, On Wed, May 23, 2007 at 09:06:17AM -0400, Greg Troxel wrote: > Is the gr-radio-astronomy patch a FreeBSD fix, or generic? Somehow the original comments that were supposed to be attached got dropped, they follow here. Hi, I have some diffs for gnuradio on FreeBSD. It runs fine. I also have a

Re: [Discuss-gnuradio] End-to-end delay question

2007-05-23 Thread Michael Dickens
On May 22, 2007, at 11:46 PM, Eric Blossom wrote: pthread_attr_setschedpolicy is not the same thing as sched_setscheduler. It's for setting up the attribute that is passed pthread_create. Touché. Thanks for pointing that out ... should have been "pthread_setschedparam()" instead. This rout

Re: [Discuss-gnuradio] GRC doesn't do anything

2007-05-23 Thread Eric Blossom
On Wed, May 23, 2007 at 09:44:37AM -0400, Clark Pope wrote: > > I have my USRP installed and running fine (Ubuntu 6.06 in vmware). I've > installed gnuradio companion and it appears to run, at least I can see the > block diagrams from the examples. However, I don't get any FFT displays or > sou

[Discuss-gnuradio] GRC doesn't do anything

2007-05-23 Thread Clark Pope
I have my USRP installed and running fine (Ubuntu 6.06 in vmware). I've installed gnuradio companion and it appears to run, at least I can see the block diagrams from the examples. However, I don't get any FFT displays or sound out of any of the examples. It just says running blah blah in the

Re: [Discuss-gnuradio] FreeBSD patches for gnuradio

2007-05-23 Thread Greg Troxel
Is the gr-radio-astronomy patch a FreeBSD fix, or generic? ppdev.c: I don't see why the include of sstream is conditional on the various pp methods. The diff seems to add code for Linux as well, but I wonder if that's an artifact of how diff chose to deal with before/after. Other than that ques

[Discuss-gnuradio] Problems with the PLL

2007-05-23 Thread Albert Rodriguez
Hi everyone! I'm trying to represent at the same time two different signals with two scopes, so I can see if the PLL is following the signal he is getting from the input port. However, the scopes don't work at the same time, it's like when one of them is working, the other gets freezed and so on!