Search found 1190 matches
- 23 Dec 2022, 10:55
- Forum: Known Issues
- Topic: Need help connecting via LSL
- Replies: 5
- Views: 132
Re: Need help connecting via LSL
It seems that the source module is unable to make a connection to the OpenBCI stream. It looks for a stream of type "EEG" which seems not to be available. Did you compile BCI2000 yourself? If so, you might update to the latest version of the SVN source tree, and recompile. This will give y...
- 19 Dec 2022, 08:07
- Forum: Known Issues
- Topic: Need help connecting via LSL
- Replies: 5
- Views: 132
Re: Need help connecting via LSL
Hi, our expert is on vacation, so I will try to help you with this. If you have a moving line, this means that data is coming in. If no signal is visible, two possibilities exist: 1) there is NaN data coming in, 2) the data has a large offset. To see what is the case, please right-click on the displ...
- 30 Jun 2022, 11:54
- Forum: Configuration
- Topic: BCI2000 with Nautilus
- Replies: 2
- Views: 631
Re: BCI2000 with Nautilus
Hi, you should be following instructions from here:
https://www.bci2000.org/mediawiki/index ... :gNautilus
There is a DeviceIDs parameter, which should be set to "auto" , and a DeviceIDMaster parameter, which should be set to "auto" as well.
https://www.bci2000.org/mediawiki/index ... :gNautilus
There is a DeviceIDs parameter, which should be set to "auto" , and a DeviceIDMaster parameter, which should be set to "auto" as well.
- 22 Jun 2022, 07:53
- Forum: Configuration
- Topic: Display image icon in "Text to Spell" Box on P300 Speller
- Replies: 1
- Views: 317
Re: Display image icon in "Text to Spell" Box on P300 Speller
Hi,
unfortunately, there is no way to display icons in the "Text to spell" box, sorry.
-Juergen
unfortunately, there is no way to display icons in the "Text to spell" box, sorry.
-Juergen
- 21 Jun 2022, 15:37
- Forum: Configuration
- Topic: including resting data with recording
- Replies: 1
- Views: 306
Re: including resting data with recording
Hi, BCI2000 will record data for all values of TargetCode, it is not possible to restrict recording to certain values of that. If you feel you are missing data, you may have got the SamplingRate wrong when considering the number of samples? Apart from that, I have difficulties understanding what you...
- 20 Apr 2022, 11:22
- Forum: BCI Systems - General
- Topic: Problem with P300 Speller Task with Emotiv Flex
- Replies: 7
- Views: 1523
Re: Problem with P300 Speller Task with Emotiv Flex
In the meantime, I found out that there is an error in the batch file. In P3Speller_LSLSource.bat, replace "DummySignalProcessing" with "P3SignalProcessing".
- 20 Apr 2022, 11:19
- Forum: Known Issues
- Topic: P300 calibration - text not advancing
- Replies: 5
- Views: 2248
Re: P300 calibration - text not advancing
There is an error in the batch file. Replace "DummySignalProcessing" with "P3SignalProcessing", and it should work.
- 20 Apr 2022, 10:26
- Forum: BCI Systems - General
- Topic: Problem with P300 Speller Task with Emotiv Flex
- Replies: 7
- Views: 1523
Re: Problem with P300 Speller Task with Emotiv Flex
Try
Code: Select all
.\P3Speller.exe --version
- 20 Apr 2022, 10:20
- Forum: Known Issues
- Topic: P300 calibration - text not advancing
- Replies: 5
- Views: 2248
Re: P300 calibration - text not advancing
Hi, can you post the contents of the batch file you are using?
Thanks,
Jürgen
Thanks,
Jürgen
- 20 Apr 2022, 10:18
- Forum: BCI Systems - General
- Topic: P300 Speller Task not working
- Replies: 3
- Views: 644
Re: P300 Speller Task not working
Hi, can you post the content of the batch file you are using?
- 12 Apr 2022, 08:57
- Forum: BCI Systems - General
- Topic: Problem with P300 Speller Task with Emotiv Flex
- Replies: 7
- Views: 1523
Re: Problem with P300 Speller Task with Emotiv Flex
Hi, for an introduction how to use BCI2000 (and how to locate and modify parameters), please see this wiki page: https://www.bci2000.org/mediawiki/index.php/User_Tutorial:BCI2000_Tour The EpochsToAverage parameter is on the "Filtering" tab. It is strange that the P300 Classifier program do...
- 07 Apr 2022, 08:15
- Forum: BCI Systems - General
- Topic: Problem with P300 Speller Task with Emotiv Flex
- Replies: 7
- Views: 1523
Re: Problem with P300 Speller Task with Emotiv Flex
There are multiple possibilities why this may happen. 1) The NumberOfSequences parameter is set to a different value than EpochsToAverage parameter. 2) You have specified the <PAUSE> command for a letter contained in your text. For more information about the P3SpellerTask, see https://www.bci2000.or...
- 31 Mar 2022, 12:03
- Forum: BCI Systems - General
- Topic: P300 Speller Task not working
- Replies: 3
- Views: 644
Re: P300 Speller Task not working
There are multiple possibilities why this may happen. 1) The NumberOfSequences parameter is set to a different value than EpochsToAverage parameter. 2) You have specified the <PAUSE> command for a letter contained in your text. For more information about the P3SpellerTask, see https://www.bci2000.or...
- 23 Mar 2022, 15:39
- Forum: Configuration
- Topic: Micromed: Could not connect to operate module
- Replies: 1
- Views: 766
Re: Micromed: Could not connect to operate module
Hi, BCI2000 consists of a set of 4 modules that need to run in order to make up a working system. To start up BCI2000, use a batch file from /batch, or use the BCI2000 Launcher from the /tools folder. It is strongly recommended to read and follow the "Getting Started" tutorial document in ...
- 15 Feb 2022, 13:20
- Forum: BCI Systems - Signal Processing
- Topic: Include Laplacian in Offline Analysis
- Replies: 1
- Views: 1101
Re: Include Laplacian in Offline Analysis
Hi, the OfflineAnalysis tool actually includes a spatial filter, the optional Common Average Filter (CAR Filter). This is implemented in the carFilt.m file. In a first step, you may replace the call to carFilt() with a call to your own Laplacian filter function, and modify the GUI label to reflect t...