📄 ui_ffreq.m
字号:
% this plots the frequency responses
% of adaptive designs
function [] = ui_ffreq();
% declare global variables
dfec_global;
ui_private_global;
if get(h_ffreq,'Value')
if (isempty(fL))
warning('No adaptation has been done yet!');
else
figure(fig_ffreq);
frequ(spacing,HL,FL,DDL,FaL,FbL);
end;
else
if ishandle(fig_ffreq), delete(fig_ffreq); end;
end;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -