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

📄 conventionalbfparam1cb.m

📁 Matlab雷达工具箱
💻 M
字号:
%conventionalBFParam1cb%% This is a callback function for the first parameter in the conventional beamforming block.% Disable the parameter field for taperParam if taperType is chosen to 'uniform'tempCell=get_param(gcb,'MaskValues');taperType=tempCell{4};set_param(gcb,'MaskEnables',{'on','on','on','on','on','on'});switch(taperType)      case 'uniform'   		set_param(gcb,'MaskVisibilities',{'on','on','on','on','off','off'});	case 'cheby'   		set_param(gcb,'MaskVisibilities',{'on','on','on','on','on','off'});	case 'taylor'   		set_param(gcb,'MaskVisibilities',{'on','on','on','on','on','on'});               end %switch   

⌨️ 快捷键说明

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