Jump to content

Contributions:RDAClientADC

From BCI2000 Wiki
Revision as of 16:25, 13 December 2007 by Mellinger (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

A source component that interfaces to BrainAmp EEG systems, using the TCP/IP-based BrainAmp RDA interface.

Location

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

Versioning

Authors

juergen.mellinger@uni-tuebingen.de, thomas.schreiner@tuebingen.mpg.de

Version History

Feb 12, 2003: Initial version. Aug 29, 2007: Support for the RDA float protocol (Thomas Schreiner).

Source Code Revisions

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

Parameters

SourceCh

The number of digitized and stored channels. This must match the setting in the VisionRecorder program, increased by 1 to account for an additional channel to hold marker information.

SampleBlockSize

The number of samples transmitted at a time. The VisionRecorder appears to send one block each 40ms, so SampleBlockSize should match SamplingRate x 40ms.

SamplingRate

The sampling rate as configured in the VisionRecorder program.

HostName

IP address or name of the host to connect to, typically localhost.

States

None.