Difference between revisions of "AnyWave:ADES"

From WikiMEG
Jump to: navigation, search
(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 16: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:

  1. #ADES header file
  2. samplingRate = 1000
  3. numberOfSamples = 4000
  4. A1 = EEG
  5. A2 = EEG
  6. A3 = EEG