Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Please, I want to know the mathematical equation of SINR for the code I added below.

1 view (last 30 days)
SINR_BS=(SNR*(abs(Wrf(:,u)'*Channel*Frf(:,u)).^2))/(SNR*sum((abs(Wrf(:,u)'*Channel*Frf(:,Int_set)).^2))+1);
Rate_BS(count)=Rate_BS(count)+log2(1+SINR_BS)/(Num_users*ITER);

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!