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

Computes the statistical moments for the input signals. More...

Go to the source code of this file.

Functions

function Signal_feat_stat_moments (in Signal)
 

Detailed Description

Computes the statistical moments for the input signals.

Definition in file Signal_feat_stat_moments.m.

Function Documentation

◆ Signal_feat_stat_moments()

function Signal_feat_stat_moments ( in  Signal)
Parameters
SignalThe signal to compute
Return values
mean_the calculated std, using the mean() function
std_the calculated std, using the std() function
kurtosis_the calculated Kurtosis, using the kurtosis() function
skewness_the calculated skewness, using the skewness() function
Author
Copyright Moahmmad Soleymani and Frank Villaro-Dixon, 2015