Effacer les filtres
Effacer les filtres

how can i solve Shannon capacity in matlab

9 vues (au cours des 30 derniers jours)
abdulaziz alofui
abdulaziz alofui le 19 Jan 2014
Commenté : ashwini yadao le 1 Avr 2015
C= B log2 (1+SNR)
how can plot this in matlab

Réponses (1)

Walter Roberson
Walter Roberson le 19 Jan 2014
B = rand();
SNR = 20 * rand(1,100);
C = B * log2(1 + SNR);
plot(SNR, C);
  1 commentaire
ashwini yadao
ashwini yadao le 1 Avr 2015
can you plz tell me the m file script for capacity for the simulink model ...

Connectez-vous pour commenter.

Catégories

En savoir plus sur Probability Density Functions dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by