Search found 15 matches

by hamed
Fri Mar 03, 2017 7:50 pm
Forum: Discussion about OpenViBE
Topic: sending data
Replies: 3
Views: 4481

Re: sending data

I used UDP Test Tool for analyzing OSC output
one of this images is during OSC sending 1
by hamed
Fri Mar 03, 2017 9:38 am
Forum: Discussion about OpenViBE
Topic: Matlab scripting box error
Replies: 10
Views: 16774

Re: Matlab scripting box error

I have this problem too. my Matlab version is 2015b(32bit) and i have this warning [WARNING] No 'plugin object descriptor' found from [C:/OpenVibe/dist//bin/openvi be-plugins-matlab.dll] even if it looked like a plugin module 1- which version of matlab works with openvibe ? and 2- we should define t...
by hamed
Thu Mar 02, 2017 5:02 pm
Forum: Discussion about OpenViBE
Topic: sending data
Replies: 3
Views: 4481

sending data

Hi all

I have a problem about sending data from OpenVibe to another software
How can i send value 1 from openvibe to 127.0.0.1 port 3000
I used OSC but OSC send another thing.
In VPRN i don't know how can i set 127.0.0.1 and 3000
Could you please help me
by hamed
Thu Mar 02, 2017 12:19 pm
Forum: Discussion about BCI and related topics
Topic: Problem in makeing a Box
Replies: 4
Views: 10755

Re: Problem in makeing a Box

and
by hamed
Thu Mar 02, 2017 12:18 pm
Forum: Discussion about BCI and related topics
Topic: Problem in makeing a Box
Replies: 4
Views: 10755

Re: Problem in makeing a Box

Dear jtlindgren
Thanks a lot for your reply
Do you think i include and declare in right line ?
If you made a Box in Openvibe could you please send a screenshot from your ovp_main.cpp file
by hamed
Wed Mar 01, 2017 12:53 pm
Forum: Discussion about BCI and related topics
Topic: Problem in makeing a Box
Replies: 4
Views: 10755

Problem in makeing a Box

Hi all

I read a tutorial about Implementing a signal processing box in OpenVibe
here http://openvibe.inria.fr/tutorial-1-imp ... ssing-box/
I done all step by step but i can't see my box in opevibe main page.
Do you think what's wrong
by hamed
Wed Mar 01, 2017 12:13 pm
Forum: Discussion about BCI and related topics
Topic: Threshold
Replies: 12
Views: 25045

Re: Threshold

Maybe i should make some changes in the sign change box codes
by hamed
Tue Feb 28, 2017 3:25 pm
Forum: Discussion about BCI and related topics
Topic: Threshold
Replies: 12
Views: 25045

Re: Threshold

I can receive just a character.
I guss i can't receive 1 or 0 because the output of this box is not unit8
here i have just :D Received
but with my Matlab code i have 1 Received or 0 Received

markerGo=uint8('1');
markerStop=uint8('0');
by hamed
Tue Feb 28, 2017 2:46 pm
Forum: Discussion about BCI and related topics
Topic: Threshold
Replies: 12
Views: 25045

Re: Threshold

I changed some stimulation but couldn't find 1 or 0
if this box send 1 or 0 that was perfect.
maybe this box output is not uint8
by hamed
Tue Feb 28, 2017 1:22 pm
Forum: Discussion about BCI and related topics
Topic: Threshold
Replies: 12
Views: 25045

Re: Threshold

Hi thanks a lot for your reply your suggestion done. I receive something in my another software but it's not 1 or 0. a screenshot of my work attached I want to do something like this code with openvibe box. with this Matlab code my software works well. markerGo=uint8('1'); markerStop=uint8('0'); hud...
by hamed
Tue Feb 28, 2017 11:55 am
Forum: Discussion about BCI and related topics
Topic: Threshold
Replies: 12
Views: 25045

Re: Threshold

Dear tgaugry I don't want to modify the signal. when i use this formula in DSP box, the output is a signal. I want to send just a binary code. when the signal is higher than my threshold it should send 1 via OSC controller and if lower than my threshold it should send 0 just 1 or 0 no signal. Thanks...
by hamed
Mon Feb 27, 2017 5:44 pm
Forum: Discussion about OpenViBE
Topic: Run Code
Replies: 2
Views: 3512

Re: Run Code

Thanks a lot
my problem solved :D
by hamed
Mon Feb 27, 2017 5:43 pm
Forum: Discussion about BCI and related topics
Topic: Threshold
Replies: 12
Views: 25045

Re: Threshold

Dear tgaugry Thanks a lot for your attention and reply here i explain about my project more. there is a spaceship scenario in openvibe. As you know in this scenario the output is beta power. Now i want to do a project like this one. if beta power be higher than my threshold (for example 0.2) the OSC...
by hamed
Fri Feb 24, 2017 5:39 pm
Forum: Discussion about BCI and related topics
Topic: Threshold
Replies: 12
Views: 25045

Threshold

Hi all

I want to make a threshold for my signal in openvibe.
for example if my signal higher power than zero the threshold box output set to 1 if lower than 0 my output set to 0

Do you know how can i make a threshold ?

Thanks
by hamed
Fri Feb 24, 2017 2:24 pm
Forum: Discussion about OpenViBE
Topic: Run Code
Replies: 2
Views: 3512

Run Code

Hi all

I'm beginner in OpenVibe.
My question is: how can i run the codes that written in openvibe site.
for example this link
http://openvibe.inria.fr/vrpn-tutorial- ... plication/

Do i need to an another software ?

Thanks