Skip to main content
. 2021 Oct 14;23(10):1342. doi: 10.3390/e23101342
Algorithm 1 Rank algorithm of IRS allocation for Bobs scheduling.
Input:RB(i,j)
Output:pair
pair=
for loop = 1:N
(i,j)=argmaxi,j?[1,N](RB(i,j)) 
RB=RB\(RB(i,:)URB(:,j))
pair=pairU(i,j) % Pair relationship between IRS reflection matrix and Bob
end