Skip to content
Snippets Groups Projects
Commit 04f6e44b authored by Ishtiaq Ahmad's avatar Ishtiaq Ahmad
Browse files

Upload New File

parent 4b0c4c5b
No related branches found
No related tags found
No related merge requests found
function SNR = SNR_function(Number_SN,Number_RN,PL,Pt_UE, Noise_var)
SNR=zeros(Number_SN,Number_RN);
for i=1:Number_SN
for j=1:Number_RN
SNR(i,j) = Pt_UE-PL(i,j)-Noise_var;
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