TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
GSR__get_signame.m
Go to the documentation of this file.
1 %> @file GSR__get_signame.m
2 %> @brief Gets the name of a GSR signal
3 %> @retval name: the name of the GSR signal, in this case, 'GSR'
4 %
5 %> @author Copyright Frank Villaro-Dixon, Public Domain, 2014
6 function name = GSR__get_signame()
7 
8 name = 'GSR';
9 
10 
GSR__get_signame
function GSR__get_signame()