<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bci2000.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gruffini</id>
	<title>BCI2000 Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.bci2000.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gruffini"/>
	<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php/Special:Contributions/Gruffini"/>
	<updated>2026-06-09T08:47:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7197</id>
		<title>Contributions:EnobioADC</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7197"/>
		<updated>2013-05-03T11:20:00Z</updated>

		<summary type="html">&lt;p&gt;Gruffini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
An ADC module for the Enobio Sensor developed by Neuroelectrics. &lt;br /&gt;
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of&lt;br /&gt;
* EEG (Electroencephalogram - brain activity)&lt;br /&gt;
* ECG (Electrocardiogram - heart activity) and&lt;br /&gt;
* EOG (Electrooculogram - eye movement)&lt;br /&gt;
For a description of the ENOBIO sensor, please visit:&lt;br /&gt;
http://www.neuroelectrics.com/enobio&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio3G&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
&lt;br /&gt;
===Author===&lt;br /&gt;
&lt;br /&gt;
Javier Acedo, Programmer, Starlab Barcelona S.L.&lt;br /&gt;
(javier.acedo@starlab.es)&lt;br /&gt;
&lt;br /&gt;
Alejandro Riera, Tester, Starlab Barcelona S.L.&lt;br /&gt;
(alejandro.riera@starlab.es)&lt;br /&gt;
&lt;br /&gt;
===Version History===&lt;br /&gt;
V1.0 03-05-2013: First version&lt;br /&gt;
&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
&lt;br /&gt;
*Initial development: 4433&lt;br /&gt;
*Tested under: 4433&lt;br /&gt;
*Known to compile under: 4433&lt;br /&gt;
*Broken since: --&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy:&lt;br /&gt;
&lt;br /&gt;
*ENOBIO3G.exe&lt;br /&gt;
*ENOBIO3GAPI.dll&lt;br /&gt;
*QtCore4.dll&lt;br /&gt;
*WinBluetoothAPI.dll&lt;br /&gt;
&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
===SourceCh=== &lt;br /&gt;
Indicates the number of Enobio channels to be acquired. Maximum value is 8.&lt;br /&gt;
&lt;br /&gt;
===SampleBlockSize=== &lt;br /&gt;
Number of samples transmitted at a time. SampleBlockSize is 30 by default.&lt;br /&gt;
&lt;br /&gt;
===SamplingRate=== &lt;br /&gt;
Number of samples per second recorded for each channel. Fixed value to 500.&lt;br /&gt;
&lt;br /&gt;
===SourceChOffset, SourceChGain===&lt;br /&gt;
A SourceChOffset of 0, and a SourceChGain of 0.001 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===ChannelNames===&lt;br /&gt;
list of channel names&lt;br /&gt;
&lt;br /&gt;
===BluetoothMac=== &lt;br /&gt;
Enobio device Bluetooth MAC address 00:07:80:XX:XX:XX (look at the back of your Enobio device to get yours)&lt;br /&gt;
&lt;br /&gt;
===EEGChList=== &lt;br /&gt;
List of physical channel indices of the EEG channels in use.&lt;br /&gt;
&lt;br /&gt;
===TriggerChList=== &lt;br /&gt;
List of one-bit trigger channels to append to the end or a single 0 to acquire all trigger channels as a single 16-bit channel.&lt;br /&gt;
&lt;br /&gt;
===NotchFilter=== &lt;br /&gt;
Filter to remove the influence of the power line noise. Set to 50Hz in Europe or 60Hz in America.&lt;br /&gt;
&lt;br /&gt;
===HighPassFilter=== &lt;br /&gt;
Filter to remove the signal drift and/or low frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===LowPassFilter=== &lt;br /&gt;
Filter to remove high frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===AllignChannels=== &lt;br /&gt;
Bit indicating if channels shall be aligned in time. As default set as true (1).&lt;br /&gt;
&lt;br /&gt;
===SourceChTimeOffset=== &lt;br /&gt;
Fixed delay of the incoming signal. Empty as default.&lt;br /&gt;
&lt;br /&gt;
===TransmitChList=== &lt;br /&gt;
List of the channels to take part in the preprocessing stage.&lt;br /&gt;
&lt;br /&gt;
==Old Enobio Generation==&lt;br /&gt;
&lt;br /&gt;
BCI 2000 also supports old generation Enobio. A wearable, modular and wireless 4 channels electrophysiology for measuring EEG, ECG and EOG.&lt;br /&gt;
&lt;br /&gt;
===Location===&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
Copy:&lt;br /&gt;
*ENOBIO.exe&lt;br /&gt;
*EnobioDLL.dll&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
SourceCh :Indicates the number of Enobio channels. Fixed value to 4.&amp;lt;br&amp;gt; &lt;br /&gt;
SampleBlockSize: Number of samples transmitted at a time. SampleBlockSize is 25 by default.&amp;lt;br&amp;gt; &lt;br /&gt;
SamplingRate: Number of samples per second recorded for each channel. Fixed value to 250.&amp;lt;br&amp;gt; &lt;br /&gt;
SourceChOffset, SourceChGain: A SourceChOffset of 0, and a SourceChGain of 0.058 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===Compiling Old Enobio Version===&lt;br /&gt;
&lt;br /&gt;
To compile old Enobio generation it is necessary to edit the CMakeLists.txt file located in http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio&amp;lt;br&amp;gt; &lt;br /&gt;
It is necessary to comment the line ADD_SUBDIRECTORY( Enobio3G ) and uncomment ADD_SUBDIRECTORY( Enobio )&lt;/div&gt;</summary>
		<author><name>Gruffini</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7196</id>
		<title>Contributions:EnobioADC</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7196"/>
		<updated>2013-05-03T11:18:46Z</updated>

		<summary type="html">&lt;p&gt;Gruffini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
