commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5741 - gnuradio/branches/features/ofdm/sync/gnuradio-


From: trondeau
Subject: [Commit-gnuradio] r5741 - gnuradio/branches/features/ofdm/sync/gnuradio-core/src/python/gnuradio
Date: Fri, 8 Jun 2007 13:41:31 -0600 (MDT)

Author: trondeau
Date: 2007-06-08 13:41:30 -0600 (Fri, 08 Jun 2007)
New Revision: 5741

Modified:
   
gnuradio/branches/features/ofdm/sync/gnuradio-core/src/python/gnuradio/packet_utils.py
Log:
fixed info field in _npadding_bytes

Modified: 
gnuradio/branches/features/ofdm/sync/gnuradio-core/src/python/gnuradio/packet_utils.py
===================================================================
--- 
gnuradio/branches/features/ofdm/sync/gnuradio-core/src/python/gnuradio/packet_utils.py
      2007-06-08 19:40:48 UTC (rev 5740)
+++ 
gnuradio/branches/features/ofdm/sync/gnuradio-core/src/python/gnuradio/packet_utils.py
      2007-06-08 19:41:30 UTC (rev 5741)
@@ -157,8 +157,10 @@
     is a multiple of 128 samples.
 
     @param ptk_byte_len: len in bytes of packet, not including padding.
-    @param samples_per_symbol: samples per bit (1 bit / symbolwith GMSK)
+    @param samples_per_symbol: samples per bit (1 bit / symbolwidth GMSK)
     @type samples_per_symbol: int
+    @param bits_per_symbol: bits per symbol (log2(modulation order))
+    @type bits_per_symbol: int
 
     @returns number of bytes of padding to append.
     """





reply via email to

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