Contributions:RDAClientADC: Difference between revisions
No edit summary |
|||
| Line 39: | Line 39: | ||
To direct the output into a file that can later be loaded into the operator module's configuration dialog, append a redirection to the command: | To direct the output into a file that can later be loaded into the operator module's configuration dialog, append a redirection to the command: | ||
getparams localhost > myparamfile.prm | getparams localhost > myparamfile.prm | ||
==See also== | |||
[[User Reference:Filters]], [[Contributions:ADCs]] | |||
[[Category:Contributions]][[Category:Data Acquisition]] | |||
Revision as of 17:04, 13 December 2007
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.
getparams Tool
getparams is a command line utility that allows to obtain appropriate source module parameters from a host running BrainAmp's VisionRecorder.
On the target host, start the VisionRecorder program, check that RDA is enabled under Configuration->Preferences, and click the monitor (eye) button before running getparams with the host's IP address as the only parameter (when omitted, this defaults to localhost).
To direct the output into a file that can later be loaded into the operator module's configuration dialog, append a redirection to the command:
getparams localhost > myparamfile.prm