Info

This question is closed. Reopen it to edit or answer.

how to get effective bit rate values in matrix form.

2 views (last 30 days)
suchismita
suchismita on 16 May 2011
Closed: Walter Roberson on 3 Jan 2017
[EDIT: 20110529 12:39 CDT - reformat - WDR]
sir, my problem is: i have taken a variable k=50 (no of mobile nodes) where j={1,2,..k}, i= {1,2,..N}, i1=i-N, i1={1,..M}. Here i have taken N=5 (no of access point) and M=2(no of base station)
%eij effective bit rate of mobile node uj when it is attatched to access point i
%ei1j_c effective bit rate of mobile node uj when it is attatched to base station i.
I have to assign effective bit rate of k mobile nodes associated with N access points and M base stations.
I have initialized the first node variable as below and for rest of nodes i have taken eij and ei1j_c expression.
e111_c=108*10^6;
ei1j_c = e111_c+ 10*(0:49);
e11=54*10^6;
eij = e11 + 10*(0:49)
but i'm not getting it for all access points and base stations. i know it is wrong. i have no expressions or equations for expressing bit rate values. i have to assign it by my own. Plzzzz help me sir. i want a urgent reply.
Expecting a favorable reply.
Thanking u SUCHI
  1 Comment
Oleg Komarov
Oleg Komarov on 16 May 2011
Format a little bit your request with paragraphs, punctuation and code formatting. Like this it's unreadable.
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

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!