Jump to content

Contributions:BioRadioADC

From BCI2000 Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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