% method of class @signal
% function ret=getdata(sig)
% INPUT VALUES:
% sig: @signal
% RETURN VALUE:
% ret: the privat data of the signal
%
% (c) 2003, University of Cambridge, Medical Research Council
% Stefan Bleeck (stefan@bleeck.de)
% http://www.mrc-cbu.cam.ac.uk/cnbh/aimmanual
% $Date: 2003/01/17 16:57:42 $
% $Revision: 1.3 $
function ret=getdata(a)
ret=a.werte;