Search found 5 matches

by Masoud_n
Mon Jul 03, 2023 10:23 am
Forum: Mind Monitor
Topic: python code for graphing
Replies: 10
Views: 4332

Re: python code for graphing

Not even that complex. Wait a bit to get your "zero", then plot Relative from there. There's a reason my algorithms are hidden. They're bad! ;-) :D Sorry. I didn't catch that. For this data, I don't have any "zero". Does it mean that I was always focused? https://drive.google.co...
by Masoud_n
Mon Jul 03, 2023 10:01 am
Forum: Mind Monitor
Topic: python code for graphing
Replies: 10
Views: 4332

Re: python code for graphing

I do a linear transform of range {-1:+1} to {0:100} for absolute value display as many people do not understand negative values being normal. My algorithms for Concentration and Mellow are just simple trackers of Gamma Relative and Alpha Relative if that's what you're asking about. thanks. for plot...
by Masoud_n
Mon Jul 03, 2023 8:28 am
Forum: Mind Monitor
Topic: python code for graphing
Replies: 10
Views: 4332

Re: python code for graphing

I have another question, how do you calculate the y axis? because my data is mainly in the range of 0 to 1 but in the graph, it is in the range of 55 to 100 while plotting in Absolute Brainwaves mode.
by Masoud_n
Mon Jul 03, 2023 2:24 am
Forum: Mind Monitor
Topic: python code for graphing
Replies: 10
Views: 4332

Re: python code for graphing

thanks.
I need to calculate the concentration and focus level of the user. do you have any advice for me?
by Masoud_n
Sun Jul 02, 2023 11:52 am
Forum: Mind Monitor
Topic: python code for graphing
Replies: 10
Views: 4332

python code for graphing

Hi, thanks for your great app.

I used this app to save the signals into .csv file.

I can plot it using the graphing online but I want to integrate this graph into my own Python codes and my own GUI. is there any Python code that does the exact graphing as graphing online, so I don't miss any data?