GMSK Mod

From GNU Radio
Jump to navigation Jump to search

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?

Example Flowgraph

Example flowgraph.png

Source Files

Python files
[1]
Block definition
[2]