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