フィルターのクリア

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 Center および File ExchangeProbability Density Functions についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by