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

Computes Skin temperature features WARNING: this function will give 'strange' results when applied on a relative signal. More...

Go to the source code of this file.

Functions

function HST_feat_extr (in HSTsignal, in varargin)
 

Detailed Description

Computes Skin temperature features WARNING: this function will give 'strange' results when applied on a relative signal.

Definition in file HST_feat_extr.m.

Function Documentation

◆ HST_feat_extr()

function HST_feat_extr ( in  HSTsignal,
in  varargin 
)
Parameters
HSTsignalthe temperature signal.
vararginyou can choose which features to extract (see featureSelector) the list of available features is:
  • mean_: average temprature
  • std_: standard deviation of the temperature
  • kurtosis_: Kurtosis of the temperature
  • skewness_: skewness of the temperature
  • sp0001: Spectral power 0-0.1Hz,
  • sp0102: Spectral power 0.1-0.2Hz,
Return values
HST_featslist of features values
HST_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