diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-04-15 16:44:53 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-04-15 16:44:53 -0700 |
commit | c47f200edf452ddcd00de55e84b79ab03f81295c (patch) | |
tree | 09c40ba27441e32a458505f31966726830369e5d /grc | |
parent | ffe1a7a6fecbc46ff39ade85d7250f57c4394fd3 (diff) | |
parent | 6643727f8a2465c88c58803b9455fe0c529cc1c0 (diff) |
Merge remote-tracking branch 'bolin/master'
Diffstat (limited to 'grc')
-rw-r--r-- | grc/grc_gnuradio/blks2/packet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/grc_gnuradio/blks2/packet.py b/grc/grc_gnuradio/blks2/packet.py index 872f08ca2e..dde3ec722f 100644 --- a/grc/grc_gnuradio/blks2/packet.py +++ b/grc/grc_gnuradio/blks2/packet.py @@ -75,9 +75,9 @@ class packet_encoder(gr.hier_block2): Args: samples_per_symbol: number of samples per symbol bits_per_symbol: number of bits per symbol + preamble: string of ascii 0's and 1's access_code: AKA sync vector pad_for_usrp: If true, packets are padded such that they end up a multiple of 128 samples - payload_length: number of bytes in a data-stream slice """ #setup parameters self._samples_per_symbol = samples_per_symbol |