⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pr_nz_ed.m

📁 这是一个用于语音信号处理的工具箱
💻 M
字号:
%
% Callback function for "Number of zeros" editor of Property window
% Author : Minkyu Lee
% Date : 5-Oct-1994
%

if exist('ma_pr_win_h')
	% Get the value from the slider
	val=get(ma_pr_txt2_nz_h,'String');
	% Put the string
	set(ma_pr_nz_h,'Value',eval(val));
end

if exist('arma_pr_win_h')
	% Get the value from the slider
	val=get(arma_pr_txt2_np_h,'String');
	% Put the string
	set(arma_pr_np_h,'Value',eval(val));
	% Get the value from the slider
	val=get(arma_pr_txt2_nz_h,'String');
	% Put the string
	set(arma_pr_nz_h,'Value',eval(val));
end

⌨️ 快捷键说明

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