spset.m
来自「这是一个用于语音信号处理的工具箱」· M 代码 · 共 16 行
M
16 行
% Function : select the formant to be modified from the GCI display using the mouse.
%
% spset.m is a call_function executed by "formant_pp" on
% figure(Sset_f).
%------------------------------%
% change the speech spectrum %
%------------------------------%
thefmt=get(formant_pp,'Value');
set(fmnt1_text,'String',num2str(avFF1(thefmt)));
set(formant_edit,'String',num2str(avFF1(thefmt)));
set(fmt_slider,'Value',avFF1(thefmt) );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?