[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3933 - gnuradio/branches/developers/trondeau/digital-
From: |
trondeau |
Subject: |
[Commit-gnuradio] r3933 - gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio |
Date: |
Sat, 4 Nov 2006 14:24:18 -0700 (MST) |
Author: trondeau
Date: 2006-11-04 14:24:18 -0700 (Sat, 04 Nov 2006)
New Revision: 3933
Modified:
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/packet_utils.py
Log:
changed preamble to work better with QPSK
Modified:
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/packet_utils.py
===================================================================
---
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/packet_utils.py
2006-11-04 21:21:43 UTC (rev 3932)
+++
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio/packet_utils.py
2006-11-04 21:24:18 UTC (rev 3933)
@@ -72,7 +72,7 @@
default_access_code = \
conv_packed_binary_string_to_1_0_string('\xAC\xDD\xA4\xE2\xF2\x8C\x20\xFC')
preamble = \
- conv_packed_binary_string_to_1_0_string('\xAA\xAA\xAA\xAB')
+ conv_packed_binary_string_to_1_0_string('\x6C\xC6\x6C\xC6\x6C\xC6\x6C\xC6')
def is_1_0_string(s):
if not isinstance(s, str):
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3933 - gnuradio/branches/developers/trondeau/digital-wip/gnuradio-core/src/python/gnuradio,
trondeau <=