An ADC module for the Enobio Sensor developed by Neuroelectrics. &lt;br /&gt;
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of&lt;br /&gt;
* EEG (Electroencephalogram - brain activity)&lt;br /&gt;
* ECG (Electrocardiogram - heart activity) and&lt;br /&gt;
* EOG (Electrooculogram - eye movement)&lt;br /&gt;
For a description of the ENOBIO sensor, please visit:&lt;br /&gt;
http://www.neuroelectrics.com/enobio&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio3G&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
&lt;br /&gt;
===Author===&lt;br /&gt;
&lt;br /&gt;
Javier Acedo, Programmer, Starlab Barcelona S.L.&lt;br /&gt;
(javier.acedo@starlab.es)&lt;br /&gt;
&lt;br /&gt;
Alejandro Riera, Tester, Starlab Barcelona S.L.&lt;br /&gt;
(alejandro.riera@starlab.es)&lt;br /&gt;
&lt;br /&gt;
===Version History===&lt;br /&gt;
V1.0 03-05-2013: First version&lt;br /&gt;
&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
&lt;br /&gt;
*Initial development: 2710&lt;br /&gt;
*Tested under: 2710&lt;br /&gt;
*Known to compile under: 2710&lt;br /&gt;
*Broken since: --&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy:&lt;br /&gt;
&lt;br /&gt;
*ENOBIO3G.exe&lt;br /&gt;
*ENOBIO3GAPI.dll&lt;br /&gt;
*QtCore4.dll&lt;br /&gt;
*WinBluetoothAPI.dll&lt;br /&gt;
&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
===SourceCh=== &lt;br /&gt;
Indicates the number of Enobio channels to be acquired. Maximum value is 8.&lt;br /&gt;
&lt;br /&gt;
===SampleBlockSize=== &lt;br /&gt;
Number of samples transmitted at a time. SampleBlockSize is 30 by default.&lt;br /&gt;
&lt;br /&gt;
===SamplingRate=== &lt;br /&gt;
Number of samples per second recorded for each channel. Fixed value to 500.&lt;br /&gt;
&lt;br /&gt;
===SourceChOffset, SourceChGain===&lt;br /&gt;
A SourceChOffset of 0, and a SourceChGain of 0.001 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===ChannelNames===&lt;br /&gt;
list of channel names&lt;br /&gt;
&lt;br /&gt;
===BluetoothMac=== &lt;br /&gt;
Enobio device Bluetooth MAC address 00:07:80:XX:XX:XX (look at the back of your Enobio device to get yours)&lt;br /&gt;
&lt;br /&gt;
===EEGChList=== &lt;br /&gt;
List of physical channel indices of the EEG channels in use.&lt;br /&gt;
&lt;br /&gt;
===TriggerChList=== &lt;br /&gt;
List of one-bit trigger channels to append to the end or a single 0 to acquire all trigger channels as a single 16-bit channel.&lt;br /&gt;
&lt;br /&gt;
===NotchFilter=== &lt;br /&gt;
Filter to remove the influence of the power line noise. Set to 50Hz in Europe or 60Hz in America.&lt;br /&gt;
&lt;br /&gt;
===HighPassFilter=== &lt;br /&gt;
Filter to remove the signal drift and/or low frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===LowPassFilter=== &lt;br /&gt;
Filter to remove high frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===AllignChannels=== &lt;br /&gt;
Bit indicating if channels shall be aligned in time. As default set as true (1).&lt;br /&gt;
&lt;br /&gt;
===SourceChTimeOffset=== &lt;br /&gt;
Fixed delay of the incoming signal. Empty as default.&lt;br /&gt;
&lt;br /&gt;
===TransmitChList=== &lt;br /&gt;
List of the channels to take part in the preprocessing stage.&lt;br /&gt;
&lt;br /&gt;
==Old Enobio Generation==&lt;br /&gt;
&lt;br /&gt;
BCI 2000 also supports old generation Enobio. A wearable, modular and wireless 4 channels electrophysiology for measuring EEG, ECG and EOG.&lt;br /&gt;
&lt;br /&gt;
===Location===&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
Copy:&lt;br /&gt;
*ENOBIO.exe&lt;br /&gt;
*EnobioDLL.dll&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
SourceCh :Indicates the number of Enobio channels. Fixed value to 4.&amp;lt;br&amp;gt; &lt;br /&gt;
SampleBlockSize: Number of samples transmitted at a time. SampleBlockSize is 25 by default.&amp;lt;br&amp;gt; &lt;br /&gt;
SamplingRate: Number of samples per second recorded for each channel. Fixed value to 250.&amp;lt;br&amp;gt; &lt;br /&gt;
SourceChOffset, SourceChGain: A SourceChOffset of 0, and a SourceChGain of 0.058 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===Compiling Old Enobio Version===&lt;br /&gt;
&lt;br /&gt;
To compile old Enobio generation it is necessary to edit the CMakeLists.txt file located in http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio&amp;lt;br&amp;gt; &lt;br /&gt;
It is necessary to comment the line ADD_SUBDIRECTORY( Enobio3G ) and uncomment ADD_SUBDIRECTORY( Enobio )&lt;/div&gt;</summary>
		<author><name>Gruffini</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7195</id>
		<title>Contributions:EnobioADC</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7195"/>
		<updated>2013-05-03T11:17:39Z</updated>

		<summary type="html">&lt;p&gt;Gruffini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
