File: README

package info (click to toggle)
eegdev 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,972 kB
  • sloc: ansic: 32,259; sh: 10,941; makefile: 247; lex: 128; yacc: 118
file content (23 lines) | stat: -rw-r--r-- 636 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

                             EEGDEV examples


The eegdev examples files are provided in 2 folders:


- library-usage
===============
	This contains examples of how to use the eegdev library into other
program, i.e. how to integrate the library into an acquisition loop. This
folder provides two examples: eegdev_acq, a simple acquisition loop, and
recinxdf, an example of how to integrate the acquisition and recording into
one independent module.


- plugin
===============
	This contains an example of implementation of a device backend. The
plugin, saw, implement a sawtooth function generator with a configurable
sampling rate.