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

Upload New File

parent 4902dd27
No related branches found
No related tags found
No related merge requests found
function BS_assoc = BS_association(Number_SN,SNR)
BS_assoc=zeros(Number_SN,2);
for i=1:Number_SN
[BS_assoc(i,1),BS_assoc(i,2)]=max(SNR(i,:));
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