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!