source_reset.m
来自「这是一个用于语音信号处理的工具箱」· M 代码 · 共 24 行
M
24 行
%Callback function for the reset button in the source modification window
excitation1(start_point:end_point) = excitation(start_point:end_point);
Ncof1(segment_no,:) = Ncof(segment_no,:);
Vgain1(segment_no)= Vgain(segment_no);
Ngain1(segment_no) = Ngain(segment_no);
Pitch1 = Pitch;
if exist('Lcof')
Lcof1(segment_no,:) = Lcof(segment_no,:);
end
if file_flag == 0
Lens_array = Pitch1;
end
if file_flag ==1
file_modify;
else
new_modify_v_uv;
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?