Add modem spectrogram

pull/21/head
Mark Jessop 2020-07-18 19:51:08 +09:30
rodzic c9eab98edd
commit 56ea73f740
2 zmienionych plików z 2 dodań i 0 usunięć

BIN
doc/modem_fft.jpg 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 132 KiB

Wyświetl plik

@ -90,6 +90,8 @@ def decode_packet(data:bytes, packet_format:dict = None) -> dict:
# Attempt to lookup the format based on the length of the data if it has not been provided.
if len(data) in HORUS_LENGTH_TO_FORMAT:
packet_format = HORUS_PACKET_FORMATS[HORUS_LENGTH_TO_FORMAT[len(data)]]
else:
raise ValueError(f"Unknown Packet Length ({len(data)}).")
# Output dictionary