This commit is contained in:
awe
2025-12-02 16:45:14 +03:00
parent 2a30e12551
commit ed84ebdfe8
2 changed files with 222 additions and 220 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.venv
__pycache__

View File

@ -17,7 +17,7 @@ import queue
# ПАРАМЕТРЫ И КОНСТАНТЫ # ПАРАМЕТРЫ И КОНСТАНТЫ
# ================================================================================ # ================================================================================
#data_dir = r"D:\data" #data_dir = r"D:\data"
data_dir = "./data" data_dir = "/home/awe/Documents/E502_ADC_BF_PC_companion/tmp"
PeriodIntegrate = 2 PeriodIntegrate = 2
pontInOneFqChange = 86 pontInOneFqChange = 86