Calculating and plotting an integral

Hi guys,
Can anyone help me in calculating the attached integral.
N=8,
a = 0:10 (dB)
x = sqrt(2*a)
and the goal is plotting PB vs. x.
TIA!!!!

2 件のコメント

Rik
Rik 2019 年 2 月 14 日
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.
David Goodmanson
David Goodmanson 2019 年 2 月 17 日
編集済み: David Goodmanson 2019 年 2 月 17 日
Hi Su,
the inner integral (the one that is taken to the N/2-1 power) is
normcdf(v+X) - normcdf(-(v+X))
which is also
2*normcdf(v+X) - 1
assuming that v+X >= 0. But the lower limit on the outer integral, v >= -X, assures that this is the case.
So you can plug in either of those two expressions and then you are at least down to a single integral, which can be done numerically.

回答 (0 件)

この質問は閉じられています。

タグ

質問済み:

2019 年 2 月 14 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by