Search found 13 matches

by hkn1304
Sat Dec 09, 2017 8:39 pm
Forum: Boxes
Topic: time based epoching and ii's relation with windowing functio
Replies: 3
Views: 4989

Re: time based epoching and ii's relation with windowing fun

Nearly 2 years have passed since last answer.

I hope there is anyone to answer my question. Is there a scientific reason why 15/16 overlap is used in CSP scenario in Openvibe with Time based epoching box? I found no clue about why this method is implemented.


Thanks in advance.
by hkn1304
Wed Nov 01, 2017 8:58 am
Forum: Boxes
Topic: Graz visualization Box with 4 classes
Replies: 6
Views: 8279

Re: Graz visualization Box with 4 classes

Hello tgaugry,

I evaluated the code with my friend who knows C++ but he said only changing Grazvisualization.cpp file couldn't solve the problem because it may be related with the other file. Is this correct?

If i fix only the Grazvisualization.cpp file, would that solve my problem?

Thanks.
by hkn1304
Wed Nov 01, 2017 8:53 am
Forum: Boxes
Topic: Graz visualization Box with 4 classes
Replies: 6
Views: 8279

Re: Graz visualization Box with 4 classes

Hello Luciano, For the acquisition of more than 2 class, i managed to change Lua script for 4 class. Here is how: 1.Copy script in docx file and paste into original lua script file(website doesn't allow me to upload :? ) and then change the filename in openvibe as described by pointing where you sav...
by hkn1304
Thu Oct 05, 2017 11:38 pm
Forum: Boxes
Topic: Graz visualization Box with 4 classes
Replies: 6
Views: 8279

Graz visualization Box with 4 classes

Hello, I am working on revising graz visualization box to show accuracy bar for 4 class(Left,Right,Down and Up) Looking at the source code, i found following areas with notes: // @fixme for >2 classes void CGrazVisualization::updateConfusionMatrix(float64 f64VoteAggregate) { if(m_eCurrentDirection =...
by hkn1304
Sat Sep 30, 2017 4:24 pm
Forum: Boxes
Topic: Classifier Processor Usage with more than 2 classes.
Replies: 21
Views: 28885

Re: Classifier Processor Usage with more than 2 classes.

Gents,

It's been 6 years almost. Any progress for multi class classifier support?

Thanks.
by hkn1304
Tue Jul 18, 2017 12:15 pm
Forum: Designer
Topic: MATLAB and OpenVibe in real time
Replies: 7
Views: 15377

Re: MATLAB and OpenVibe in real time

Ok i will try your suggestion. I suspect it related to be VRML in Matlab. In your code, you use actxserver in order to use MAtlab as automation server. I am trying to bring variables into my another matlab version, that's why trying to use "GetWorkspaceData" function. However it requires handle name...
by hkn1304
Tue Jul 18, 2017 11:08 am
Forum: Designer
Topic: MATLAB and OpenVibe in real time
Replies: 7
Views: 15377

Re: MATLAB and OpenVibe in real time

Hello Jussi, I managed to integrate my Matlab script into openvibe via Scripting box and solved thousand problems. Nowadays, in designer console it says " couldn't reach real time, ... 5 sec late" and the number is increasing although Most interestingly i was able to get real time when i tried to ru...
by hkn1304
Mon May 22, 2017 9:35 am
Forum: Boxes
Topic: Loading .mat file before running MAtlab scripting
Replies: 5
Views: 5290

Re: Loading .mat file before running MAtlab scripting

DEbug commands not available when using Matlab as engine, it says. I 'm stucked,phew.
by hkn1304
Mon May 22, 2017 8:32 am
Forum: Boxes
Topic: Loading .mat file before running MAtlab scripting
Replies: 5
Views: 5290

Re: Loading .mat file before running MAtlab scripting

Thanks Jussi, with your suggestion i add a line "addpath(genpath('C:\Program Files (x86)\openvibe\share\openvibe\scenarios\box-tutorials\matlab')); into matlab but it didn't change anything. I would like to visualize what i have done: Notwithstanding the original scenario, i think scenario shown in ...
by hkn1304
Fri May 19, 2017 8:18 pm
Forum: Boxes
Topic: Loading .mat file before running MAtlab scripting
Replies: 5
Views: 5290

Loading .mat file before running MAtlab scripting

Hello, I would like to embed some variables created in Matlab into Openvibe so that i can process in Openvibe through Matlab scripting. However, i had no success at all. When i implement "load('xxxx.mat')" into initialize function it gives me error and can't get even data from EEG headset. When i tr...
by hkn1304
Tue May 16, 2017 7:23 am
Forum: Scenarios and BCI design
Topic: Mixing matlab, openvibe and motor imagery
Replies: 0
Views: 2933

Mixing matlab, openvibe and motor imagery

Hello, I would like to incorporate Matlab and Openvibe to carry out 2 class Motor imagery BCI. A little bit background for my study. I used Openvibe for creating scenario to get the brainwaves and extract Epochs for further processing in Matlab for offline CSP training(again in Matlab). After gettin...
by hkn1304
Sat Apr 29, 2017 8:16 pm
Forum: Driver development
Topic: Emotiv Epoc-data through Openvibe_ with DC offset?
Replies: 1
Views: 8782

Emotiv Epoc-data through Openvibe_ with DC offset?

Hello, My question is about Epoc in openvibe. Is the received data from Epoc through Openvibe with DC offset or not? Also, is the received data type uint16 or microvolts? All in all, what should i need to do to get received data(true,without any DC offset) in microvolts format? Thanks in advance. Ha...
by hkn1304
Sun Apr 23, 2017 7:50 pm
Forum: Designer
Topic: MATLAB and OpenVibe in real time
Replies: 7
Views: 15377

Re: MATLAB and OpenVibe in real time

Hello, I am using openvibe to feed data into matlab for processing and then will give it to openvibe for handplay scenario. My question is which variable (in which .m file) i need to use as input in matlab for my coding and which output should be available at the end so that it works without any pro...