forked from eegsynth/eegsynth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-organized files, started with module directories
- Loading branch information
stephenwhitmarsh
committed
Oct 31, 2015
1 parent
341734e
commit da5fde1
Showing
38 changed files
with
134 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
midiIn.mexa64 → matlab/midiIn.mexa64
100755 → 100644
File renamed without changes.
0
midiIn.mexmaci64 → matlab/midiIn.mexmaci64
100755 → 100644
File renamed without changes.
0
midiIn.mexw32 → matlab/midiIn.mexw32
100755 → 100644
File renamed without changes.
0
midiIn.mexw64 → matlab/midiIn.mexw64
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
midiOut.mexa64 → matlab/midiOut.mexa64
100755 → 100644
File renamed without changes.
0
midiOut.mexmaci64 → matlab/midiOut.mexmaci64
100755 → 100644
File renamed without changes.
0
midiOut.mexw32 → matlab/midiOut.mexw32
100755 → 100644
File renamed without changes.
0
midiOut.mexw64 → matlab/midiOut.mexw64
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
;########################################################### | ||
[General] | ||
;########################################################### | ||
; settings that apply to all channels | ||
|
||
hostname = - ; for the fieldtrip buffer, using '-' starts a local buffer on the given port | ||
port = 1972 ; for the fieldtrip buffer | ||
serial = /dev/tty.usbserial-DN0094FY ; serial device name, for example COM3: on windows | ||
blocksize = 10 ; in samples, sampling rate is 250 Hz | ||
reset = on ; perform soft reset, can be on or off | ||
datalog = off ; can be off, 14sec, 5min, 15min, 30min, 1hr, 2hr, 4hr, 12hr, 24hr | ||
testsignal = off ; can be off, gnd, dc, 1xSlow, 1xFast, 2xSlow, 2xFast | ||
timestamp = on ; add timestamp channel, can be on or off | ||
timeref = boot ; can be epoch, boot or start | ||
|
||
;########################################################### | ||
[ChannelEnable] | ||
;########################################################### | ||
; whether the received data is send to FieldTrip buffer, can be on or off | ||
|
||
chan1 = on | ||
chan2 = on | ||
chan3 = on | ||
chan4 = on | ||
chan5 = on | ||
chan6 = on | ||
chan7 = on | ||
chan8 = on | ||
chan9 = on ; accelerometer in X-direction | ||
chan10 = on ; accelerometer in Y-direction | ||
chan11 = on ; accelerometer in Z-direction | ||
; channel 12 will contain the timestamps (if enabled) | ||
|
||
;########################################################### | ||
[ChannelLabel] | ||
;########################################################### | ||
; string with the channel label | ||
|
||
chan1 = 1P-1N | ||
chan2 = 2P-2N | ||
chan3 = 3P-3N | ||
chan4 = 4P-4N | ||
chan5 = 5P-5N | ||
chan6 = 6P-6N | ||
chan7 = 7P-7N | ||
chan8 = 8P-8N | ||
chan9 = AccelerationX ; accelerometer in X-direction | ||
chan10 = AccelerationY ; accelerometer in Y-direction | ||
chan11 = AccelerationZ ; accelerometer in Z-direction | ||
chan12 = TimeStamp ; this only applies if enabled | ||
|
||
;########################################################### | ||
[ChannelSetting] | ||
;########################################################### | ||
; see https://github.com/OpenBCI/Docs/blob/master/software/01-OpenBCI_SDK.md for OpenBCI command details | ||
; x (CHANNEL, POWER_DOWN, GAIN_SET, INPUT_TYPE_SET, BIAS_SET, SRB2_SET, SRB1_SET) X | ||
; z (CHANNEL, PCHAN, NCHAN) Z | ||
|
||
chan1 = x1060000X | ||
chan2 = x2060000X | ||
chan3 = x3060000X | ||
chan4 = x4060000X | ||
chan5 = x5060000X | ||
chan6 = x6060000X | ||
chan7 = x7060000X | ||
chan8 = x8060000X | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
;########################################################### | ||
[General] | ||
;########################################################### | ||
; settings that apply to all channels | ||
|
||
hostname = - ; for the fieldtrip buffer, using '-' starts a local buffer on the given port | ||
port = 1972 ; for the fieldtrip buffer | ||
serial = /dev/tty.usbserial-DN0094FY ; serial device name, for example COM3: on windows | ||
blocksize = 10 ; in samples, sampling rate is 250 Hz | ||
reset = on ; perform soft reset, can be on or off | ||
datalog = off ; can be off, 14sec, 5min, 15min, 30min, 1hr, 2hr, 4hr, 12hr, 24hr | ||
testsignal = off ; can be off, gnd, dc, 1xSlow, 1xFast, 2xSlow, 2xFast | ||
timestamp = on ; add timestamp channel, can be on or off | ||
timeref = boot ; can be epoch, boot or start | ||
|
||
;########################################################### | ||
[ChannelEnable] | ||
;########################################################### | ||
; whether the received data is send to FieldTrip buffer, can be on or off | ||
|
||
chan1 = on | ||
chan2 = on | ||
chan3 = on | ||
chan4 = on | ||
chan5 = on | ||
chan6 = on | ||
chan7 = on | ||
chan8 = on | ||
chan9 = on ; accelerometer in X-direction | ||
chan10 = on ; accelerometer in Y-direction | ||
chan11 = on ; accelerometer in Z-direction | ||
; channel 12 will contain the timestamps (if enabled) | ||
|
||
;########################################################### | ||
[ChannelLabel] | ||
;########################################################### | ||
; string with the channel label | ||
|
||
chan1 = 1N-SRB2 | ||
chan2 = 2N-SRB2 | ||
chan3 = 3N-SRB2 | ||
chan4 = 4N-SRB2 | ||
chan5 = 5N-SRB2 | ||
chan6 = 6N-SRB2 | ||
chan7 = 7N-SRB2 | ||
chan8 = 8N-SRB2 | ||
chan9 = AccelerationX ; accelerometer in X-direction | ||
chan10 = AccelerationY ; accelerometer in Y-direction | ||
chan11 = AccelerationZ ; accelerometer in Z-direction | ||
chan12 = TimeStamp ; this only applies if enabled | ||
|
||
;########################################################### | ||
[ChannelSetting] | ||
;########################################################### | ||
; see https://github.com/OpenBCI/Docs/blob/master/software/01-OpenBCI_SDK.md for OpenBCI command details | ||
; x (CHANNEL, POWER_DOWN, GAIN_SET, INPUT_TYPE_SET, BIAS_SET, SRB2_SET, SRB1_SET) X | ||
; z (CHANNEL, PCHAN, NCHAN) Z | ||
|
||
chan1 = x1060110X | ||
chan2 = x2060110X | ||
chan3 = x3060110X | ||
chan4 = x4060110X | ||
chan5 = x5060110X | ||
chan6 = x6060110X | ||
chan7 = x7060110X | ||
chan8 = x8060110X | ||
|