The inverse of the Marcum-Q function
조회 수: 7 (최근 30일)
이전 댓글 표시
can any one help me on my problem which is how to get the inverse of marcum Q function
댓글 수: 1
Muhammad Adil
2018년 4월 17일
working on same problem bro ..... read this "Approximate Inversion of Marcum Q function" by Carl W helstorm, maybe it will help
답변 (1개)
Wayne King
2013년 10월 1일
편집: Wayne King
2013년 10월 1일
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);
참고 항목
카테고리
Help Center 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!