Search found 264 matches

by Thibaut
Mon Mar 14, 2022 12:41 pm
Forum: Discussion about OpenViBE
Topic: Box regarding to baseline correction
Replies: 3
Views: 5683

Re: Box regarding to baseline correction

HI, If I understood correctly. You are looking to subtract the average from a previous signal portion (which potentially is updated with each new stim) and not all the time but just on another specific portion. In any case, if you are looking to keep an average that will be updated sometimes. There ...
by Thibaut
Fri Mar 11, 2022 10:09 am
Forum: Discussion about OpenViBE
Topic: Box regarding to baseline correction
Replies: 3
Views: 5683

Re: Box regarding to baseline correction

HI,
There is no box who make directly a "baseline correction". It depends what you call a "baseline correction".
I'm not sure to understand but to subtract a value from a stream, you have the simple dsp box.
Thibaut
by Thibaut
Fri Mar 11, 2022 10:02 am
Forum: Boxes
Topic: VHDR reader / BrainVision reader crashes the Designer
Replies: 1
Views: 5907

Re: VHDR reader / BrainVision reader crashes the Designer

HI, For VHDR I never test this format. But For Epoch size It's simple. Openvbie send values by epoch. So you don't get value one by one but epoch by epoch so on each loop the box send 0.625s of values. For the box it's the Brain Vision box for VHDR you're right. Can you share the file (I can't check...
by Thibaut
Tue Feb 22, 2022 9:06 am
Forum: Discussion about OpenViBE
Topic: SVM - crushes, MLP - gets default values
Replies: 3
Views: 6084

Re: SVM - crushes, MLP - gets default values

Hi,
The hack to use OV 2.2.0 is usefull to set up your box. After box is setting up you can go back to 3.1.0. You see the option change when you change classifier (in 2.2.0) the update fail in 3.1.0 it's why it's crash. Burt if settings are update (by previous version of OV) it's good.
Thibaut
by Thibaut
Tue Feb 22, 2022 9:02 am
Forum: Discussion about OpenViBE
Topic: Motor Imagery - Incremental Learning
Replies: 3
Views: 5857

Re: Motor Imagery - Incremental Learning

Hi,
Yes you must remove the "train" stimulation (often OVTK_StimulationId_Train) on all except the last. Because when the trainer box see this stimulation he train his classifier (or csp) and don't take the signal after the stimulation.
Thibaut
by Thibaut
Mon Feb 14, 2022 10:26 am
Forum: Discussion about OpenViBE
Topic: Motor Imagery - Incremental Learning
Replies: 3
Views: 5857

Re: Motor Imagery - Incremental Learning

Hi, First of all you must train your classifier (to have one) next the incremental scenario is here But when you see the scenario, the stimulation to "re"-train your classifier is send by acquisition server and when a train is send the classifier is reload. But in fact it's not a train with all prev...
by Thibaut
Wed Feb 09, 2022 2:41 pm
Forum: Acquisition server and drivers
Topic: Choosing channel names using the "Brain Products BrainAmp Series" driver
Replies: 2
Views: 6054

Re: Choosing channel names using the "Brain Products BrainAmp Series" driver

Hi,
If you are trying to find out where is which electrode and you have no idea how to proceed. The tricky method is to create artifacts on each electrode one by one to identify them... it's ugly but if you have no idea how your electrodes are ordered...
Thibaut
by Thibaut
Mon Jan 31, 2022 11:02 am
Forum: Discussion about OpenViBE
Topic: OpenViBE - Windows 11
Replies: 1
Views: 5565

Re: OpenViBE - Windows 11

Hello, The windows 11 deployment is very fresh for many people and a lot of people have not yet passed on it. On our side, we have not yet been able to test this Windows update. If you have compiled OpenViBE, you have some unit and validation tests to verify compatibility. We are interested in any r...
by Thibaut
Mon Jan 24, 2022 12:34 pm
Forum: Discussion about OpenViBE
Topic: OpenVibe as OSC server
Replies: 6
Views: 6556

Re: OpenVibe as OSC server

Ho, I never used OSC protocol. Actually in OpenViBE we favor the LSL protocol. It's good if you have solved your problem.
Thibaut
by Thibaut
Fri Jan 21, 2022 4:28 pm
Forum: Discussion about OpenViBE
Topic: OpenVibe as OSC server
Replies: 6
Views: 6556

Re: OpenVibe as OSC server

Hi,
You can have a generic oscillator with driver which send random sinus combinason signals on N channels.
If you wan't a specific sinusoidal signal, you have the box time signal and next simple dsp box wich transform your input with a function (as sin).
Thibaut
by Thibaut
Thu Jan 20, 2022 12:11 pm
Forum: Scenarios and BCI design
Topic: Need of p300 speller test data in .ov format
Replies: 2
Views: 6348

Re: Need of p300 speller test data in .ov format

HI,
EEG Dataset are really complicated to have and share actually. Sorry we haven't more datas.
Thibaut
by Thibaut
Tue Jan 04, 2022 10:05 am
Forum: Boxes
Topic: Trouble using Classifier Processor for P300 BCI
Replies: 3
Views: 6451

Re: Trouble using Classifier Processor for P300 BCI

Hi, It's not a real bug but yes there is a problem in the code of the classifier processor. The real problem is the check of consistent date for stimulations. For information all stimulation stream must have chunks that start when the previous ones have finished. but the stimuli are not sent every t...
by Thibaut
Mon Jan 03, 2022 9:34 am
Forum: Boxes
Topic: Trouble using Classifier Processor for P300 BCI
Replies: 3
Views: 6451

Re: Trouble using Classifier Processor for P300 BCI

Hi,
This warning is not a problem, stimulations date are a little boring to use and often if you don't pay attention to that you have this kind of warning.
Thibaut
by Thibaut
Mon Jan 03, 2022 9:26 am
Forum: Boxes
Topic: OV crashes when using “Classifier trainer” box with SVM classifier
Replies: 2
Views: 5973

Re: OV crashes when using “Classifier trainer” box with SVM classifier

Hi, There is a problem with the current version of OV (fixed for the next one) the parameters are not updated and the crash is due to the fact that the SVM has different parameters from the LDA so the crash occurs. It's annoying but if you set your box on OV 2.2.0. The settings will be good and you ...
by Thibaut
Wed Dec 15, 2021 4:40 pm
Forum: Tutorial scenarios
Topic: How do i control when to write data to an.ov file
Replies: 1
Views: 7185

Re: How do i control when to write data to an.ov file

Hi, I'm not sure I really understand so I might be on the wrong track. For offline analysis of your signals OpenViBE is not the best tool, people use Matlab and EEGLab and other Python. In both cases it is with gdf or csv files, the ov format being exclusive to OpenViBE (you can convert your files t...