I need to implement this equation, please define variables also.

C1 = B*[log2(1 + (P*h1^2*a1/1 + (p*v)))]; where gamma represents the interference due to UE2 signal and row is the transmit signal to noise ratio (SNR) h1, alpha and B could be any fix value i.e h1=10^-12; %-120 dB

1 件のコメント

Muneeb Ahmad
Muneeb Ahmad 2017 年 10 月 27 日
How to plot C1 for variable gamma values. Could anyone please give me interference value of user 1 due to user2

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

 採用された回答

Birdman
Birdman 2017 年 10 月 27 日

0 投票

syms B ro h1 a1 gama
C1=B*log2(1+(a1*ro*abs(h1)^2)/(1+ro*gama));
C1=vpa(subs(C1,{B,ro,h1,a1,gama},{[5,5,5,5,5]}))
Note that the numerical values are just random.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeRobust Control Toolbox についてさらに検索

質問済み:

2017 年 10 月 27 日

コメント済み:

2017 年 10 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by