commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 14/23: digital: clarify gmsk doc


From: git
Subject: [Commit-gnuradio] [gnuradio] 14/23: digital: clarify gmsk doc
Date: Sat, 28 Nov 2015 21:18:08 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit c6d577d384db239b3c065e3e09727ace8f172ff2
Author: Jiří Pinkava <address@hidden>
Date:   Fri Nov 20 02:28:59 2015 +0100

    digital: clarify gmsk doc
---
 gr-digital/python/digital/gmsk.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gr-digital/python/digital/gmsk.py 
b/gr-digital/python/digital/gmsk.py
index 012c91f..284f85f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]