Help! (From RawEEG to Dataset)

Come here to discuss about OpenViBE in general!
Post Reply
bayo
Posts: 6
Joined: Sun Oct 25, 2009 1:18 am

Help! (From RawEEG to Dataset)

Post by bayo »

Hi there,

Can anyone please explain to me what is the difference between these two terms? The articles online always refer to them but I'm finding it difficult to get my head around it.

How do you get from raweeg signal (coming from serial port) to Dataset (used for for processing in software)?

Please help!!!

Bayo

yrenard
Site Admin
Posts: 645
Joined: Fri Sep 01, 2006 3:39 pm
Contact:

Re: Help! (From RawEEG to Dataset)

Post by yrenard »

Hello Bayo,

I'm not sure about exact terminlogy but if I add to make a difference, I would say that datasets have raw eeg plus some labels telling for example what the subject's cerebral activity is expected to be. For example for left / right hand movements, during the first phase (acquisition of data), the user is presented some instructions telling him to imagine left or right hand movements... the file that is saved during this session has synchronized stimulations along the signal telling if the user is actually having a rest, imagining left hand movement or imagining right hand movement. Later you can train algorithms such as classifiers based on these labels.

Does it help ?

Yann

bayo
Posts: 6
Joined: Sun Oct 25, 2009 1:18 am

Re: Help! (From RawEEG to Dataset)

Post by bayo »

Hi Yann,

Thanks for your help. I think I have an idea what it means now? by the way does anyone know if MATLAB can be used for realtime processing of EEG signal? I'm trying to use Matlab in conjuction with Open vibe.
Also, is it possible to send signals from openvibe to Matlab?

yrenard
Site Admin
Posts: 645
Joined: Fri Sep 01, 2006 3:39 pm
Contact:

Re: Help! (From RawEEG to Dataset)

Post by yrenard »

bayo,

there is a first version of MATLAB box that actually forwards some OpenViBE data to MATLAB and takes back the processed data... If you are interested, please join us on the IRC channel so I can discuss this with you ! I would be happy to help and get your feedback !

Yann

bayo
Posts: 6
Joined: Sun Oct 25, 2009 1:18 am

Re: Help! (From RawEEG to Dataset)

Post by bayo »

Hi Yann,

Thanks for your help. What is the IRC channel? Sorry I'm kind of new here.
Also, my openvibe does not seem to be able to save any scenario or box-configuration file. I created and saved a scenario but the file does not seem to appear in the folder I saved it. Also I tried creating a simple configuration file for the "temporal filter" but same thing happens. I couldn't save the existing one so I can modify it and save it as another file.
Is this a known bug? please help

Regards

Bayo

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: Help! (From RawEEG to Dataset)

Post by lbonnet »

Hi Bayo,

I may help you on this one, so my colleague Yann doesn't do all the job here ;)
IRC is a protocol used for chatting with people. You connect to a IRC server, then you go in 1 or more channels. A channel is like a room were people can talk.
go here --> http://webchat.freenode.net/
Choose a nickname, then put #openvibe in the "channel" field, and connect. Ask for help there, you should see us on the channel.

For your problem with scenario saving, it's weird... I tried save/load a new scenario, and it works fine with the 2 last versions (openvibe compiled from sources, and openvibe from the installer).

When you try to save/load a file, do you see any error in the console ?
You should have
"[ INF ] Exporting scenario ... "
when saving or
"[ INF ] Importing scenario ... "
when loading

Regards,

Laurent
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: Help! (From RawEEG to Dataset)

Post by lbonnet »

Hi again,

Yann just told me that there is indeed a known bug with the save/load on windows.
This bug occurs when the path and/or name of the file you try to save to or load contains non-ascii characters (such as é, à, ï, etc.).
Please avoid any accentuated character in your file name.

Regards,

Laurent-
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

Post Reply