Azzera filtri
Azzera filtri

how can i solve Shannon capacity in matlab

9 visualizzazioni (ultimi 30 giorni)
abdulaziz alofui
abdulaziz alofui il 19 Gen 2014
Commentato: ashwini yadao il 1 Apr 2015
C= B log2 (1+SNR)
how can plot this in matlab

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Probability Density Functions in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by