Search found 42 matches

by chantrip
Fri Jan 06, 2012 9:46 am
Forum: Designer
Topic: OVTK_StimulationId_Train in p300-speller-3-train-classifier
Replies: 3
Views: 4697

OVTK_StimulationId_Train in p300-speller-3-train-classifier

Dear Openvibe team In the file p300-speller-3-train-classifier.xml, from my understanding, the classifier training starts when the box 'classifier trainer' receives the OVTK_StimulationId_Train stimulation. Could you please tell me which box sends this stimulation? I checked the box 'Lua Stimulator'...
by chantrip
Fri Jan 06, 2012 9:40 am
Forum: Designer
Topic: OpenViBE::uint64 representation
Replies: 2
Views: 2882

Re: OpenViBE::uint64 representation

Thank you very much for your answer. That's really helpful :).

-Jim
by chantrip
Wed Jan 04, 2012 2:53 pm
Forum: Designer
Topic: OpenViBE::uint64 representation
Replies: 2
Views: 2882

OpenViBE::uint64 representation

Dear Openvibe team From the code uint64 l_ui64CurrentTimeInRepetition=l_ui64CurrentTimeInTrial%(m_ui64RepetitionDuration+m_ui64InterRepetitionDuration); from file ovpCBoxAlgorithmP300SpellerStimulator.cpp, when I tried to print out the time using cout>>l_ui64CurrentTimeInRepetition, it shows the tim...
by chantrip
Tue Dec 20, 2011 9:17 am
Forum: Designer
Topic: voltage range and scroll bar
Replies: 1
Views: 2619

voltage range and scroll bar

Dear Openvibe I'm using EMOTIV EPOC headset working on p300-xDAWN speller on Windows XP. I would like to ask 2 questions: 1. I tried to export the processed signal from Openvibe using 'File Writer' in .csv format. What's the unit of the output signal? Normally, p300 voltage is in the range of micro-...
by chantrip
Tue Dec 13, 2011 5:34 am
Forum: Designer
Topic: problem with CSV output
Replies: 3
Views: 4915

Re: problem with CSV output

Dear Laurent Thank you very much for your reply. According to the quote If you are using openvibe from sources, you can try it right now , do I have to download openvibe-0.12.0-svn3107-src.zip and reinstall everything again? Also, is ' CSV writer' ok with other file types e.g. 'Feature vector' or 'S...
by chantrip
Fri Dec 02, 2011 5:48 am
Forum: Designer
Topic: global variables
Replies: 1
Views: 2803

global variables

Dear Openvibe I want to create global variables that can be accessed from several boxes. Can we do this by defining ' int global_x ' in ovp_global_defines.h? For example, in P300-speller-xDAWN, if I set ' int global_x = 2' in ovp_global_defines.h, then the box ' P300SpellerStimulator ' and the box '...
by chantrip
Thu Nov 24, 2011 2:08 am
Forum: Designer
Topic: Add more settings in the existing box
Replies: 2
Views: 3236

Re: Add more settings in the existing box

Hi Laurent

Thanks a lot for your help. Somehow, I saw the 'update' and didn't drag the new one from the menu and that's why it didn't work at first :oops:.

-Jim
by chantrip
Wed Nov 23, 2011 7:22 am
Forum: Designer
Topic: Add more settings in the existing box
Replies: 2
Views: 3236

Add more settings in the existing box

Hi I would like to add more settings to the existing box. For example, in the box 'P300 Speller Visualization', there are 15 settings starting from 'interface filename' to 'Selected font size'. I tried to add additional setting using 'rBoxAlgorithmPrototype.addSetting' in the file 'ovpCBoxAlgorithmP...
by chantrip
Wed Nov 09, 2011 9:47 am
Forum: Designer
Topic: problem with CSV output
Replies: 3
Views: 4915

problem with CSV output

Hi I use Openvibe-0.12.0-svn3107-src with EPOC headset on Windows XP. I am about to export the output data in CSV format. From the link http://openvibe.inria.fr/documentation/unstable/Doc_BoxAlgorithm_CSVFileWriter.html#Doc_BoxAlgorithm_CSVFileWriter_Miscellaneous , there are 3 types of data I can e...
by chantrip
Tue Oct 11, 2011 8:58 am
Forum: Designer
Topic: P300 speller: Modify how the alphabets flash
Replies: 14
Views: 18833

Re: P300 speller: Modify how the alphabets flash

Hello I'd like to thank you karthiks and jlegeny for their helpful comments. I'm now able to compile the script using win32-build.cmd :) . I have a couple of questions to ask: 1) From a file 'ovpCBoxAlgorithmP300SpellerStimulator.cpp' at line#315, when we append the stimulation using l_oStimulationS...
by chantrip
Tue Oct 04, 2011 8:13 am
Forum: Designer
Topic: P300 speller: Modify how the alphabets flash
Replies: 14
Views: 18833

Re: P300 speller: Modify how the alphabets flash

Hi again Thank you very much for your previous response. It was very helpful. From the quote If you have a specific file that you keep editing and you just need to compile that part of openvibe, edit the win32-init_env_command.cmd file in any text editor you have. Just REM out the parts you don't wa...
by chantrip
Mon Oct 03, 2011 12:20 pm
Forum: Designer
Topic: P300 speller: Modify how the alphabets flash
Replies: 14
Views: 18833

Re: P300 speller: Modify how the alphabets flash

I'm sorry but I have another question again :(. From the quote chantrip wrote: 3. I've modified some parts of the file ovpCBoxAlgorithmP300SpellerVisualisation.cpp and would like to test the results. Could you please tell me how to compile and link it with the main file? I use CodeBlocks http://www....
by chantrip
Mon Oct 03, 2011 9:30 am
Forum: Designer
Topic: P300 speller: Modify how the alphabets flash
Replies: 14
Views: 18833

Re: P300 speller: Modify how the alphabets flash

Hi Thank you very much for your information. I'm still studying how the stimulation program works. From my understanding, a file 'ovpCBoxAlgorithmP300SpellerStimulator.cpp' generates a random sequence through a function generate_sequence(void) (line#388) and store them in 2 arrays m_vRow and m_vCCol...
by chantrip
Wed Sep 28, 2011 2:19 pm
Forum: Designer
Topic: P300 speller: Modify how the alphabets flash
Replies: 14
Views: 18833

Re: P300 speller: Modify how the alphabets flash

Thank you very much Jozef for your help. It seems the only way for me now is to study the code line by line :s.

I'm checking the file ovpCBoxAlgorithmP300SpellerStimulator.h. Could you please elaborate the state 'State_RepetitionRest' and 'State_TrialRest'?

Thank you very much

-Jim
by chantrip
Mon Sep 26, 2011 1:52 pm
Forum: Designer
Topic: P300 speller: Modify how the alphabets flash
Replies: 14
Views: 18833

P300 speller: Modify how the alphabets flash

Hi I tried to modify the stimulation pattern according to the post http://openvibe.inria.fr/forum/viewtopic.php?f=6&t=566 and would like to ask for your help as follows. 1. I'd like to create a new flashing pattern using random variables. Does it have to do with 'op_pSequenceStimulationSet' in the l...