An ADC module for the Enobio Sensor developed by Neuroelectrics. &lt;br /&gt;
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of&lt;br /&gt;
* EEG (Electroencephalogram - brain activity)&lt;br /&gt;
* ECG (Electrocardiogram - heart activity) and&lt;br /&gt;
* EOG (Electrooculogram - eye movement)&lt;br /&gt;
For a description of the ENOBIO sensor, please visit:&lt;br /&gt;
http://www.neuroelectrics.com/enobio&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio3G&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
&lt;br /&gt;
===Author===&lt;br /&gt;
&lt;br /&gt;
Javier Acedo, Programmer, Starlab Barcelona S.L.&lt;br /&gt;
(javier.acedo@starlab.es)&lt;br /&gt;
&lt;br /&gt;
Alejandro Riera, Tester, Starlab Barcelona S.L.&lt;br /&gt;
(alejandro.riera@starlab.es)&lt;br /&gt;
&lt;br /&gt;
===Version History===&lt;br /&gt;
V1.0 03-05-2013: First version&lt;br /&gt;
&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
&lt;br /&gt;
*Initial development: 2710&lt;br /&gt;
*Tested under: 2710&lt;br /&gt;
*Known to compile under: 2710&lt;br /&gt;
*Broken since: --&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy:&lt;br /&gt;
&lt;br /&gt;
*ENOBIO3G.exe&lt;br /&gt;
*ENOBIO3GAPI.dll&lt;br /&gt;
*QtCore4.dll&lt;br /&gt;
*WinBluetoothAPI.dll&lt;br /&gt;
&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
===SourceCh=== &lt;br /&gt;
Indicates the number of Enobio channels to be acquired. Maximum value is 8.&lt;br /&gt;
&lt;br /&gt;
===SampleBlockSize=== &lt;br /&gt;
Number of samples transmitted at a time. SampleBlockSize is 30 by default.&lt;br /&gt;
&lt;br /&gt;
===SamplingRate=== &lt;br /&gt;
Number of samples per second recorded for each channel. Fixed value to 500.&lt;br /&gt;
&lt;br /&gt;
===SourceChOffset, SourceChGain===&lt;br /&gt;
A SourceChOffset of 0, and a SourceChGain of 0.001 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===ChannelNames===&lt;br /&gt;
list of channel names&lt;br /&gt;
&lt;br /&gt;
===BluetoothMac=== &lt;br /&gt;
Enobio device Bluetooth MAC address 00:07:80:XX:XX:XX (look at the back of your Enobio device to get yours)&lt;br /&gt;
&lt;br /&gt;
===EEGChList=== &lt;br /&gt;
List of physical channel indices of the EEG channels in use.&lt;br /&gt;
&lt;br /&gt;
===TriggerChList=== &lt;br /&gt;
List of one-bit trigger channels to append to the end or a single 0 to acquire all trigger channels as a single 16-bit channel.&lt;br /&gt;
&lt;br /&gt;
===NotchFilter=== &lt;br /&gt;
Filter to remove the influence of the power line noise. Set to 50Hz in Europe or 60Hz in America.&lt;br /&gt;
&lt;br /&gt;
===HighPassFilter=== &lt;br /&gt;
Filter to remove the signal drift and/or low frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===LowPassFilter=== &lt;br /&gt;
Filter to remove high frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===AllignChannels=== &lt;br /&gt;
Bit indicating if channels shall be aligned in time. As default set as true (1).&lt;br /&gt;
&lt;br /&gt;
===SourceChTimeOffset=== &lt;br /&gt;
Fixed delay of the incoming signal. Empty as default.&lt;br /&gt;
&lt;br /&gt;
===TransmitChList=== &lt;br /&gt;
List of the channels to take part in the preprocessing stage.&lt;br /&gt;
&lt;br /&gt;
==Old Enobio Generation==&lt;br /&gt;
&lt;br /&gt;
BCI 2000 also supports old generation Enobio. A wearable, modular and wireless 4 channels electrophysiology for measuring EEG, ECG and EOG.&lt;br /&gt;
&lt;br /&gt;
===Location===&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
Copy:&lt;br /&gt;
*ENOBIO.exe&lt;br /&gt;
*EnobioDLL.dll&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
SourceCh :Indicates the number of Enobio channels. Fixed value to 4.&amp;lt;br&amp;gt; &lt;br /&gt;
SampleBlockSize: Number of samples transmitted at a time. SampleBlockSize is 25 by default.&amp;lt;br&amp;gt; &lt;br /&gt;
SamplingRate: Number of samples per second recorded for each channel. Fixed value to 250.&amp;lt;br&amp;gt; &lt;br /&gt;
SourceChOffset, SourceChGain: A SourceChOffset of 0, and a SourceChGain of 0.058 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===Compiling Old Enobio Version===&lt;br /&gt;
&lt;br /&gt;
To compile old Enobio generation it is necessary to edit the CMakeLists.txt file located in http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio commenting &lt;br /&gt;
ADD_SUBDIRECTORY( Enobio ) and uncommenting ADD_SUBDIRECTORY( Enobio3G )&lt;/div&gt;</summary>
		<author><name>Gruffini</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7194</id>
		<title>Contributions:EnobioADC</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7194"/>
		<updated>2013-05-03T11:16:49Z</updated>

		<summary type="html">&lt;p&gt;Gruffini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
