TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
GSR_feat_extr.m File Reference

Computes GSR features. More...

Go to the source code of this file.

Functions

function GSR_feat_extr (in GSRsignal, in varargin)
 

Detailed Description

Computes GSR features.

Definition in file GSR_feat_extr.m.

Function Documentation

◆ GSR_feat_extr()

function GSR_feat_extr ( in  GSRsignal,
in  varargin 
)
Parameters
GSRsignalthe GSR signal.
vararginyou can choose which features to extract (see featureSelector) the list of available features is:
  • nbPeaks: number of GSR peaks per second
  • ampPeaks: average amplitude of peaks
  • riseTime: average rise time of peaks
  • meanGSR: average GSR value
  • stdGSR: variance of GSR
Return values
GSR_featslist of features values
GSR_feats_namesnames of the computed features (it is good pratice to check this vector since the order of requested features can be different than the requested one)
Author
Copyright XXX 2011
Copyright Frank Villaro-Dixon, 2014