Difference between revisions of "AnyWave:ADES"
From WikiMEG
(→The header file (.ades)) |
|||
Line 7: | Line 7: | ||
==The header file (.ades)== | ==The header file (.ades)== | ||
This is a text file using a very simple syntax. Let's have a look:<br/> | This is a text file using a very simple syntax. Let's have a look:<br/> | ||
+ | <syntaxhighlight lang="text" line="GESHI_FANCY_LINE_NUMBERS"> | ||
+ | #ADES header file | ||
+ | samplingRate = 1000 | ||
+ | numberOfSamples = 4000 | ||
+ | A1 = EEG | ||
+ | A2 = EEG | ||
+ | A3 = EEG | ||
+ | </syntaxhighlight> |
Revision as of 15:41, 18 February 2014
ADES stands for AnyWave DEScriptive format.
ADES format is composed of at least two files but a third file can be used for markers.
The most important file is the header file for which extension is .ades
The header file (.ades)
This is a text file using a very simple syntax. Let's have a look:
#ADES header file
samplingRate = 1000
numberOfSamples = 4000
A1 = EEG
A2 = EEG
A3 = EEG