maxscheinast 7 месяцев назад
Родитель
Сommit
d8ff1fc825
1 измененных файлов с 20 добавлено и 5 удалено
  1. 20 5
      README.md

+ 20 - 5
README.md

@@ -5,8 +5,11 @@ Software for simple continued ploting of BioSignals
 
 
 known Bugs:
-    -to get the save popup window you have to minimze the main window
-    -ax zeit isnt functioning properly at this point
+    oszi_software:
+        -ax zeit isnt functioning properly at this point
+     
+     analyse_software:
+         -Slider are little bit buggy
 
 
 
@@ -18,12 +21,24 @@ needed libarys:
     math
 
 
-sample rate=ca100Hz
+sample rate=ca200Hz
 
 beta version is the fastest, but can also be unstable.
 
 
 
 how to use:
-in the code is a function called get_data(), at this point there is an example function in it, change as needed,
-but keep the return format strict constant, is is intendet to return one value at the time, timestamp is added automaticly
+Oszi:
+    in the code is a function called get_data(), change it as needed,
+    but keep the return format strict constant, is is intendet to return one value at the time, timestamp is added automaticly
+
+Analyse:
+    just load an Csv File, the max amount of Datapoints at this time is 10tsd., if a file is larger only the last datapoints are used. Future Ai Classification is intendet (Heartbeat only)
+    
+    
+    
+    
+The genrealised CSV File Format for the above Software is:
+Timestamp,Value
+
+Timestamp is the unix time in python through time.time()