MATLAB: Hey, i have this program and i need to draw distribution of power Pr_dbm !

power distribution

c=3e8; Pt=9; Gt=1; Gr=1; f=60e9; d=1:0.05:50;
for i=1:1:length(d)
Pr(i) = Pt*Gr*Gt*((c/(4*pi*d(i)*f))^2)
Pr_dbm(i)=10*log10(Pr(i)); % Pr sans path loss
end

Best Answer

like in the pictures but juste one pick
Related Question