Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
can u help me to denote this equation ( symbol error probability ) in matlab

Respuesta aceptada

Robert
Robert el 7 de Nov. de 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)))

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by