Meijer G-function MATLAB Implementation Problem

I am simulating results using the above average channel capacity function.
r = 2 which means that G^8,1 top , and G_4,8 bottom.
k1 = 1.2200 1.7200
(two values)
k2 = 0.7200 1.2200 1.4510 1.9510 1.2550 1.7550
(6 values)
B/mu_r^bar = 331.6059
A/ln(2) = 1.4361
Since the matlab function meijerG(a,b,c,d,z) has a,b,c,d,z inputs, I have been trying different combinations but has failed to achieve the desired results (resimulating results from a paper). Actually struggling how many inputs are with a,b,c,d and z (z = B/mu_r^bar I assume).
Please help and advise!
Best regards,

 采纳的回答

Cbar = 1.4361*meijerG([0],[1,1.22,1.72],[0.7200,1.2200,1.4510,1.9510,1.2550,1.7550,0,0],[],331.6059)
Cbar = 0.0109

1 个评论

Great! It works now! Thanks for your help really appreciate that!

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

提问:

M
M
2024-4-19

评论:

M
M
2024-4-19

Community Treasure Hunt

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

Start Hunting!

Translated by