Skip to content
Snippets Groups Projects
Commit 226a2b1d authored by Ramsha Narmeen's avatar Ramsha Narmeen
Browse files

Upload New File

parent 8c406157
No related branches found
No related tags found
No related merge requests found
function PL = pathloss(Number_MS,Number_BS,d,f)
PL=zeros(Number_MS,Number_BS);
for i=1:Number_MS
for j=1:Number_BS
PL(i,j) = 35.2+35*log10(d(i,j))+26*log10(f/2);
end
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment