Search found 16 matches

by roberto
Wed Jan 29, 2014 7:02 pm
Forum: Acquisition server and drivers
Topic: Problem about self-disconnection of the Acquisition Server
Replies: 0
Views: 3885

Problem about self-disconnection of the Acquisition Server

Hi all, I explain my situation. I'm using the SSVEP online test scenario, and I send the results of the classification to a c++ code, and then the c++ program send that data to Simulink via udp protocol. It happens that when all these things run together (OpenViBE, Visual Studio with c++, Simulink),...
by roberto
Tue Jan 28, 2014 12:38 pm
Forum: Designer
Topic: A simple question about stimulus & signals in OpenViBE
Replies: 4
Views: 9354

Re: A simple question about stimulus & signals in OpenViBE

For the community: finally i found a very nice solution. To translate stimulus in signals you can use the Stream Switch box: you have in input your stimulus and whatever signal/streamed matrix, and then you can filter your outputs with DSP (simply transforming outputs in different constants). Hope t...
by roberto
Tue Jan 28, 2014 11:24 am
Forum: Designer
Topic: A simple question about stimulus & signals in OpenViBE
Replies: 4
Views: 9354

Re: A simple question about stimulus & signals in OpenViBE

Thank you so much for your reply.

Roberto
by roberto
Mon Jan 27, 2014 5:33 pm
Forum: Designer
Topic: A simple question about stimulus & signals in OpenViBE
Replies: 4
Views: 9354

A simple question about stimulus & signals in OpenViBE

I am involved in a simple issue: I would like to translate the stimulus output of the Classifier Processor Block in a signal. Any rapid solution to do it? I seemed it simple in theory, but practically I don't know how I could implement it. Es.: OVTK_StimulationId_Label_01 >>translate in>> constant s...
by roberto
Thu Jan 23, 2014 4:32 pm
Forum: Designer
Topic: SVM classifier: inputs, outputs and parameters
Replies: 3
Views: 6011

Re: SVM classifier: inputs, outputs and parameters

Fabien thank you so much for you very clear reply.

Soon I will try that implementation and I'll post the results.

Thanks,

regards,

Roberto
by roberto
Wed Jan 22, 2014 2:00 pm
Forum: Designer
Topic: VRPN : Sending data from OpenViBE to an external ap
Replies: 4
Views: 6188

Re: VRPN : Sending data from OpenViBE to an external ap

Finally I find the solution! For the community, regards to what I wrote in the previous posts: - Simply I add the file vrpn.lib (that is in pc_win32>Debug in the directory downlaoded from here: http://www.cs.unc.edu/Research/vrpn/obtaining_vrpn.html) in [right click on Visual Studio Project]>propert...
by roberto
Wed Jan 22, 2014 11:35 am
Forum: Designer
Topic: VRPN : Sending data from OpenViBE to an external ap
Replies: 4
Views: 6188

Re: VRPN : Sending data from OpenViBE to an external ap

Thank you so much for your reply. You can get a compiled vrpn that openvibe uses by running win32-install_dependencies.exe from scripts/ in the openvibe source archive. vrpn will be found afterwards under dependencies/. Are you able to give me some clearer guidance about how to do that (that is not ...
by roberto
Tue Jan 21, 2014 7:21 pm
Forum: Designer
Topic: VRPN : Sending data from OpenViBE to an external ap
Replies: 4
Views: 6188

Re: VRPN : Sending data from OpenViBE to an external ap

I have understood that the problem is in these two strings of the c++ code fo the tutorial:

VRPNButton = new vrpn_Button_Remote( "openvibe_vrpn_button@localhost" );

VRPNAnalog = new vrpn_Analog_Remote( "openvibe_vrpn_analog@localhost" );

Why? :-(
by roberto
Tue Jan 21, 2014 4:35 pm
Forum: Designer
Topic: VRPN : Sending data from OpenViBE to an external ap
Replies: 4
Views: 6188

VRPN : Sending data from OpenViBE to an external ap

Hi all, I am trying to follow this tutorial http://openvibe.inria.fr/vrpn-tutorial-sending-data-from-openvibe-to-an-external-application/ I use Visual Studio 2012 to launch the vrpn-applicacion.cpp , and I added the path to the directory with the header files that I downladed here http://www.cs.unc....
by roberto
Fri Jan 17, 2014 6:11 pm
Forum: Designer
Topic: SVM classifier: inputs, outputs and parameters
Replies: 3
Views: 6011

Re: SVM classifier: inputs, outputs and parameters

Nobody that could help me?

Thanks,

Roberto
by roberto
Thu Jan 16, 2014 7:48 pm
Forum: Designer
Topic: SVM classifier: inputs, outputs and parameters
Replies: 3
Views: 6011

SVM classifier: inputs, outputs and parameters

Hi, here http://openvibe.inria.fr/forum/viewtopic.php?f=17&t=9239&view=next I told that I am using the SSVEP scenario with the SVM classifier instead of the LDA. I have two questions: 1. How in OpenViBE I can normalize the inputs of the SVM classifier? Someone suggested me to use the univariate stat...
by roberto
Wed Jan 15, 2014 3:53 pm
Forum: Scenarios and BCI design
Topic: SSVEP: problem with the SVM classifier
Replies: 4
Views: 5428

Re: SSVEP: problem with the SVM classifier

Hi, I am sorry, in reality I am confused. The output of the classifier processor used as a SVM classifier, is a stimulus that rappresent the label of the classification result. It is not a signal between 0 and 1; Am I wrong? And Fabien, could you are more specific with the example of an implemeted n...
by roberto
Wed Jan 15, 2014 2:22 pm
Forum: Scenarios and BCI design
Topic: SSVEP: problem with the SVM classifier
Replies: 4
Views: 5428

Re: SSVEP: problem with the SVM classifier

Jussi and Fabien, thank you so much for your help!

I will let you know the results that I will get.

Roberto
by roberto
Tue Jan 14, 2014 8:13 pm
Forum: Scenarios and BCI design
Topic: SSVEP: problem with the SVM classifier
Replies: 4
Views: 5428

SSVEP: problem with the SVM classifier

Hello, I am using the ssvep scenario (with Emotiv Epoc device), and I wanted to change the LDA classifier with a SVM classifier. I have some doubts/problems: 1. I read that with SVM classifier I have to shift the inputs of the Classifier trainer block by -0.5. I have not very clear this point, it is...
by roberto
Tue Jan 14, 2014 3:16 pm
Forum: Scenarios and BCI design
Topic: communication OPENViBE / Simulink for robotic hand control
Replies: 2
Views: 4143

Re: communication OPENViBE / Simulink for robotic hand contr

Any suggest?

Thanks for any help.

Roberto