필터 지우기
필터 지우기

how can i solve Shannon capacity in matlab

조회 수: 9 (최근 30일)
abdulaziz alofui
abdulaziz alofui 2014년 1월 19일
댓글: ashwini yadao 2015년 4월 1일
C= B log2 (1+SNR)
how can plot this in matlab

답변 (1개)

Walter Roberson
Walter Roberson 2014년 1월 19일
B = rand();
SNR = 20 * rand(1,100);
C = B * log2(1 + SNR);
plot(SNR, C);
  댓글 수: 1
ashwini yadao
ashwini yadao 2015년 4월 1일
can you plz tell me the m file script for capacity for the simulink model ...

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Probability Density Functions에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by