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.
"""
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio