Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
can u help me to denote this equation ( symbol error probability ) in matlab

Akzeptierte Antwort

Robert
Robert am 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)))

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by