An ADC module for the Enobio Sensor developed by Neuroelectrics. &lt;br /&gt;
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of&lt;br /&gt;
* EEG (Electroencephalogram - brain activity)&lt;br /&gt;
* ECG (Electrocardiogram - heart activity) and&lt;br /&gt;
* EOG (Electrooculogram - eye movement)&lt;br /&gt;
For a description of the ENOBIO sensor, please visit:&lt;br /&gt;
http://www.neuroelectrics.com/enobio&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio3G&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
&lt;br /&gt;
===Author===&lt;br /&gt;
&lt;br /&gt;
Javier Acedo, Programmer, Starlab Barcelona S.L.&lt;br /&gt;
(javier.acedo@starlab.es)&lt;br /&gt;
&lt;br /&gt;
Alejandro Riera, Tester, Starlab Barcelona S.L.&lt;br /&gt;
(alejandro.riera@starlab.es)&lt;br /&gt;
&lt;br /&gt;
===Version History===&lt;br /&gt;
V1.0 03-05-2013: First version&lt;br /&gt;
&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
&lt;br /&gt;
*Initial development: 2710&lt;br /&gt;
*Tested under: 2710&lt;br /&gt;
*Known to compile under: 2710&lt;br /&gt;
*Broken since: --&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy:&lt;br /&gt;
&lt;br /&gt;
*ENOBIO3G.exe&lt;br /&gt;
*ENOBIO3GAPI.dll&lt;br /&gt;
*QtCore4.dll&lt;br /&gt;
*WinBluetoothAPI.dll&lt;br /&gt;
&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
===SourceCh=== &lt;br /&gt;
Indicates the number of Enobio channels to be acquired. Maximum value is 8.&lt;br /&gt;
&lt;br /&gt;
===SampleBlockSize=== &lt;br /&gt;
Number of samples transmitted at a time. SampleBlockSize is 30 by default.&lt;br /&gt;
&lt;br /&gt;
===SamplingRate=== &lt;br /&gt;
Number of samples per second recorded for each channel. Fixed value to 500.&lt;br /&gt;
&lt;br /&gt;
===SourceChOffset, SourceChGain===&lt;br /&gt;
A SourceChOffset of 0, and a SourceChGain of 0.001 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===ChannelNames===&lt;br /&gt;
list of channel names&lt;br /&gt;
&lt;br /&gt;
===BluetoothMac=== &lt;br /&gt;
Enobio device Bluetooth MAC address 00:07:80:XX:XX:XX (look at the back of your Enobio device to get yours)&lt;br /&gt;
&lt;br /&gt;
===EEGChList=== &lt;br /&gt;
List of physical channel indices of the EEG channels in use.&lt;br /&gt;
&lt;br /&gt;
===TriggerChList=== &lt;br /&gt;
List of one-bit trigger channels to append to the end or a single 0 to acquire all trigger channels as a single 16-bit channel.&lt;br /&gt;
&lt;br /&gt;
===NotchFilter=== &lt;br /&gt;
Filter to remove the influence of the power line noise. Set to 50Hz in Europe or 60Hz in America.&lt;br /&gt;
&lt;br /&gt;
===HighPassFilter=== &lt;br /&gt;
Filter to remove the signal drift and/or low frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===LowPassFilter=== &lt;br /&gt;
Filter to remove high frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===AllignChannels=== &lt;br /&gt;
Bit indicating if channels shall be aligned in time. As default set as true (1).&lt;br /&gt;
&lt;br /&gt;
===SourceChTimeOffset=== &lt;br /&gt;
Fixed delay of the incoming signal. Empty as default.&lt;br /&gt;
&lt;br /&gt;
===TransmitChList=== &lt;br /&gt;
List of the channels to take part in the preprocessing stage.&lt;br /&gt;
&lt;br /&gt;
==Old Enobio Generation==&lt;br /&gt;
&lt;br /&gt;
BCI 2000 also supports old generation Enobio. A wearable, modular and wireless 4 channels electrophysiology for measuring EEG, ECG and EOG.&lt;br /&gt;
&lt;br /&gt;
===Location===&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
Copy:&lt;br /&gt;
*ENOBIO.exe&lt;br /&gt;
*EnobioDLL.dll&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
SourceCh :Indicates the number of Enobio channels. Fixed value to 4.&amp;lt;br&amp;gt; &lt;br /&gt;
SampleBlockSize: Number of samples transmitted at a time. SampleBlockSize is 25 by default.&amp;lt;br&amp;gt; &lt;br /&gt;
SamplingRate: Number of samples per second recorded for each channel. Fixed value to 250.&amp;lt;br&amp;gt; &lt;br /&gt;
SourceChOffset, SourceChGain: A SourceChOffset of 0, and a SourceChGain of 0.058 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===Compiling Old Enobio Version===&lt;br /&gt;
&lt;br /&gt;
To compile old Enobio version it is necessary to edit the CMakeLists.txt file located in http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
ADD_SUBDIRECTORY( Enobio )&amp;lt;br&amp;gt;&lt;br /&gt;
#ADD_SUBDIRECTORY( Enobio3G )&lt;/div&gt;</summary>
		<author><name>Gruffini</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7193</id>
		<title>Contributions:EnobioADC</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7193"/>
		<updated>2013-05-03T11:15:51Z</updated>

		<summary type="html">&lt;p&gt;Gruffini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
