Search found 8 matches

by dragouns
Thu Jul 19, 2018 8:30 am
Forum: Box and application development
Topic: Display a new box
Replies: 5
Views: 12067

Re: Display a new box

Hello, I'm running on Windows 10 with OpenVibe 2.0 and Visual Studio community 2013. I followed all the steps you've listed bellow, and I still can't see the boxes in the designer... Also, when I add the following lines : OVP_Declare_Begin()    printf("Hello I AM HERE!\n"); OVP_Declare_End() Anythin...
by dragouns
Tue Jul 17, 2018 2:03 pm
Forum: Acquisition server and drivers
Topic: using the Emotiv with openvibe
Replies: 52
Views: 65477

Re: using the Emotiv with openvibe

hello, Just, have you seen the new from the emotive gitub, they say the skd will be close by December 2018. It seems that the sdk will change again, so it will again be necessary to change the openvibe driver... This is really the worst investment I have made this emotiv epoc+... https://github.com/...
by dragouns
Thu Jul 12, 2018 9:50 am
Forum: Box and application development
Topic: Display a new box
Replies: 5
Views: 12067

Re: Display a new box

Any news ?
by dragouns
Thu Jul 05, 2018 8:36 am
Forum: Box and application development
Topic: Display a new box
Replies: 5
Views: 12067

Re: Display a new box

Hello,  I was following the tutorial (http://openvibe.inria.fr/tutorial-1-implementing-a-signal-processing-box/) to create a new box. As I said in my previous message, I am using OpenVibe 2.0. Is this tutorial made also for OpenVibe 2.0 or only for OpenVibe 1.X ?  I am still looking for a way to imp...
by dragouns
Wed Jul 04, 2018 1:09 pm
Forum: Box and application development
Topic: Display a new box
Replies: 5
Views: 12067

Display a new box

Hello every one,  I followed the tutorial (http://openvibe.inria.fr/tutorial-1-implementing-a-signal-processing-box/) to create a new box. I am using Openvibe 2.0.* I  generated the 2 files (ovpCBoxAlgorithmSignalFlattener.cpp and ovpCBoxAlgorithmSignalFlattener.h) and I’ve added the include in the ...
by dragouns
Mon Jul 02, 2018 9:14 am
Forum: Boxes
Topic: Windowing and Time Based Epoching
Replies: 4
Views: 4249

Re: Windowing and Time Based Epoching

Thanks a lot,

I try to make a graph of the power of the different types of waves as a function of time. I thought I was averaging the fft powers so I was wondering if I should place a hanning window between epoching and spectral analysis.
Anyway, thank you very much for your very quick answers.
by dragouns
Mon Jul 02, 2018 8:41 am
Forum: Boxes
Topic: Windowing and Time Based Epoching
Replies: 4
Views: 4249

Re: Windowing and Time Based Epoching

Hi and thanks for your answer, Actually I've already read a lot of doc about windowing and epoching, what I don't understand is if the two functions are independent or complementary. Because I understand that windowing is used for edge artifacts. So if I want to do a good treatment before doing a sp...
by dragouns
Fri Jun 29, 2018 9:56 am
Forum: Boxes
Topic: Windowing and Time Based Epoching
Replies: 4
Views: 4249

Windowing and Time Based Epoching

Hi, everybody, I have a question about two plugins: windowing and time based epoching. As I understand it, but it doesn't look like it, hanning windowing for example allows to work on a finished signal in time and epoching allows to cut the signal in time. So I don't understand why some examples use...