ui_imp.m

来自「基于Matlab」· M 代码 · 共 17 行

M
17
字号
% this plots the impulse responses 
% of MMSE designs
function [] = ui_imp();
 
% Get variables
dfec_global; 
ui_private_global;

% Plot
if get(h_imp,'Value')
   newparams;
   figure(fig_imp);
   impu(c,spacing,f,dd,h,q,fa,fb,Nd,delta,max(SNR));
else
   if ishandle(fig_imp), delete(fig_imp); end;
end;

⌨️ 快捷键说明

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