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

📄 radiasi.m

📁 this code for qpsk with awgn
💻 M
字号:
kh=(2*pi);
theta(1)=0;
for i=1:1000
r(i)=sin(theta(i))*2*cos(kh*cos(theta(i)));
if(i<1000)
theta(i+1)=theta(i)+pi/1000;
end
end

dB=20*log(r/max(r));
plot(theta,dB)
axis([0 pi -70 0])
title('Plot of Radiation Pattern for l=10\lambda (the increase in # of lobes is significant)')
xlabel('\theta')
ylabel('dB')

⌨️ 快捷键说明

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