Jump to content

Contributions:EnobioADC: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
No edit summary
Line 1: Line 1:
==Synopsis==
==Synopsis==
An ADC module for the Enobio Sensor developed by Starlab Barcelona S.L.
An ADC module for the Enobio Sensor developed by Neuroelectrics
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of
* EEG (Electroencephalogram - brain activity)
* EEG (Electroencephalogram - brain activity)
Line 6: Line 6:
* EOG (Electrooculogram - eye movement)
* EOG (Electrooculogram - eye movement)
For a description of the ENOBIO sensor, please visit:
For a description of the ENOBIO sensor, please visit:
http://www.starlab.es/products/enobio
http://www.neuroelectrics.com/enobio


==Location==
==Location==
Line 15: Line 15:
===Author===
===Author===


Masayo Haneda, Programmer, Starlab Barcelona S.L.
Javier Acedo, Programmer, Starlab Barcelona S.L.
(masayo.haneda@starlab.es)
(javier.acedo@starlab.es)


Alejandro Riera, Tester, Starlab Barcelona S.L.
Alejandro Riera, Tester, Starlab Barcelona S.L.
Line 22: Line 22:


===Version History===
===Version History===
V1.0 11-03-2010: First version
V1.0 03-05-2013: First version


===Source Code Revisions===
===Source Code Revisions===
Line 34: Line 34:
Copy:
Copy:


*EnobioDLL.dll
*WinBluetoothAPI.dll
*ENOBIO.exe
*ENOBIO3G.exe
*ENOBIO3GAPI.dll
*QtCore4.dll


to the prog directory.
to the prog directory.
Line 42: Line 44:


===SourceCh===
===SourceCh===
The number of channels in ENOBIO current version is fixed to 4. This parameter should not be modified.
The number of channels in ENOBIO current version is fixed to 8. This parameter should not be modified.


===SampleBlockSize===
===SampleBlockSize===

Revision as of 09:58, 3 May 2013

Synopsis

An ADC module for the Enobio Sensor developed by Neuroelectrics ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of

  • EEG (Electroencephalogram - brain activity)
  • ECG (Electrocardiogram - heart activity) and
  • EOG (Electrooculogram - eye movement)

For a description of the ENOBIO sensor, please visit: http://www.neuroelectrics.com/enobio

Location

http://www.bci2000.org/svn/branches/3.0/src/contrib/SignalSource/Enobio

Versioning

Author

Javier Acedo, Programmer, Starlab Barcelona S.L. (javier.acedo@starlab.es)

Alejandro Riera, Tester, Starlab Barcelona S.L. (alejandro.riera@starlab.es)

Version History

V1.0 03-05-2013: First version

Source Code Revisions

  • Initial development: 2710
  • Tested under: 2710
  • Known to compile under: 2710
  • Broken since: --

Installation

Copy:

  • WinBluetoothAPI.dll
  • ENOBIO3G.exe
  • ENOBIO3GAPI.dll
  • QtCore4.dll

to the prog directory.

Parameters

SourceCh

The number of channels in ENOBIO current version is fixed to 8. This parameter should not be modified.

SampleBlockSize

SampleBlockSize is 25 by default. Any other value should work, except for 1.

SamplingRate

Sampling rate of ENOBIO is fixed to 250Hz. This parameter should not be modified.

SourceChOffset, SourceChGain

A SourceChOffset of 0, and a SourceChGain of 0.588 converts A/D units to microVolts.

States

None