Re: [Discuss-gnuradio] Losing data during long collects

2008-06-05 Thread Robert Fitzsimons
USRP's cfile utility cannot write my data without overruns, so I use my own app which I have attached to this email in case anyone is interested. Just some comments on the code: int NumBytes = rx-read( (char*)Buffer, n*sizeof(short), Overrun); Your code doesn't do

[Discuss-gnuradio] gsm gmsk demodulation

2008-06-05 Thread isaacgerg
Hi, Concerning GSM GMSK demodulation, due to the ISI, I initially thought many folks were using the Viterbi algorithm on the waveform to demodulate it properly. After doing some lit review, I am finding that this is not the case and that when most folks talk about Viterbi concerning GSM GMSK

[Discuss-gnuradio] Reclocking URSP and phase imbalance

2008-06-05 Thread Gregory W Heckler
To the USRP experts out there: I reclocked my USRP from 64 to 65.536 MHz and have recently discovered that the I Q samples are no longer orthogonal, rather they seem to be only 70 degrees or so apart. I would guess this is due to some hard coded values in the CIC or HB filters? Is there a

Re: [Discuss-gnuradio] Reclocking URSP and phase imbalance

2008-06-05 Thread Matt Ettus
Gregory W Heckler wrote: To the USRP experts out there: I reclocked my USRP from 64 to 65.536 MHz and have recently discovered that the I Q samples are no longer orthogonal, rather they seem to be only 70 degrees or so apart. I would guess this is due to some hard coded values in the CIC or

Re: [Discuss-gnuradio] Losing data during long collects

2008-06-05 Thread Chris Stankevitz
Robert Fitzsimons wrote: Just some comments on the code: int NumBytes = rx-read( (char*)Buffer, n*sizeof(short), Overrun); Your code doesn't do anyting if the read returns less then n*sizeof(short) bytes. Is that possible within the gnuradio code?

Re: [Discuss-gnuradio] Reclocking URSP and phase imbalance

2008-06-05 Thread Eric Blossom
On Thu, Jun 05, 2008 at 11:04:53AM -0700, Matt Ettus wrote: Gregory W Heckler wrote: To the USRP experts out there: I reclocked my USRP from 64 to 65.536 MHz and have recently discovered that the I Q samples are no longer orthogonal, rather they seem to be only 70 degrees or so apart. I

Re: [Discuss-gnuradio] gsm gmsk demodulation

2008-06-05 Thread Steven Clark
On Thu, Jun 5, 2008 at 7:45 AM, isaacgerg [EMAIL PROTECTED] wrote: Hi, Concerning GSM GMSK demodulation, due to the ISI, I initially thought many folks were using the Viterbi algorithm on the waveform to demodulate it properly. After doing some lit review, I am finding that this is not the

[Discuss-gnuradio] Posted: Enhanced GMSK demodulator

2008-06-05 Thread Steven Clark
I've added a link to http://gnuradio.org/trac/wiki/Enhanced_GMSK_Demodulator from http://gnuradio.org/trac/wiki/OurUsers Summary: [...] offers an enhanced GMSK demodulator that I believe to be superior to the GNURadio standard gmsk demodulator. It should be a drop-in replacement for the existing

Re: [Discuss-gnuradio] Posted: Enhanced GMSK demodulator

2008-06-05 Thread Eric Blossom
On Thu, Jun 05, 2008 at 03:25:29PM -0400, Steven Clark wrote: I've added a link to http://gnuradio.org/trac/wiki/Enhanced_GMSK_Demodulator from http://gnuradio.org/trac/wiki/OurUsers Summary: [...] offers an enhanced GMSK demodulator that I believe to be superior to the GNURadio standard

Re: [Discuss-gnuradio] Reclocking URSP and phase imbalance

2008-06-05 Thread Chris Stankevitz
Gregory W Heckler wrote: I reclocked my USRP from 64 to 65.536 MHz Greg, Just out of curiosity, why did you do this? Related to GPS? Chris ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Posted: Enhanced GMSK demodulator

