GMSK Mod

From GNU Radio
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hierarchical block for Gaussian Minimum Shift Key (GMSK) modulation.

The input is a byte stream (unsigned char with packed bits)

The output is the complex modulated signal at baseband.

Parameters

Samples/Symbol
samples per baud >= 2
BT
Gaussian filter bandwidth * symbol time
Verbose
Print information about modulator?
Log
Print modulation data to files?
Unpack
Unpack input byte stream?

Example Flowgraph

This flowgraph can be found at [1]

Demo gmsk fg.png

Source Files

Python files
[2]
Block definition
[3]