diff options
author | Jiří Pinkava <j-pi@seznam.cz> | 2015-11-20 02:28:59 +0100 |
---|---|---|
committer | Jiří Pinkava <j-pi@seznam.cz> | 2015-11-20 02:28:59 +0100 |
commit | c6d577d384db239b3c065e3e09727ace8f172ff2 (patch) | |
tree | fcfc6a3920804ca4d53d9b6a100b2f064666956b | |
parent | 2d0b64bf031c16a8c0e41a2dd9f446baf0a88492 (diff) |
digital: clarify gmsk doc
-rw-r--r-- | gr-digital/python/digital/gmsk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/python/digital/gmsk.py b/gr-digital/python/digital/gmsk.py index 012c91f9d0..284f85f333 100644 --- a/gr-digital/python/digital/gmsk.py +++ b/gr-digital/python/digital/gmsk.py @@ -59,8 +59,8 @@ class gmsk_mod(gr.hier_block2): Hierarchical block for Gaussian Minimum Shift Key (GMSK) modulation. - The input is a byte stream (unsigned char) and the - output is the complex modulated signal at baseband. + The input is a byte stream (unsigned char with packed bits) + and the output is the complex modulated signal at baseband. Args: samples_per_symbol: samples per baud >= 2 (integer) |