Gaussian Minimum Shift Keying


This is now part of gnuradio-core as of version 2.5 (or cvs after March 30, 2005.)


The following python script implements both GMSK modulation and demodulation for GNU Radio. Details were derived from the 3GPP TS 45.004 document at http://www.3gpp.org/specs/numbering.htm and from the GMSK in a nutshell paper found at http://citeseer.ist.psu.edu/turletti96gmsk.html. It was very easy to implement GMSK with existing GNU Radio primitives.

There are three files. The first is the base module, gmsk.py, and the other two, gmsk-test.py and ggmsk-test.py, are programs to test the module. An archive with all three files is available here: gmsk-v0.0.tar.bz2.


gmsk.py

gmsk-test.py ggmsk-test.py

Last modified: April 2, 2005