An ADC module for the Enobio Sensor developed by Neuroelectrics. &lt;br /&gt;
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of&lt;br /&gt;
* EEG (Electroencephalogram - brain activity)&lt;br /&gt;
* ECG (Electrocardiogram - heart activity) and&lt;br /&gt;
* EOG (Electrooculogram - eye movement)&lt;br /&gt;
For a description of the ENOBIO sensor, please visit:&lt;br /&gt;
http://www.neuroelectrics.com/enobio&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio3G&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
&lt;br /&gt;
===Author===&lt;br /&gt;
&lt;br /&gt;
Javier Acedo, Programmer, Starlab Barcelona S.L.&lt;br /&gt;
(javier.acedo@starlab.es)&lt;br /&gt;
&lt;br /&gt;
Alejandro Riera, Tester, Starlab Barcelona S.L.&lt;br /&gt;
(alejandro.riera@starlab.es)&lt;br /&gt;
&lt;br /&gt;
===Version History===&lt;br /&gt;
V1.0 03-05-2013: First version&lt;br /&gt;
&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
&lt;br /&gt;
*Initial development: 2710&lt;br /&gt;
*Tested under: 2710&lt;br /&gt;
*Known to compile under: 2710&lt;br /&gt;
*Broken since: --&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy:&lt;br /&gt;
&lt;br /&gt;
*ENOBIO3G.exe&lt;br /&gt;
*ENOBIO3GAPI.dll&lt;br /&gt;
*QtCore4.dll&lt;br /&gt;
*WinBluetoothAPI.dll&lt;br /&gt;
&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
===SourceCh=== &lt;br /&gt;
Indicates the number of Enobio channels to be acquired. Maximum value is 8.&lt;br /&gt;
&lt;br /&gt;
===SampleBlockSize=== &lt;br /&gt;
Number of samples transmitted at a time. SampleBlockSize is 30 by default.&lt;br /&gt;
&lt;br /&gt;
===SamplingRate=== &lt;br /&gt;
Number of samples per second recorded for each channel. Fixed value to 500.&lt;br /&gt;
&lt;br /&gt;
===SourceChOffset, SourceChGain===&lt;br /&gt;
A SourceChOffset of 0, and a SourceChGain of 0.001 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===ChannelNames===&lt;br /&gt;
list of channel names&lt;br /&gt;
&lt;br /&gt;
===BluetoothMac=== &lt;br /&gt;
Enobio device Bluetooth MAC address 00:07:80:XX:XX:XX (look at the back of your Enobio device to get yours)&lt;br /&gt;
&lt;br /&gt;
===EEGChList=== &lt;br /&gt;
List of physical channel indices of the EEG channels in use.&lt;br /&gt;
&lt;br /&gt;
===TriggerChList=== &lt;br /&gt;
List of one-bit trigger channels to append to the end or a single 0 to acquire all trigger channels as a single 16-bit channel.&lt;br /&gt;
&lt;br /&gt;
===NotchFilter=== &lt;br /&gt;
Filter to remove the influence of the power line noise. Set to 50Hz in Europe or 60Hz in America.&lt;br /&gt;
&lt;br /&gt;
===HighPassFilter=== &lt;br /&gt;
Filter to remove the signal drift and/or low frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===LowPassFilter=== &lt;br /&gt;
Filter to remove high frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===AllignChannels=== &lt;br /&gt;
Bit indicating if channels shall be aligned in time. As default set as true (1).&lt;br /&gt;
&lt;br /&gt;
===SourceChTimeOffset=== &lt;br /&gt;
Fixed delay of the incoming signal. Empty as default.&lt;br /&gt;
&lt;br /&gt;
===TransmitChList=== &lt;br /&gt;
List of the channels to take part in the preprocessing stage.&lt;br /&gt;
&lt;br /&gt;
==Old Generation Enobio==&lt;br /&gt;
&lt;br /&gt;
BCI 2000 also supports old generation Enobio. A wearable, modular and wireless 4 channels electrophysiology for measuring EEG, ECG and EOG.&lt;br /&gt;
&lt;br /&gt;
===Location===&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
Copy:&lt;br /&gt;
*ENOBIO.exe&lt;br /&gt;
*EnobioDLL.dll&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
SourceCh :Indicates the number of Enobio channels. Fixed value to 4.&amp;lt;br&amp;gt; &lt;br /&gt;
SampleBlockSize: Number of samples transmitted at a time. SampleBlockSize is 25 by default.&amp;lt;br&amp;gt; &lt;br /&gt;
SamplingRate: Number of samples per second recorded for each channel. Fixed value to 250.&amp;lt;br&amp;gt; &lt;br /&gt;
SourceChOffset, SourceChGain: A SourceChOffset of 0, and a SourceChGain of 0.058 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===Compiling Old Enobio Version===&lt;br /&gt;
&lt;br /&gt;
To compile old Enobio version it is necessary to edit the CMakeLists.txt file located in http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
ADD_SUBDIRECTORY( Enobio )&amp;lt;br&amp;gt;&lt;br /&gt;
#ADD_SUBDIRECTORY( Enobio3G )&lt;/div&gt;</summary>
		<author><name>Gruffini</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7192</id>
		<title>Contributions:EnobioADC</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7192"/>
		<updated>2013-05-03T10:54:55Z</updated>

		<summary type="html">&lt;p&gt;Gruffini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
