|
TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
|
Sets the data of the signal to absolute or relative. More...
Go to the source code of this file.
Functions | |
| function | Signal__set_absolute (in Signal, in isAbsolute) |
Sets the data of the signal to absolute or relative.
Example: for a HST signal, do you have samples like [37, 37.5, 37.6] or more like [0, 0.5, 0.6] ? If true, the data is absolute (37), if false, it is relative (0).
Definition in file Signal__set_absolute.m.
| function Signal__set_absolute | ( | in | Signal, |
| in | isAbsolute | ||
| ) |
| Signal | the signal to set the flag |
| isAbsolute | true/false |
| Signal | the same signal with the flag set |