[Discuss-gnuradio] GMSK demodulation

2009-07-18 Thread Timur Alperovich
Hi there, I'm writing a simple block to do some GSM processing, which right now just looks for FCCH in the signal. The graph is constructed as follows: usrp->low pass filter->gmsk.demod->my_block. My block inherits from gr_sync_block. The problem I run into is the following assertion failing: "gr_

[Discuss-gnuradio] GMSK demodulation

2008-11-16 Thread Eyal Laser
i used both gr.quadrature_demod_cf, and gnuradio.blksimpl.gmsk_demod and both demodulation the signal with a lot of noises is there any way to solve the problem and get clean bits? -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] GMSK demodulation

2007-08-24 Thread Thomas Tsou
On 8/23/07, Jeffrey Karrels <[EMAIL PROTECTED]> wrote: > Hello all > > i am looking at gmsk again. i had two questions come up. > > 1) does clock recovery normally take place after fm demod? Sure. > 2) what clock recovery algo would one normally find in a receiver like > a GSM receiver? M&M, Gar

[Discuss-gnuradio] GMSK demodulation

2007-08-23 Thread Jeffrey Karrels
Hello all i am looking at gmsk again. i had two questions come up. 1) does clock recovery normally take place after fm demod? 2) what clock recovery algo would one normally find in a receiver like a GSM receiver? thanks jeff ___ Discuss-gnuradio mai