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