Filter löschen
Filter löschen

how can i solve Shannon capacity in matlab

9 Ansichten (letzte 30 Tage)
abdulaziz alofui
abdulaziz alofui am 19 Jan. 2014
Kommentiert: ashwini yadao am 1 Apr. 2015
C= B log2 (1+SNR)
how can plot this in matlab

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Probability Density Functions finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by