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