|
@@ -5,5 +5,23 @@ Software for simple 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
|
|
|
+ -to get the save popup window you have to minimze the main window
|
|
|
+ -ax zeit isnt functioning properly at this point
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+needed libarys:
|
|
|
+ customtkinter
|
|
|
+ csv
|
|
|
+ tkinter
|
|
|
+ random
|
|
|
+ math
|
|
|
+
|
|
|
+
|
|
|
+sample rate=ca1000Hz
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+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
|