TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
|
Asserts that the signal is a TEAP one. More...
Go to the source code of this file.
Functions | |
function | Signal__assert_range (in Signal, in minVal, in maxVal, in soft) |
Asserts that the signal is a TEAP one.
Definition in file Signal__assert_range.m.
function Signal__assert_range | ( | in | Signal, |
in | minVal, | ||
in | maxVal, | ||
in | soft | ||
) |
Signal | the signal to test |
minVal | the minimum value (default to -Inf) |
maxVal | the maximum value (defaults to +Inf) |
soft | boolean indicating if the assert is soft (i.e. 1 -> warning) or hard (i.e. 0 -> error), defaults to 0 |