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