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

采纳的回答

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 CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by