fig810.m
来自「《Radar Systems Analysis and Design Using」· M 代码 · 共 11 行
M
11 行
fofr=0.01:0.001:32;
a=63.0/64.0;
term1=(1-2.*cos(a*2*pi*fofr)+cos(4*pi*fofr)).^2;
term2=(-2*sin(a*2*pi*fofr)+sin(4*pi*fofr)).^2;
resp=.25.*sqrt(term1+term2);
%axis([0 4 -60 0]);
resp=10.*log(resp);
plot(fofr,resp);
axis([0 32 -40 0]);
grid
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?