You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the ppu/ppg datafile in the format of exported mat, name it as test.mat.
Run the following command to convert the original exported mat to pspm format by using pspm_import. datafiles = {'~/test.mat'}; datatype = 'acqmat'; import = struct('type', 'ppu', 'channel', 1); options = struct('overwrite', 1); out = pspm_import(datafiles, datatype, import, options);
Perform conversion by using pspm_convert_ppu2hb as [ sts, outinfo ] = pspm_convert_ppu2hb( '~/test.mat',1)
Expected Results
Actual Results
(Optional) Possible Cause and Solutions
(Optional) Screenshots if Graphical User Interface is Used
Technical Info
PsPM version: 5.1.1
MATLAB version: 2022a
The text was updated successfully, but these errors were encountered:
Summary
Issue when processing with
pspm_convert_ppu2hb
.Steps to Reproduce
exported mat
, name it astest.mat
.exported mat
to pspm format by usingpspm_import
.datafiles = {'~/test.mat'};
datatype = 'acqmat';
import = struct('type', 'ppu', 'channel', 1);
options = struct('overwrite', 1);
out = pspm_import(datafiles, datatype, import, options);
pspm_convert_ppu2hb
as[ sts, outinfo ] = pspm_convert_ppu2hb( '~/test.mat',1)
Expected Results
Actual Results
(Optional) Possible Cause and Solutions
(Optional) Screenshots if Graphical User Interface is Used
Technical Info
The text was updated successfully, but these errors were encountered: