Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
can u help me to denote this equation ( symbol error probability ) in matlab

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by