GREASY - Load the 'greasy' test signal.

Program code:

function s=greasy()

%   AUTHOR : Peter Soendergaard

if nargin>0
  error('This function does not take input arguments.')
end;

s=load('-ascii',[caspbasepath,'signals',filesep,'greasy.asc']);