Difference between revisions of "AnyWave:MATLAB"

From WikiMEG
Jump to: navigation, search
(Created page with "I'm Billie (22) from Lambsheim, Germany. <br>I'm learning Norwegian literature at a local high school and I'm just about to graduate.<br>I have a part time job in a backery.<b...")
 
(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 ...")
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
I'm Billie (22) from Lambsheim, Germany. <br>I'm learning Norwegian literature at a local high school and I'm just about to graduate.<br>I have a part time job in a backery.<br><br>My page - London Oriental massage ([http://Akdenizforum.Hol.es/Great_Tips_To_Be_The_Best_At_Massage click the up coming web page])
+
=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.)