Page 1 of 1

EEG Data Acquisition from LABNIRS using BCI2000

Posted: 29 Oct 2013, 12:55
by saimrasheed
Hi,

Can we record EEG data from LABNIRS machine (http_nospam_www.shimadzu.com/an/lifescience/imaging/nirs/nirs_top.html) using BCI2000?
If there is any module already exists, please let me know, otherwise, please help, if there is any possibility of writing such module ? How to get start with it?

Re: EEG Data Acquisition from LABNIRS using BCI2000

Posted: 30 Oct 2013, 15:11
by mellinger
Hi,

currently, there is no LABNIRS source module available.
Useful information about how to write BCI2000 components in general, is available here:
http://www.bci2000.org/wiki/index.php/P ... tart_Guide

Once you have some idea about how to write a BCI2000 filter, you will find more specific information about data acquisition components (which are just a special type of filter as well) here:
http://www.bci2000.org/wiki/index.php/P ... ion_Module

Typically, your source module will interface to a library provided by the amplifier's manufacturer. When getting linker errors, you will need to add the proper .lib file to the list of source files in your source module's CMakeLists.txt.

HTH,
Juergen

Re: EEG Data Acquisition from LABNIRS using BCI2000

Posted: 04 Nov 2013, 05:01
by saimrasheed
Ok. Thank you Juergen.

Saim