could anybody tell me how to plot the graph for the coding
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Bmax=2000000; %maximum available bandwidth for OFDMA noise=1e-9; %fixed noise power is assumed p_fix=0.01;%fixed transmit power N_UE=[ 10 20 30 40 50 ]; % no of users N_SC=[ 50 70 90 110 130];% no of subcarriers throughput =((Bmax.*log(1+((p_fix).*C))./noise)); overall_throughput = sum(sum((Bmax.*log(1+((p_fix).*C))./noise))); where C is a matrix[user * subcarrier] how to plot the graph of 10 users vs 50 subcarriers with throughput,20 users vs 50 subcarriers with throughput and overall_throughput and so on till 50 users vs 130 subcarriers
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!