Borrar filtros
Borrar filtros

how can i solve Shannon capacity in matlab

9 visualizaciones (últimos 30 días)
abdulaziz alofui
abdulaziz alofui el 19 de En. de 2014
Comentada: ashwini yadao el 1 de Abr. de 2015
C= B log2 (1+SNR)
how can plot this in matlab

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Probability Density Functions en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by