mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
centered fft again
This commit is contained in:
parent
5f6fce9e63
commit
d9dd212cab
1 changed files with 1 additions and 2 deletions
|
@ -352,8 +352,7 @@ def calculate_fft(data, fft_queue, states) -> None:
|
|||
# erase queue if greater than 3
|
||||
if fft_queue.qsize() >= 1:
|
||||
fft_queue = queue.Queue()
|
||||
#fft_queue.put(dfftlist[:315]) # 315 --> bandwidth 3200
|
||||
fft_queue.put(dfftlist) # 315 --> bandwidth 3200
|
||||
fft_queue.put(dfftlist[:315]) # 315 --> bandwidth 3200
|
||||
|
||||
except Exception as err:
|
||||
print(f"[MDM] calculate_fft: Exception: {err}")
|
||||
|
|
Loading…
Reference in a new issue