Search found 27 matches

by kiyarash
Sat Aug 26, 2017 6:15 pm
Forum: Tutorial scenarios
Topic: vprn "C++ client program" problem in compiling
Replies: 4
Views: 11558

Re: vprn "C++ client program" problem in compiling

yes, it is a linking issue. I switched to visual studio. I do know I'm adding the library correctly since as a test I added the SDL library using their tutorial in here http://www.willusher.io/sdl2%20tutorials/2013/08/15/lesson-0-visual-studio and it was successful. But when I repeat the same proced...
by kiyarash
Tue Aug 22, 2017 6:31 pm
Forum: Tutorial scenarios
Topic: vprn "C++ client program" problem in compiling
Replies: 4
Views: 11558

vprn "C++ client program" problem in compiling

I 'm trying to connect openvibe to a c++ program using a VRPN server. in the corresponding tutorial, it says I should run a script to get the header files which I did. I also added the headers to my project. the problem is when compiling the same code provided in the tutorial I get the error : undef...
by kiyarash
Sun Aug 20, 2017 3:58 pm
Forum: Boxes
Topic: how to synchronize inputs to the simple DSP box ?
Replies: 1
Views: 2239

how to synchronize inputs to the simple DSP box ?

In my scenario, I give the simple DSP box two inputs. In the first case where the box is called “average T7 and T8_Simple DSP” I know the two inputs are synchronized since the parallel threads are doing the same thing. But in the second one where I’m calculating “theta_power/total_power” I know that...
by kiyarash
Sat Aug 12, 2017 7:27 am
Forum: Boxes
Topic: * operation in the simple DSP
Replies: 1
Views: 2236

* operation in the simple DSP

assuming that the input to the simple DSP box is a matrix X and we write the expression X*X as the Equation.

does the * operation in the simple DSP box mean matrix multiplication or is it an element-wise multiplication?
by kiyarash
Mon Jul 10, 2017 6:11 pm
Forum: Scenarios and BCI design
Topic: mi-csp csp filter error
Replies: 2
Views: 3230

Re: mi-csp csp filter error

thanks for the reply.

1. as you said I should manually change the address to the new file created each time.

2. I was not paying attention that in OV addresses are separated with '/' instead of the Windows default '\'!
by kiyarash
Mon Jul 10, 2017 6:08 pm
Forum: Scenarios and BCI design
Topic: the easiest way to add a graphic interface to a scenario?
Replies: 3
Views: 5509

Re: the easiest way to add a graphic interface to a scenario

thanks for your reply.

indeed the matlab box worked just fine to make a simple game. and I would highly recommend reading it's tutorial in http://openvibe.inria.fr/tutorial-using ... -openvibe/ and the problems I faced in viewtopic.php?f=13&t=9789 .
by kiyarash
Mon Jul 10, 2017 6:02 pm
Forum: Boxes
Topic: can not connect the matlab box to matlab engine ?
Replies: 4
Views: 7059

Re: can not connect the matlab box to matlab engine ?

thanks for the reply with a friend's help I managed to solve the problem. 1. as you stated above the addresses used in OV should use '/' instead of '\' which is the default way of separating an address in windows (I really don't get the reason behind that; because it can potentially cause a lot of u...
by kiyarash
Fri Jun 30, 2017 2:04 pm
Forum: Boxes
Topic: can not connect the matlab box to matlab engine ?
Replies: 4
Views: 7059

can not connect the matlab box to matlab engine ?

hi , I'm trying to make the matlab box work to show me a graphic interface.I have windows 10 64bit / matlab 2011a 32 bit 1. my matlab.exe path is "A:/Program Files (x86)/MATLAB/R2011a/bin/matlab.exe" and I set "Path to Matlab executables " in the properties of the box to it . 2. my function is in th...
by kiyarash
Wed Jun 28, 2017 6:05 pm
Forum: Scenarios and BCI design
Topic: the easiest way to add a graphic interface to a scenario?
Replies: 3
Views: 5509

the easiest way to add a graphic interface to a scenario?

so I'm currently working with the Bci-motor-imagery example provided with openvibe . I want to add a simple game to it . for example the user should move a box by thinking about right or left and earn points. so what is the easiest way to design a simple game like that? currently, I'm thinking about...
by kiyarash
Tue May 23, 2017 11:40 am
Forum: Scenarios and BCI design
Topic: Motor Imagery CSP example
Replies: 3
Views: 4669

Re: Motor Imagery CSP example

jtlindgren wrote: You may need to either train people, or find a person who has natural talent. Classically in the papers the subjects have gone through hours of imagery training over a long period of time.
would you provide a reference to these types of trainings?
by kiyarash
Sun May 21, 2017 7:03 am
Forum: Scenarios and BCI design
Topic: mi-csp csp filter error
Replies: 2
Views: 3230

mi-csp csp filter error

I was running the mi_csp scenario when i got the error ".... CSP Spatial Filter> Bad matrix size _ Filter has 11 channels but data needs 16 channels" I 'am using emotiv epoch+ and I think I know where the problem arises. in the scenario mi-csp-1-acquisition . using signal display I figured out the "...
by kiyarash
Tue Apr 11, 2017 3:44 pm
Forum: Boxes
Topic: is my understanding of the time epoching box correct ?
Replies: 1
Views: 2459

is my understanding of the time epoching box correct ?

I want to know if this is how the time epoch box works in the spaceship scenario . and I have 2 questions : 1 . how does the time epoching work in conjunction with the average box ? after bandpassing the input stream we have a time epoching box which I think works like this (assuming we epoch durati...