source_modify_quit.m

来自「这是一个用于语音信号处理的工具箱」· M 代码 · 共 35 行

M
35
字号
%Callback function for the cancel button in the source modification window
%Author : Karthik 2/98
%
if exist('src_modify_fig') == 1
   eval('close(src_modify_fig);',catch1);
   clear src_modify_fig;
end

if exist('src_display_fig') == 1
   eval('close(src_display_fig);',catch1);
   clear src_display_fig;
end

if exist('src_fig_2') == 1
   eval('close(src_fig_2);',catch1);
   clear src_fig_2;
end

if exist('excitation1')
  excitation = excitation1;
  Ncof = Ncof1;
  Pitch = Pitch1;
  Ngain=Ngain1;
end   

if file_flag == 0
   Lens_array = Pitch;
end

if exist('Lcof1')
   Lcof = Lcof1;
end


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?