Skip to content

Commit

Permalink
updated documentation, no functional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Feb 7, 2018
1 parent 3075992 commit 27da00b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ft_electrodermalactivity.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@
% the electric resistance of the skin.
%
% Use as
% eda = ft_analyze_electrodermalactivity(cfg, data)
% eda = ft_electrodermalactivity(cfg, data)
% where the input data is a structure as obtained from FT_PREPROCESSING.
%
% The configuration structure has the following options
% cfg.channel = selected channel for processing, see FT_CHANNELSELECTION
% cfg.feedback = 'yes' or 'no'
% cfg.medianwindow = scalar, length of window for median filter in seconds (default = 8)
%
% After using this function you can call ft_artifact_threshold to get the onset and
% offset of the large amplitude and sharp transient EDA “events".
% After using this function you can use FT_REDEFINETRIAL and T_TIMELOCKANLAYSIS to
% investigate electrodermal responses (EDRs) to stimulation. You can use
% FT_ARTIFACT_THRESHOLD to determine the timing and frequency of nonspecific EDRs.
%
% See https://doi.org/10.1111/j.1469-8986.2012.01384.x "Publication recommendations
% for electrodermal measurements" by the SPR for an introduction in electrodermal
% methods and for recommendations.
%
% See also FT_HEARTRATE, FT_HEADMOVEMENT, FT_REGRESSCONFOUND

Expand Down

0 comments on commit 27da00b

Please sign in to comment.