can u help me to denote this equation ( symbol error probability ) in matlab ??
1 回表示 (過去 30 日間)
古いコメントを表示
can u help me to denote this equation ( symbol error probability ) in matlab
0 件のコメント
採用された回答
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 Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!