how to write this equation
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
6 comentarios
Respuestas (1)
David Hill
el 24 de Mzo. de 2020
Assuming p and m arrays previously established and e,B, and K are scalar.
R=B/2*log2([((1-e)*p(1:K-1)+m(1:K-1))./(p(2:K)-e*p(1:K-1)+m(1:K-1)),((1-e)*p(K)+m(K))/(-e*p(K)+m(K))]);
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!