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 ...")
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
Hello, dear friend! My name is Reta. I smile that I could unify to the entire world. I live in Austria, in the region. I dream to go to the various nations, to get acquainted with fascinating individuals.<br><br>Here is my web-site Oriental massage in London; [http://Qa.Ua2.eu/166/massage-the-great-things-it-can-do-for-you http://Qa.Ua2.eu/166/massage-the-great-things-it-can-do-for-you],
+
=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 10: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.)