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

Upload New File

parent 57babec2
Branches main
No related tags found
No related merge requests found
function SNR = SNR_function(Number_MS,Number_BS,PL,Pt_MS, N_dBm)
SNR=zeros(Number_MS,Number_BS);
for i=1:Number_MS
for j=1:Number_BS
SNR(i,j) = Pt_MS-PL(i,j)-N_dBm;
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