Effacer les filtres
Effacer les filtres

how to write matlab code for this equation?

4 vues (au cours des 30 derniers jours)
VISHALI V
VISHALI V le 26 Fév 2018
Commenté : VISHALI V le 9 Mar 2018
sa=0;
for a=1:K
sa=sa+log2(1+r(a)/U);
end
display(sa)
as = 1*10^-10;
bs= 1*10^-5;
rs = (bs-as).*rand(K,1) + as;
pow=0;
for d=1:K
pow=pow+((Ptot(d)/U)+rs(d));
end
display(pow)
ptc=1*10^-3;
par=pow+ptc
nreee=sa/par
  6 commentaires
Walter Roberson
Walter Roberson le 8 Mar 2018
You are using a discrete domain of pk. To find the pk that maximizes the equation, try them all, and use the two-output form of max() to identify the index that returns the largest value.
VISHALI V
VISHALI V le 9 Mar 2018
thank you sir

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur WLAN Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by