File: README

package info (click to toggle)
eegdev 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,052 kB
  • sloc: ansic: 32,298; sh: 10,941; makefile: 245; yacc: 130; lex: 128
file content (39 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
                               EEGDEV



Presentation
============

eegdev is a library that provides an interface for accessing various EEG
(and other biosignals) acquisition systems in a unified way. The interface
has been designed in order to be both flexible and efficient. The device
specific part is implemented by the means of plugins which makes adding
new device backend fairly easy even if the library does not support them yet
officially.

The core library not only provides a unified and consistent interfaces to
the eegdev users but it also provides many functionalities to the
device backends (plugins) ranging from configuration to data casting and
scaling making writing new device backend an easy task.


Supported devices
=================

As of now, the library support the following backend:

 - Biosemi ActiveTwo
 - gTec gUSBamp
 - reading biosignal data file
 - Tobi network Interface A


Supported platforms
===================

This depends on which device the library should support. The core library
supports any POSIX platform and Windows. All device backend are supported on
these platforms excepting from the gTec gUSBamp device which is, as of now, 
supported only on Linux i386/amd64 platforms.