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 (21 lines) | stat: -rw-r--r-- 917 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

                           eegdev plugin example
			            SAW


	This example implements a sawtooth function generator in NUM_EEG_CH
channels that provide EEG sensor types. The other channels provides trigger
channels. The sampling rate of the signal can be configured at runtime with
the "samplingrate" option.

	The dependency of the plugin is the pthread library (available in
all platform supported by eegdev, sometime through third party library)
like any eegdev plugin, as well as the library providing the POSIX function 
clock_gettime and clock_nanosleep.

	To test this plugin, you can use the examples provided in the
library-usage folder of eegdev examples. If you don't move the saw plugin
with the other installed eegdev plugins, make sure you execute the program
with EEGDEV_PLUGINS_DIR environment variable set in order that the eegdev
library find your compiled plugin (see egd_open manpage).