📄 ceps_pr_fl_sl.m
字号:
%Callback function for the slider in the cepstral property windowing
%Author: D. G. Childers
%Written on June 11, 1997
if exist('ceps_pr_win_h')
% Get the value from the slider
ceps_frame_len=round( get(ceps_fl_sl_h,'Value') );
% Put the string
set(ceps_txt1_h,'String',2^ceps_frame_len);
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -