[Help] calaulate power of each EEG range in python

About the GUI application to design signal processing pipelines
Post Reply
dennykim
Posts: 2
Joined: Sat Feb 06, 2016 4:58 pm

[Help] calaulate power of each EEG range in python

Post by dennykim »

Hello, I am a student researcher working with openvibe via NeuroSky Mindwave.
This is what I have done so far.Image
http://www.fast-files.com/getfile.aspx?file=118925
This is the link for the xml.

However, I looked at other scenarios which looks a lot simpler. Also, I couldn't connect the filtered signal to python...
What do I have to do in python(which I'm not actually good at...)to divide the single-channel raw data to
http://support.neurosky.com/kb/science/ ... requencies
these ranges?

And I need the values for the precise intensity of the ranges(Do I need to use NumPy and IPython???). Then I need to print these intensity values to csv.

I need to analyze values for scientific purposes.

It would be a lot for me if there was a python code example too.

Thank you very much for your cooperation.
If there are any links in the forum, please post them.


Thibaut
Posts: 264
Joined: Wed Oct 31, 2018 9:14 am

Re: [Help] calaulate power of each EEG range in python

Post by Thibaut »

Hi,
First, Organize your script it's a real spiderweb.^^
Second to avoid some problem use the last version of OpenViBE.
Third You can make one temporal filter for each frequency band.
Fourth you can use the box csv writer to save your result on csv.
Python is not necessary here.^^
Thibaut

Neelemashah
Posts: 1
Joined: Wed Aug 12, 2020 11:00 am
Contact:

Re: [Help] calaulate power of each EEG range in python

Post by Neelemashah »

The post was very informative. I got useful information here. Thanks for sharing. Keep it up!

Post Reply