How to build BCI online?

Post Reply
trung05101
Posts: 17
Joined: Tue Feb 21, 2012 9:26 am
Location: viet nam

How to build BCI online?

Post by trung05101 »

hi everyone.
I have a Ative two system. I want to build BCI online, but I don't know what to do?
Please help me?

Coen
Site Admin
Posts: 1124
Joined: Fri Mar 26, 2004 7:00 pm
Location: Amsterdam, Netherlands
Contact:

Post by Coen »

Please proceed as follows:

1) Purchase the book http://www.labviewforeveryone.com/wiki/Main_Page , study it carefully, and make sure you perform the exercises in the book seriously.

2) Install LabVIEW 8.6.1 or higher on your acquisition PC.

3) Download the example files from http://www.biosemi.com/download/BCI_Development_kit.zip

4) Open the Virtual Instrument ActiView700-Light-Rev4.vi and study the diagram (source code)

5) Open the Virtual Instrument ActiView701-Lores.vi, and study the diagram (source code)

6) Use either ActiView700-Light-Rev4.vi or ActiView701-Lores.vi as the basis for your BCI program. Modify the LabVIEW code as required for your BCI application.

7) Optimize the online response time of your BCI application by using the STRIDE function calls (controls the package size of the USB transfer). Open ActiView700-Light-Stride-Rev4.vi, study the code. Sent triggers to Trigger Input1, and monitor the delay to Trigger Output 1 with various STRIDE settings.

8 ) Include the STRIDE functions in your BCI program and fine tune as required. Low STRIDE values provide minimal delay at the cost of increased processor load. Find the optimal trade-off for your application.

Best regards, Coen (BioSemi)

trung05101
Posts: 17
Joined: Tue Feb 21, 2012 9:26 am
Location: viet nam

Post by trung05101 »

Thanks.

Post Reply