The inverse of the Marcum-Q function
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
can any one help me on my problem which is how to get the inverse of marcum Q function
1 comentario
Muhammad Adil
el 17 de Abr. de 2018
working on same problem bro ..... read this "Approximate Inversion of Marcum Q function" by Carl W helstorm, maybe it will help
Respuestas (1)
Wayne King
el 1 de Oct. de 2013
Editada: Wayne King
el 1 de Oct. de 2013
Do you have the Communications System Toolbox?
See the help for qfuncinv.m
If you don't have the CST, you can use erfcinv.m
x = [0.5000 0.1587 0.0228];
y = sqrt(2) * erfcinv(2*x);
Ver también
Categorías
Más información sobre Genetic Algorithm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!