An ADC module for the Enobio Sensor developed by Neuroelectrics. &lt;br /&gt;
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of&lt;br /&gt;
* EEG (Electroencephalogram - brain activity)&lt;br /&gt;
* ECG (Electrocardiogram - heart activity) and&lt;br /&gt;
* EOG (Electrooculogram - eye movement)&lt;br /&gt;
For a description of the ENOBIO sensor, please visit:&lt;br /&gt;
http://www.neuroelectrics.com/enobio&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/Enobio/Enobio3G&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
&lt;br /&gt;
===Author===&lt;br /&gt;
&lt;br /&gt;
Javier Acedo, Programmer, Starlab Barcelona S.L.&lt;br /&gt;
(javier.acedo@starlab.es)&lt;br /&gt;
&lt;br /&gt;
Alejandro Riera, Tester, Starlab Barcelona S.L.&lt;br /&gt;
(alejandro.riera@starlab.es)&lt;br /&gt;
&lt;br /&gt;
===Version History===&lt;br /&gt;
V1.0 03-05-2013: First version&lt;br /&gt;
&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
&lt;br /&gt;
*Initial development: 2710&lt;br /&gt;
*Tested under: 2710&lt;br /&gt;
*Known to compile under: 2710&lt;br /&gt;
*Broken since: --&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy:&lt;br /&gt;
&lt;br /&gt;
*ENOBIO3G.exe&lt;br /&gt;
*ENOBIO3GAPI.dll&lt;br /&gt;
*QtCore4.dll&lt;br /&gt;
*WinBluetoothAPI.dll&lt;br /&gt;
&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
===SourceCh=== &lt;br /&gt;
Indicates the number of Enobio channels to be acquired. Maximum value is 8.&lt;br /&gt;
&lt;br /&gt;
===SampleBlockSize=== &lt;br /&gt;
Number of samples transmitted at a time. SampleBlockSize is 30 by default.&lt;br /&gt;
&lt;br /&gt;
===SamplingRate=== &lt;br /&gt;
Number of samples per second recorded for each channel. Fixed value to 500.&lt;br /&gt;
&lt;br /&gt;
===SourceChOffset, SourceChGain===&lt;br /&gt;
A SourceChOffset of 0, and a SourceChGain of 0.0.01 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===ChannelNames===&lt;br /&gt;
list of channel names&lt;br /&gt;
&lt;br /&gt;
===BluetoothMac=== &lt;br /&gt;
Enobio device Bluetooth MAC address 00:07:80:XX:XX:XX (look at the back of your Enobio device to get yours)&lt;br /&gt;
&lt;br /&gt;
===EEGChList=== &lt;br /&gt;
List of physical channel indices of the EEG channels in use.&lt;br /&gt;
&lt;br /&gt;
===TriggerChList=== &lt;br /&gt;
List of one-bit trigger channels to append to the end or a single 0 to acquire all trigger channels as a single 16-bit channel.&lt;br /&gt;
&lt;br /&gt;
===NotchFilter=== &lt;br /&gt;
Filter to remove the influence of the power line noise. Set to 50Hz in Europe or 60Hz in America.&lt;br /&gt;
&lt;br /&gt;
===HighPassFilter=== &lt;br /&gt;
Filter to remove the signal drift and/or low frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===LowPassFilter=== &lt;br /&gt;
Filter to remove high frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===AllignChannels=== &lt;br /&gt;
Bit indicating if channels shall be aligned in time. As default set as true (1).&lt;br /&gt;
&lt;br /&gt;
===SourceChTimeOffset=== &lt;br /&gt;
Fixed delay of the incoming signal. Empty as default.&lt;br /&gt;
&lt;br /&gt;
===TransmitChList=== &lt;br /&gt;
List of the channels to take part in the preprocessing stage.&lt;/div&gt;</summary>
		<author><name>Gruffini</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7191</id>
		<title>Contributions:EnobioADC</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7191"/>
		<updated>2013-05-03T10:10:13Z</updated>

		<summary type="html">&lt;p&gt;Gruffini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
