summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/packet_utils.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-04-15 16:44:53 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-04-15 16:44:53 -0700
commitc47f200edf452ddcd00de55e84b79ab03f81295c (patch)
tree09c40ba27441e32a458505f31966726830369e5d /gr-digital/python/digital/packet_utils.py
parentffe1a7a6fecbc46ff39ade85d7250f57c4394fd3 (diff)
parent6643727f8a2465c88c58803b9455fe0c529cc1c0 (diff)
Merge remote-tracking branch 'bolin/master'
Diffstat (limited to 'gr-digital/python/digital/packet_utils.py')
-rw-r--r--gr-digital/python/digital/packet_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-digital/python/digital/packet_utils.py b/gr-digital/python/digital/packet_utils.py
index 865f3adbb4..d7aa4e66ca 100644
--- a/gr-digital/python/digital/packet_utils.py
+++ b/gr-digital/python/digital/packet_utils.py
@@ -113,7 +113,9 @@ def make_packet(payload, samples_per_symbol, bits_per_symbol,
bits_per_symbol: (needed for padding calculation) (int)
preamble: string of ascii 0's and 1's
access_code: string of ascii 0's and 1's
+ pad_for_usrp: If true, packets are padded such that they end up a multiple of 128 samples(512 bytes)
whitener_offset: offset into whitener string to use [0-16)
+ whitening: Whether to turn on data whitening(scrambling) (boolean)
Packet will have access code at the beginning, followed by length, payload
and finally CRC-32.