Difference between revisions of "AnyWave:MATLAB"
From WikiMEG
BillieDraper (Talk | contribs) 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 ...") |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | =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.)