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

1 vue (au cours des 30 derniers jours)
can u help me to denote this equation ( symbol error probability ) in matlab

Réponse acceptée

Robert
Robert le 7 Nov 2016
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)))

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by