Domanda


how to calculate the BER of OFDMA
can anybody give the equation which can be used to calculate the BER of OFDMA.

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


can anybody tell the throughput expression of OFDMA
I want to calculate the throughtput performance of OFDMA the equation which i am using was [blog(1+((power*cg)/N))] can anybo...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


for n number of users in OFDMA how can the random selection of subcarriers,power and channel gain can be done inorder to find the throughput
Bmax=2000000; %maximum available bandwidth for OFDMA noise=1e-9; %fixed noise power is assumed Ncarrier=4; %number of subcarri...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how can i plot the graph for the following code
nb_user = 5; sub_used = 3; nb_sub = sub_used * nb_user; association = zeros(nb_user,nb_sub); throughput_th...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


for what purpose association command has been used
for s = 1:nb_user association(s,((s-1)*sub_used+1):(s*sub_used)) = ones(1, sub_used); end where nb_user is the no of us...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


In a system i am having 2 users and 4 subcarriers.I want to have each user with two subcarriers.
No of users 2 no of subcarriers 4 i want user1 to have two subcarrier and user2 to have two subcarriers how can i write th...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


rand(Nuser,Ncarrier)= (b.*log(1+(rand(power).*rand(cg))/noise));
whether the above expression was correct as i am getting error using rand Size vector should be a row vector with real element...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to write log base 2 in matlab coding
expression for log base 2 in matlab coding

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


how to have random selection of users and subcarriers with respect to power and channel gain
I want to calculate the throughput performance of OFDMA by having random selection of users and subcarriers with respect to pow...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


can anybody help me to write the attached equations in matlab
I have attached two equations in first one i want to express the throughput performance of downlink NOMA the parameters given...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


what i the difference between rand and randn
I would like to know the difference between rand(2,6) and randn(2,6)

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


why temp command is required
Is there any specific reason for using temp in coding

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


I am getting error while plotting graph from this command figure;plot(sum_n, '--bs',sum_vec,'--bs')
figure; plot(sum_n, '--bs', sum_vec,'--bs') i am getting the message "Data must be a single matrix Y or a list of ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to include n = 1:25; power = 1:4:100; cg = 1:6:150; in single expression using for loop
i have initialized n=1:25(number of users) power = 1:4:100(power values of different users) cg = 1:6:150(channel gain...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


I am getting error after executing the code.
syms n s1 = symsum (n.b.log(1+(p_fix)/noise),n,1,N) I am getting Error using sym/subsref SYM objects do not allow nested ind...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


How to write the matlab code for varying values of power level
For NOMA different ranges of power levels were considered for every user. Please help me to understand how to write the express...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how do i need to compare the throughput performance of OFDMA and NOMA
how to calculate the throughput for ofdma under the criteria, the power is getting fixed for N number of users with each user h...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how do i write the attached equation in matlab
Please help me to write the below attached equation in matlab using for loop or symsum

oltre 8 anni fa | 1 risposta | 0

1

risposta