Code covered by the BSD License  

Highlights from
colea

from colea by Philip Loizou
This program can be used to edit speech waveforms

seton(type)
function seton(type)

% Copyright (c) 1995 Philipos C. Loizou
%

global OVRL fno FIX_SCALE



if strcmp(type,'on')
 OVRL=-OVRL;
elseif strcmp(type,'scale')
 FIX_SCALE=-FIX_SCALE;
end



figure(fno);

Contact us at files@mathworks.com