AnyWave:MATLAB

From WikiMEG
Jump to: navigation, search

MATLAB file contents

When exporting data to a MATLAB file (.mat), AnyWave will create the following variables:

  • sr = The data sampling rate in Hz (scalar).
  • samples = The number of samples (scalar).
  • channels = The labels of all the channels (cell array of strings).
  • channel_types = The types of each channels (cell array of strings).
  • data = The data (matrix of n channels x samples).
  • duration = The total duration in seconds (scalar).
  • markers = The labels of markers (cell array of strings).
  • marker_positions = The positions in seconds of each markers (vector of scalars.)
  • marker_values = The values of each markers (vector of scalars.)
  • marker_durations = The duration in seconds of each markers (vector of scalars.)