Re: [Discuss-gnuradio] GMSK at 768kb/sec and other good stuff

2005-11-16 Thread Robert McGwier
The GMSK code is an FSK detector and modulator, etc. The only caveat is that it must be a "narrow shift" FSK because of the use of arctangent in the detector but this should not be a problem for any reasonable shift. It is called GMSK because of the settings inside. I think it is more genera

Re: [Discuss-gnuradio] GMSK at 768kb/sec and other good stuff

2005-11-16 Thread Eric Blossom
On Wed, Nov 16, 2005 at 05:04:23PM -0800, Joshua Lackey wrote: > Quoting Eric Blossom ([EMAIL PROTECTED]): > > > > Use the new GMSK stuff and/or convert the FSK use the new clock > > recovery code. Unless someone steps up to fix it in the next day or > > so, I'm removing it. > > > > We should k

Re: [Discuss-gnuradio] GMSK at 768kb/sec and other good stuff

2005-11-16 Thread Matt Ettus
Joshua Lackey wrote: > Quoting Eric Blossom ([EMAIL PROTECTED]): > >>Use the new GMSK stuff and/or convert the FSK use the new clock >>recovery code. Unless someone steps up to fix it in the next day or >>so, I'm removing it. >> > > > We should keep the code there. FSK is used enough that some

Re: [Discuss-gnuradio] GMSK at 768kb/sec and other good stuff

2005-11-16 Thread Joshua Lackey
Quoting Eric Blossom ([EMAIL PROTECTED]): > > Use the new GMSK stuff and/or convert the FSK use the new clock > recovery code. Unless someone steps up to fix it in the next day or > so, I'm removing it. > We should keep the code there. FSK is used enough that someone will eventually fix it to

Re: [Discuss-gnuradio] fftsink and scopesink refactored

2005-11-16 Thread Martin Dvh
Eric Blossom wrote: FYI, fftsink and scopesink were just refactored to use messages and message queues to communicate between the C++ and Python side. This removes our dependency on pipes, but more importantly, the C++ side will now never block trying to send data to the GUI. Thank you very mu

[Discuss-gnuradio] Help using simple_framer and simple_correlator

2005-11-16 Thread mjquinn
In order to gain a better understanding of how the simple_framer and the simple_correlator work, I am trying to implement the following code. However, when I run the program, I don't get any output. I'm not sure what I'm doing incorrectly. Once I determine my error, I am also interested on how t