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

Computes Skin EMG featuEMG. More...

Go to the source code of this file.

Functions

function EMG_feat_extr (in EMGsignal, in varargin)
 WARNING: this function will give 'strange' results when applied on a relative signal More...
 

Detailed Description

Computes Skin EMG featuEMG.

Parameters
EMGsignalthe EMG signal.
vararginyou can choose which features to extract (see featureSelector) the list of available features is:
  • mean_: average temprature
  • std_: standard deviation of the EMG
  • kurtosis_: Kurtosis of the EMG
  • skewness_: skewness of the EMG
  • EMG_power: power spectral power above 20Hz

Definition in file EMG_feat_extr.m.

Function Documentation

◆ EMG_feat_extr()

function EMG_feat_extr ( in  EMGsignal,
in  varargin 
)

WARNING: this function will give 'strange' results when applied on a relative signal

Return values
EMG_featslist of featuEMG values
EMG_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