File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 66% PsPM 3.1
77% (C) 2016 Tobias Moser (University of Zurich)
88
9- % $Id$
10- % $Rev$
119
1210%% Data preprocessing
1311cfg = cfg_repeat ;
Original file line number Diff line number Diff line change 11function [pp_emg ] = pspm_cfg_pp_emg_data
2- % function to process emg data which leads to emg_proc data
3- %
4-
5- % $Id$
6- % $Rev$
2+ % * Description
3+ % function to process emg data which leads to emg_proc data
4+ % * History
5+ % Updated in 2024 by Teddy
76
87% Initialise
98global settings
Original file line number Diff line number Diff line change 33
44options = struct();
55options.mains_freq = job .options(1 ).mains_freq;
6- options.channel_action = job .options(1 ).channel_action ;
6+ options.channel_action = job .options(1 ).chan_action ;
77if isfield(job .options(1 ).channel, ' cust_channel' )
88 options.channel = job .options(1 ).channel(1 ).cust_channel;
99elseif isfield(job .options(1 ).channel, ' first_channel' )
Original file line number Diff line number Diff line change 1919% ● History
2020% Introduced In PsPM 3.0
2121% Written in 2009-2015 by Dominik R Bach (Wellcome Trust Centre for Neuroimaging)
22- % Maintained in 2022 by Teddy Chao (UCL)
22+ % Maintained in 2024 by Teddy
2323
2424%% Initialise
2525global settings
You can’t perform that action at this time.
0 commit comments