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