Difference between revisions of "AnyWave:MATLAB"

From WikiMEG
Jump to: navigation, search
m
(Created page with "=MATLAB file contents= When exporting data to a MATLAB file (.mat), AnyWave will create the following variables:<br /> * sr = The data sampling rate in Hz (scalar). * samples ...")
 
Line 1: Line 1:
I'm Meredith and I live with my husband and our two children in Emu, in the VIC south part. My hobbies are Sculling or Rowing, Driving and Parkour.<br><br>Here is my page; London Japanese massage ([http://totoro.wo.tc:8007/~totoro/xe/?document_srl=25341 browse around this web-site])
+
=MATLAB file contents=
 +
When exporting data to a MATLAB file (.mat), AnyWave will create the following variables:<br />
 +
* 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.)

Latest revision as of 09:38, 20 October 2017

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.)