feat(FFT): добавлено FFT, выделение основной частоты

This commit is contained in:
2025-12-26 00:13:57 +03:00
parent 063cced2a5
commit 97c59cdda2
9 changed files with 291 additions and 83 deletions

View File

@@ -32,6 +32,8 @@ def read_serial_data():
)
except KeyboardInterrupt:
print("\nExiting...")
except:
print("\nAn error occure!")
finally:
if "ser" in locals() and ser.is_open:
ser.close()