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

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)
 

Detailed Description

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 Documentation

◆ Signal__set_absolute()

function Signal__set_absolute ( in  Signal,
in  isAbsolute 
)
Parameters
Signalthe signal to set the flag
isAbsolutetrue/false
Return values
Signalthe same signal with the flag set
Author
Copyright Frank Villaro-Dixon, 2014