can u help me to denote this equation ( symbol error probability ) in matlab ??

1 回表示 (過去 30 日間)
joys roselin
joys roselin 2016 年 11 月 7 日
コメント済み: joys roselin 2016 年 11 月 8 日
can u help me to denote this equation ( symbol error probability ) in matlab

採用された回答

Robert
Robert 2016 年 11 月 7 日
M, k, E_b, N_0 = ?
m = 1:(M-1);
binocoeff = arrayfun(@(m)nchoosek(M-1,m),m);
sum((-1).^(m+1).*binocoeff./(m+1).*exp(-k*E_b/N_0.*m./(m+1)))

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by