ex_lastf.m
来自「这是一个用于语音信号处理的工具箱」· M 代码 · 共 45 行
M
45 行
% ex_lastf.m
% modified by D. G. Childers 7/16/98
set(exc_voi_h,'Enable','on');
set(exc_unv_h,'Enable','on');
set(exc_mix_h,'Enable','on');
set(exc_voi_h,'Value',0);
set(exc_unv_h,'Value',0);
set(exc_mix_h,'Value',0);
set(exc_jitshi_h,'Enable','off');
set(exc_aspira_h,'Enable','off');
set(exc_subglo_h,'Enable','off');
set(exc_jitshi_h,'Value',0);
set(exc_aspira_h,'Value',0);
set(exc_subglo_h,'Value',0);
set(exc_curf_e_h,'String','');
set(exc_totf_e_h,'String','');
set(exc_beg_e_h,'String','');
set(exc_end_e_h,'String','');
set(exc_dur_e_h,'String','');
if exist('jittshim_h')==1
eval('close(jittshim_h);',catch1);
clear jittshim_h;
end
if exist('aspino_h')==1
eval('close(aspino_h);',catch1);
clear aspino_h;
end
if exist('subglot_h')==1
eval('close(subglot_h);',catch1);
clear subglot_h;
end
if exist('voice_h')==1
eval('close(voice_h);',catch1);
clear voice_h;
end
if exist('noise_h')==1
eval('close(noise_h);',catch1);
clear noise_h;
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?