paper: formulation WIP, update spectrum graph
This commit is contained in:
parent
76f34b4839
commit
da4afa7354
12 changed files with 136 additions and 113 deletions
|
|
@ -85,7 +85,7 @@ if __name__ == '__main__':
|
|||
continue
|
||||
|
||||
crc32, payload = unpack_head('I', cobs.decode(data))
|
||||
pid, seq, data = unpack_head('xBH', payload)
|
||||
pid, seq, gps_1pps, data = unpack_head('BxHI', payload)
|
||||
ts = time()
|
||||
|
||||
# Calculate byte-wise CRC32
|
||||
|
|
@ -126,7 +126,7 @@ if __name__ == '__main__':
|
|||
|
||||
print()
|
||||
lines_written += 1
|
||||
if lines_written == 80:
|
||||
if lines_written == 50:
|
||||
lines_written = 0
|
||||
print('\033[2J\033[H', end='')
|
||||
delta = ts-capture_start
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
(sym_lib_table
|
||||
(lib (name "components")(type "Legacy")(uri "${KIPRJMOD}/components.lib")(options "")(descr ""))
|
||||
(lib (name "platform-rescue")(type "Legacy")(uri "${KIPRJMOD}/platform-rescue.lib")(options "")(descr ""))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue