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

Computes Skin respiration features. More...

Go to the source code of this file.

Functions

function RES_feat_extr (in RESsignal, in varargin)
 

Detailed Description

Computes Skin respiration features.

Parameters
RESsignalthe respiration signal.
vararginyou can choose which features to extract (see featureSelector) the list of available features is:
  • mean_: average temprature
  • std_: standard deviation of the respiration
  • kurtosis_: Kurtosis of the respiration
  • skewness_: skewness of the respiration
  • main_freq: main frenquency of the respiration
  • spxxyy: power spectral power between [xx,yy] /10 Hz available values are: 'sp0001', 'sp0102','sp0203', 'sp0304', 'sp0407', 'sp0710','sp1025'
Return values
RES_featslist of features values
RES_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 Frank Villaro-Dixon, 2015

Definition in file RES_feat_extr.m.

Function Documentation

◆ RES_feat_extr()

function RES_feat_extr ( in  RESsignal,
in  varargin 
)