|
TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
|
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) |
Computes the statistical moments for the input signals.
Definition in file Signal_feat_stat_moments.m.
| function Signal_feat_stat_moments | ( | in | Signal | ) |
| Signal | The signal to compute |
| 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 |