2008-06-05 Thread Steven Clark
Steven, If you were to generate a patch that had your demodulator show up as a new demod called, say, gsm_demod_alt2 that hooked it into the existing framework with this new name, we could add it to the tree and it would get more testing without having to overwrite the known implemenation

Re: [Discuss-gnuradio] gsm gmsk demodulation

2008-06-05 Thread isaacgerg
Steven, That is totally rockin'; thanks! Isaac Steven Clark-2 wrote: On Thu, Jun 5, 2008 at 7:45 AM, isaacgerg [EMAIL PROTECTED] wrote: Hi, Concerning GSM GMSK demodulation, due to the ISI, I initially thought many folks were using the Viterbi algorithm on the waveform to demodulate

[Discuss-gnuradio] Standardized indentation?

2008-06-05 Thread Steven Clark
I noticed that many gnuradio files (gmsk.py for example) contain an unholy mix of spaces and tabs for indentation. Is there any easy way to standardize our indentation? Many text editors can make it so hitting tab creates 4 spaces instead of the tab character. (I like 4 spaces per indent, what

Re: [Discuss-gnuradio] Posted: Enhanced GMSK demodulator

2008-06-05 Thread Gregory Maxwell
On Thu, Jun 5, 2008 at 3:25 PM, Steven Clark [EMAIL PROTECTED] wrote: [snip] It should be a drop-in replacement for the existing demodulator in designs, except that the transmitted data needs to be differentially encoded (you will NOT, however, need a differential decoder on the receive side).

Re: [Discuss-gnuradio] Standardized indentation?

2008-06-05 Thread Eric Blossom
On Thu, Jun 05, 2008 at 05:03:39PM -0400, Steven Clark wrote: I noticed that many gnuradio files (gmsk.py for example) contain an unholy mix of spaces and tabs for indentation. Is there any easy way to standardize our indentation? Many text editors can make it so hitting tab creates 4 spaces

Re: [Discuss-gnuradio] Posted: Enhanced GMSK demodulator

2008-06-05 Thread Steven Clark
On Thu, Jun 5, 2008 at 5:28 PM, Gregory Maxwell [EMAIL PROTECTED] wrote: On Thu, Jun 5, 2008 at 3:25 PM, Steven Clark [EMAIL PROTECTED] wrote: [snip] It should be a drop-in replacement for the existing demodulator in designs, except that the transmitted data needs to be differentially encoded

Re: [Discuss-gnuradio] Standardized indentation?

2008-06-05 Thread Josh Blum
Steven Clark wrote: I noticed that many gnuradio files (gmsk.py for example) contain an unholy mix of spaces and tabs for indentation. Is there any easy way to standardize our indentation? Many text editors can make it so hitting tab creates 4 spaces instead of the tab character. You can fix

Re: [Discuss-gnuradio] Losing data during long collects

2008-06-05 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - - - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 4, 2008, at 10:59 PM, Chris Stankevitz wrote: USRP's cfile utility cannot write my data

Re: [Discuss-gnuradio] Standardized indentation?

2008-06-05 Thread Frank Brickle
Some incantation like indent -br -brs -cdw -ce -cs -hnl -i2 -lp -nbad -nbbo -nprs -psl -saf -sai -saw -nss -npcs works well for most C-ish code. Substitute -i4 if you don't use graduated lenses in your glasses. Frank On Thu, Jun 5, 2008 at 6:00 PM, Josh Blum [EMAIL PROTECTED] wrote: Steven

Re: [Discuss-gnuradio] Losing data during long collects

2008-06-05 Thread Chris Stankevitz
Dan Halperin wrote: USRP's cfile utility cannot write my data without overruns, so I use my own app which I have attached to this email in case anyone is interested. I will try Juha's recorder to see if it performs better. FWIW (maybe you've fixed the problem already), I would think that if