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

Upload New File

parent ad2bc2ce
No related branches found
No related tags found
No related merge requests found
function sigma = LoSprob(Number_SN,Number_RN,d)
sigma=zeros(Number_SN,Number_RN);
for i=1:Number_SN
for j=1:Number_RN
sigma(i,j) = min(18/d(i,j),1)*(1-exp(-d(i,j)/63))+exp(-d(i,j)/63);
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