An ADC module for the Enobio Sensor developed by Neuroelectrics. &lt;br /&gt;
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of&lt;br /&gt;
* EEG (Electroencephalogram - brain activity)&lt;br /&gt;
* ECG (Electrocardiogram - heart activity) and&lt;br /&gt;
* EOG (Electrooculogram - eye movement)&lt;br /&gt;
For a description of the ENOBIO sensor, please visit:&lt;br /&gt;
http://www.neuroelectrics.com/enobio&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://www.bci2000.org/svn/branches/3.0/src/contrib/SignalSource/Enobio&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
&lt;br /&gt;
===Author===&lt;br /&gt;
&lt;br /&gt;
Javier Acedo, Programmer, Starlab Barcelona S.L.&lt;br /&gt;
(javier.acedo@starlab.es)&lt;br /&gt;
&lt;br /&gt;
Alejandro Riera, Tester, Starlab Barcelona S.L.&lt;br /&gt;
(alejandro.riera@starlab.es)&lt;br /&gt;
&lt;br /&gt;
===Version History===&lt;br /&gt;
V1.0 03-05-2013: First version&lt;br /&gt;
&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
&lt;br /&gt;
*Initial development: 2710&lt;br /&gt;
*Tested under: 2710&lt;br /&gt;
*Known to compile under: 2710&lt;br /&gt;
*Broken since: --&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy:&lt;br /&gt;
&lt;br /&gt;
*ENOBIO3G.exe&lt;br /&gt;
*ENOBIO3GAPI.dll&lt;br /&gt;
*QtCore4.dll&lt;br /&gt;
*WinBluetoothAPI.dll&lt;br /&gt;
&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
===SourceCh=== &lt;br /&gt;
Indicates the number of Enobio channels to be acquired. Maximum value is 8.&lt;br /&gt;
&lt;br /&gt;
===SampleBlockSize=== &lt;br /&gt;
Number of samples transmitted at a time. SampleBlockSize is 30 by default.&lt;br /&gt;
&lt;br /&gt;
===SamplingRate=== &lt;br /&gt;
Number of samples per second recorded for each channel. Fixed value to 500.&lt;br /&gt;
&lt;br /&gt;
===SourceChOffset, SourceChGain===&lt;br /&gt;
A SourceChOffset of 0, and a SourceChGain of 0.0.01 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
===ChannelNames===&lt;br /&gt;
list of channel names&lt;br /&gt;
&lt;br /&gt;
===BluetoothMac=== &lt;br /&gt;
Enobio device Bluetooth MAC address 00:07:80:XX:XX:XX (look at the back of your Enobio device to get yours)&lt;br /&gt;
&lt;br /&gt;
===EEGChList=== &lt;br /&gt;
List of physical channel indices of the EEG channels in use.&lt;br /&gt;
&lt;br /&gt;
===TriggerChList=== &lt;br /&gt;
List of one-bit trigger channels to append to the end or a single 0 to acquire all trigger channels as a single 16-bit channel.&lt;br /&gt;
&lt;br /&gt;
===NotchFilter=== &lt;br /&gt;
Filter to remove the influence of the power line noise. Set to 50Hz in Europe or 60Hz in America.&lt;br /&gt;
&lt;br /&gt;
===HighPassFilter=== &lt;br /&gt;
Filter to remove the signal drift and/or low frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===LowPassFilter=== &lt;br /&gt;
Filter to remove high frequencies influence.&lt;br /&gt;
&lt;br /&gt;
===AllignChannels=== &lt;br /&gt;
Bit indicating if channels shall be aligned in time. As default set as true (1).&lt;br /&gt;
&lt;br /&gt;
===SourceChTimeOffset=== &lt;br /&gt;
Fixed delay of the incoming signal. Empty as default.&lt;br /&gt;
&lt;br /&gt;
===TransmitChList=== &lt;br /&gt;
List of the channels to take part in the preprocessing stage.&lt;/div&gt;</summary>
		<author><name>Gruffini</name></author>
	</entry>
	<entry>
		<id>https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7190</id>
		<title>Contributions:EnobioADC</title>
		<link rel="alternate" type="text/html" href="https://www.bci2000.org/mediawiki/index.php?title=Contributions:EnobioADC&amp;diff=7190"/>
		<updated>2013-05-03T09:58:12Z</updated>

		<summary type="html">&lt;p&gt;Gruffini: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Synopsis==&lt;br /&gt;
