The inverse of the Marcum-Q function

15 ビュー (過去 30 日間)
mutah
mutah 2013 年 10 月 1 日
コメント済み: Muhammad Adil 2018 年 4 月 17 日
can any one help me on my problem which is how to get the inverse of marcum Q function
  1 件のコメント
Muhammad Adil
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
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);
  1 件のコメント
mutah
mutah 2013 年 10 月 1 日
my dear i mean the inverse of this equation :
Q_m(a,b) = 1/a^(m-1) * integral from b to inf of
[x^m * exp(-(x^2+a^2)/2) * I_(m-1)(ax)] dx,
where I_(m-1)() is the modified Bessel function of the first kind, of
order m-1.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by