debugging DMRBITS head and term

This commit is contained in:
n0mjs710
2019-08-27 16:33:35 -05:00
parent 6394a2d209
commit 43a5b89aa2
2 changed files with 5 additions and 18 deletions

View File

@@ -30,6 +30,9 @@ HEADBITS = 0b00100001
BURSTBITS = [0b00010000,0b00000001,0b00000010,0b00000011,0b00000100,0b00000101]
TERMBITS = 0b00100010
HEADBITS = 0b00000000
TERMBITS = 0b00000000
# Need a bitstring of 4-bytes of zero for burst F
NULL_EMB_LC = bitarray(endian='big')
NULL_EMB_LC.frombytes(b'\x00\x00\x00\x00')