An ADC module for the Enobio Sensor developed by Neuroelectrics&lt;br /&gt;
ENOBIO is a wearable, modular and wireless electrophysiology sensor system for capture of&lt;br /&gt;
* EEG (Electroencephalogram - brain activity)&lt;br /&gt;
* ECG (Electrocardiogram - heart activity) and&lt;br /&gt;
* EOG (Electrooculogram - eye movement)&lt;br /&gt;
For a description of the ENOBIO sensor, please visit:&lt;br /&gt;
http://www.neuroelectrics.com/enobio&lt;br /&gt;
&lt;br /&gt;
==Location==&lt;br /&gt;
http://www.bci2000.org/svn/branches/3.0/src/contrib/SignalSource/Enobio&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
&lt;br /&gt;
===Author===&lt;br /&gt;
&lt;br /&gt;
Javier Acedo, Programmer, Starlab Barcelona S.L.&lt;br /&gt;
(javier.acedo@starlab.es)&lt;br /&gt;
&lt;br /&gt;
Alejandro Riera, Tester, Starlab Barcelona S.L.&lt;br /&gt;
(alejandro.riera@starlab.es)&lt;br /&gt;
&lt;br /&gt;
===Version History===&lt;br /&gt;
V1.0 03-05-2013: First version&lt;br /&gt;
&lt;br /&gt;
===Source Code Revisions===&lt;br /&gt;
&lt;br /&gt;
*Initial development: 2710&lt;br /&gt;
*Tested under: 2710&lt;br /&gt;
*Known to compile under: 2710&lt;br /&gt;
*Broken since: --&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Copy:&lt;br /&gt;
&lt;br /&gt;
*WinBluetoothAPI.dll&lt;br /&gt;
*ENOBIO3G.exe&lt;br /&gt;
*ENOBIO3GAPI.dll&lt;br /&gt;
*QtCore4.dll&lt;br /&gt;
&lt;br /&gt;
to the prog directory.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
===SourceCh===&lt;br /&gt;
The number of channels in ENOBIO current version is fixed to 8. This parameter should not be modified.&lt;br /&gt;
&lt;br /&gt;
===SampleBlockSize===&lt;br /&gt;
SampleBlockSize is 25 by default. Any other value should work, except for 1.&lt;br /&gt;
&lt;br /&gt;
===SamplingRate===&lt;br /&gt;
Sampling rate of ENOBIO is fixed to 250Hz. This parameter should not be modified.&lt;br /&gt;
&lt;br /&gt;
===SourceChOffset, SourceChGain===&lt;br /&gt;
A SourceChOffset of 0, and a SourceChGain of 0.588 converts A/D units to microVolts.&lt;br /&gt;
&lt;br /&gt;
==States==&lt;br /&gt;
None&lt;/div&gt;</summary>
		<author><name>Gruffini</name></author>
	</entry>
</feed>