ui_private_global.m

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

M
22
字号
% this file declares global variables which are private to the 
% DFEcator files

% miscellaneous parameters
global N_max real_noise real_source src_type datname;

% figure handles
global fig_freq fig_imp fig_menu fig_cluster fig_mse fig_ser fig_ep...
       fig_chan fig_fimp fig_ffreq fig_acluster fig_fcluster fig_aerr fig_traj;

% handles to ui parameters
global  h_chan h_source h_coefs h_SNR h_norm h_len h_deltype h_del h_bias...
        h_spa h_proc h_init h_f0 h_d0 h_sim h_muf h_mud h_alg h_data h_reg;

% handles to ui actions
global  h_design h_freq h_imp h_mse h_ser h_cluster h_clr h_help h_ep ...
        h_Lep h_resp h_adapt h_traj h_aerr h_acluster h_fcluster ...
        h_fimp h_ffreq;

% handles to ui messages
global  h_msg new_params;

⌨️ 快捷键说明

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