Page 1 of 1
need help to config BCI 2000 with brain vision
Posted: 14 Oct 2010, 01:30
by faisalawan
Hi
Anyone how have ant knowledge how to configure BCI 2000 with Brain vision Product . I have EEG system of ....Brain vision product and using Brain Amp MR . I want to use BCI2000 with this system to analyse my online results for P300 paradigm.
thanks alot
regards
Faisal
Posted: 14 Oct 2010, 07:24
by mellinger
Faisal,
to use the BrainAmp MR with BCI2000, please follow these steps:
1) In the VisionRecorder program, under Configuration->Preferences->Remote Data Access, activate the "Remote Data Access" checkbox.
2) In BCI2000, set the RDAClient parameters as described at
http://www.bci2000.org/wiki/index.php/C ... Parameters
3) In the VisionRecorder program, click the "eye" symbol to display EEG traces.
4) In BCI2000, click "Set Config". You should now see EEG traces in the BCI2000 source signal window.
Best regards,
Juergen
Posted: 28 Nov 2010, 23:22
by faisal-awan
Thanks alot for ut help
Posted: 25 Jan 2011, 21:54
by faisal-awan
I couldn't understand the 2nd point . please help me in this .
i have follow the link .....the RDA source link ...where i found RDA get parm.Cpp
now please guide me what to do ?
Regards
Posted: 26 Jan 2011, 01:02
by faisal-awan
plz help me ..where i could find #include "Param.h" , and #include "ParamList.h ....
because when i starts my vision recorder program ..simultaneously with RDAgetparams.cpp .......give the error .. File not found!!
Best Regards
Posted: 28 Jan 2011, 09:06
by mellinger
You need to use BCI2000 with the RDAClient source module, which can be found in the prog directory. You will need to create a modified batch file in the batch directory. Make a copy of the batch file that you use to start up BCI2000, and replace the entry for the source module with "RDAClient.exe". When starting BCI2000 from that batch file, you will find the parameters mentioned in step 2) above.
Best regards,
Juergen
Posted: 01 Feb 2011, 06:15
by faisal-awan
thanks for the reply .
Sir , in batch directory i donot find any amplifer .As i want to use it with brain vision amplifier . How i select one of the batch to modify ow which one ? . Is there any specific file ?
Also let me know the procedure of modifying if i am using for P300 signal aquisition. and Analysis.
Please guide me in this regard.
Posted: 02 Feb 2011, 10:34
by mellinger
*In the batch directory, make a copy of the file P3Speller_SignalGenerator.bat.
*Rename the file to P3Speller_RDAClient.bat.
*Open the file P3Speller_RDAClient.bat with a text editor.
*Replace "SignalGenerator.exe" with "RDAClient.exe".
*Close the editor.
*Double-click P3Speller_RDAClient.bat to start BCI2000 with the RDAClient source module.