Jump to content

Contributions:BioRadioADC: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
Mellinger (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
Yvan Pearson Lecours
Yvan Pearson Lecours
===Version History===
===Version History===
V0.01 - 12/15/2005 - First start                                           
*V0.01 - 12/15/2005 - First start                                           
V0.02 - 1/1/2006  - Updated code for BCI integration
*V0.02 - 1/1/2006  - Updated code for BCI integration
V0.03 - 3/1/2006  - Added testing code
*V0.03 - 3/1/2006  - Added testing code
V0.04 - 3/15/2006  - More testing code
*V0.04 - 3/15/2006  - More testing code
V0.05 - 5/1/2006  - Mod for production, clean up & doc
*V0.05 - 5/1/2006  - Mod for production, clean up & doc
V1.0  - 9/5/2006  - Delivered code
*V1.0  - 9/5/2006  - Delivered code


===Source Code Revisions===
===Source Code Revisions===
Line 52: Line 52:


==See also==
==See also==
[[User Reference:Filters]]
[[User Reference:Filters]], [[Contributions:ADCs]]


[[Category:Contributions]][[Category:Data Acquisition]]
[[Category:Contributions]][[Category:Data Acquisition]]

Latest revision as of 15:16, 15 December 2007

Synopsis

An ADC filter connecting to the BioRadio150 EEG amplifier produced by Cleveland Medical Devices.

Location

http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/BioRadio

Versioning

Author

Yvan Pearson Lecours

Version History

  • V0.01 - 12/15/2005 - First start
  • V0.02 - 1/1/2006 - Updated code for BCI integration
  • V0.03 - 3/1/2006 - Added testing code
  • V0.04 - 3/15/2006 - More testing code
  • V0.05 - 5/1/2006 - Mod for production, clean up & doc
  • V1.0 - 9/5/2006 - Delivered code

Source Code Revisions

  • Initial development: <1139
  • Tested under: <1139
  • Known to compile under: 1531
  • Broken since: --

Installation

Make sure that the BioRadio150DLL.dll file is available in the directory containing the BioRadio source module.

Parameters

VoltageRange

BioRadio150 Voltage Range:

  • 7 = +/-100mV,
  • 6 = +/-50mV,
  • 5 = +/-25mV,
  • 4 = +/-12mV,
  • 3 = +/-6mV,
  • 2 = +/-3mV,
  • 1 = +/-1.5mV,
  • 0 = +/-750uV.

COMPort

BioRadio150 COM port:

  • 0 = AUTO,
  • 1 = COM1,
  • 2 = COM2,
  • ...
  • 15 = COM15.

ConfigPath

Absolute path to the BioRadio150 configuration file.

States

None.

See also

User Reference:Filters, Contributions:ADCs