Low Complexity Power and Scheduling Policies for Wireless Networks to Provide Quality of Service

Size: px
Start display at page:

Download "Low Complexity Power and Scheduling Policies for Wireless Networks to Provide Quality of Service"

Transcription

1 Low Complexity Power and Scheduling Policies for Wireless Networks to Provide Quality of Service Satya Kumar V, Vinod Sharma Department of Electrical Communications Engineering, Indian Institute of Science, Bangalore Abstract We consider optimal power allocation policies for a single server, multiuser system. The power is consumed in transmission of data only. The transmission channel may experience multipath fading. We obtain very efficient, low computational complexity algorithms which minimize power and ensure stability of the data queues. We also obtain policies when the users may have mean delay constraints. If the power required is a linear function of rate then we exploit linearity and obtain linear programs with low complexity. Index Terms Fading channels, Average queue constraint, Optimal average power policies. I. INTRODUCTION Information and communications technology (ICT) industry is consuming about 3% of world power consumption. This percentage will further increase as the number of mobile users is growing at a rapid pace across the globe. Any reduction in power consumption in the ICT will reduce the ever increasing carbon footprint from this sector. It will also reduce the operational cost of the service providers and will need smaller diesel generators and batteries. Thus one of the primary challenges for Next Generation Networks (NGN) is to reduce energy consumption in the cellular network 7]. In a Base Station (BS) the power is consumed mainly in the air conditioner (25%), Radio equipment (61%), DC power (11%) and RF load and Feeder (3%). In this paper we will concentrate on reducing power in RF transmission, while providing quality of service (QoS) to the users. This indirectly reduces the power consumed in the other components also 16]. Goldsmith and Varaiya 10] obtained a power allocation policy for a single fading link which optimizes the rate. Energy efficient scheduling under average delay constraint was first addressed in 4], 5]. Goyal et al. 11] considered the same problem, proved existence of an optimal policy and obtained some structural results for the optimal policy. 24] proposed delay and power optimal policies in a single server queue when the power used in transmission is a linear function of rate. 9] proposed an energy efficient scheduling with individual packet hard delay constraints. 13] presented a policy which minimizes energy for sending a fixed number of packets under given delay constraints. Neely 18] proposed a new innovative algorithm which optimizes power while satisfying an upper bound on the sum of the average queue lengths of multiple users. The algorithm needs to learn a parameter. 25] proposed *Partially funded by a project from ANRC. a suboptimal policy which minimizes the average power under average queue constraint when there is an upper bound on packet loss also. 28] obtained asymptotic lower bounds for average queue length and average power consumption. Neely 17] presented an algorithm for a multiuser and multi channel scenario subject to an upper bound on the sum of average queue length. To meet the constraints the algorithm needs to learn two parameters. In 21] new throughput optimal energy management policies were developed when the transmitter is powered by energy harvesting sources. Explicit throughput optimal policies which also minimize mean delay were also obtained when linear power rate relation holds. 22] provides efficient MAC policies in the same setup. 19] implemented an online algorithm by modifying the value iteration equation and provides QoS by minimizing the average power for a single user. A. Problem Statement and our contribution Our objective is to minimize the average transmit power while providing QoS, such as stability of the data queue or an upper bound on the average delay. The later problem is usually formulated as an Markov Decision Problem (MDP). However, finding an optimal solution via an MDP is computationally hard and does not usually provide any insights to the solution. A few other algorithms provided in literature use learning algorithms. These can be slow to converge and also do not provide any insight into the optimal solution. We are not aware of any algorithm which guarantees an upper bound on mean delay especially in a multiuser fading environment except via MDP or learning. As against the above work, we provide algorithms which are in closed form or require very low computational complexity. Our algorithms do not require queue length information or arrival statistics. These algorithms are optimal in the class of algorithms requiring only channel gains and provide explicit guarantees on mean delays for individual users. These algorithms do not require any learning. Furthermore, either these are probably optimal or shown to be close to optimal via computations on explicit examples and perform better than other existing low complexity algorithms. The paper is organized as follows. Section II presents the system model. Section III presents our algorithm that minimizes average power and guarantees stability of the data queue. Section IV considers the problem when the users also

2 specifically consider the case, when f j can be approximated by a linear function, R j k = αp j k Hj k, (3) Fig. 1. System Model. require mean delay guarantees. Section V provides examples illustrating these algorithms and compares our results with other existing well known algorithms. Section VI concludes this paper. II. SYSTEM MODEL We consider a single server, discrete time queue with M user. A slot is of duration 1. Let A j k bits arrive in slot k, representing interval k, (k + 1)), k 0 for user j. The data to be transmitted arrives into the system from higher layers at the beginning of each slot and placed into an infinite buffer queue till transmission (Figure 1). Arrival process {A j k, k 0} is an independent and identically distributed (iid) sequence with mean EA j ]. We will some times also consider the case, when the arrival process is stationary, ergodic (e.g. modeled as Markov chain) We assume that channel gain H j k is constant over the duration of slot k and {H j k, k 0} is iid, where Hj k {h j 1, hj 2,..., hj L j } and 0 < h j i < hj l <, for i < l, 1 j M and h j L j <. We also assume that the channel gain H k = (Hk 1,..., HM k ) is available at the transmitter at time k. Let P H k = h] = p(h). The i.i.d assumption on {A j k } and {Hj k } are commonly made (1], 6], 27]). The H j k taking values on a finite set can be a good approximation for continuous distribution, e.g., Rayleigh, Rician, Nakagami, by taking the finite set arbitrarily large. Let R j k bits be transmitted in slot k from user j and let the power used be P j k. Let qj k denote the queue length in packets at time k for user j. Then {q j k } evolves as, q j k+1 = (qj k + Aj k Rj k )+, k 0, (1) where (x) + = max(0, x). We relate R j k with P j k via a general relationship Rj k = f j (P j k, Hj k ), where f j is a nondecreasing (in P j k and Hj k ), nonnegative function. A common function is, the Shannon function, R j k = 1 2 log 2(1 + P j k Hj k /σ2 ). (2) This assumes that the channel is Additive White Gaussian Noise (AWGN) fading channel with noise power σ 2. We will where α j > 0. This is a good approximation of Shannon formula (2) at low SNR 24] and also at high bandwidth (3], 14]). However as shown in 21], even when (2) cannot be approximated well by a linear function, (3) can still hold in a practical systems.we will show that linearity can be exploited to obtain more efficient algorithms. First, we consider the system without a delay constraint. Later on we provide the solution with delay constraints. III. OPTIMAL POLICIES : STABLE SYSTEM In this section we consider the problem of minimizing average power lim sup n M 1 n E n 1 P j k, (4) j=1 k=0 subjected to the stability of all the queues, i.e., the queue length process q k = (qk 1,..., qm k ) has a stationary distribution. This could be the QoS if all the users are best effort users in the Internet. This problem can be solved via MDP but computing the optimal solution is too complex to compute for more than one user. To reduce complexity we ignore the queue length process in obtaining the optimal policy. We will see that by obtaining an optimal policy which depends only on the channel states and the dynamics of the queue we can obtain policies which are close to the optimal policies, obtainable via MDP. For simplicity first we obtain the policy for a single user in Section III-A and will then extend to the multiuser case in Section III-B. We will call these policies greedy opportunistic policies. A. Single User In this section we remove the user index j. We want to obtain a power control policy P (h) that minimizes p(h i )P (h i ), (5) i subjected to, p(h i )f(p (h i ), h i ) EA] + ɛ, (6) i where ɛ > 0 is an arbitrarily small constant. The constraint (6) is to ensure that the queue is stable. If f is concave, e.g., Shannon function, then (5)-(6) has a linear cost function with convex constraints. Instead of solving for P (h) for each h, we can solve for rate R(h) for each h and then this becomes an optimization problem with convex cost function with linear functions. In either case it is a comparatively easy optimization problem to solve and the globally optimal solution can be obtained by solving KKT conditions. Also, it requires only channel statistics, current channel gain and EA]. Another important feature of this

3 policy is that when {(A k, H k ), k 0} is iid then this optimal policy retains the GI/GI/1 character of the queue. Thus, the numerous results and approximations available 2] for such queues will be applicable for this system and can be exploited to provide QoS guarantees to the wireless system. We will also see that the optimal policy obtained is very close to the overall optimal policy via MDP which requires arrival statistics and queue length information also and has a very high computational complexity. If {A k, H k } is stationary, ergodic (a generalization very useful in practice, especially to model voice and video traffic) then the solution of (5)-(6) again provides the optimal policy in the class of policies which consider only the channel gain. If the function f is linear, then a simple optimal closed form policy is available, in the whole class of policies : serve all the data in the queue whenever H k = h L, i.e., clear the queue whenever the channel gain is maximum. This is the optimal policy even when {(A k, H k )} is stationary, ergodic. This policy does not require any arrival or channel statistics; only the current channel gain and consumes average power = EA] αh L. For this optimal policy, the system has several other desirable features. When {A k, H k } is iid (in fact we can allow {A k } iid and {H k } Markov modulated with the modulating Markov chain irreducible with a finite state space), the epochs when H k = h L are regeneration epochs for the process {q k }. The process has a stationary distribution π. The queue length process converges in total variation to π exponentially. Furthermore E π q γ ] < for any γ 1 if EA γ+1 1 ] <. We also have E π q] = EA]( 1 p L 1). B. Multiuser If there are M > 1 users, the optimal policy, ignoring the queue length information is obtained as follows. Let the power needed to transmit R bits in channel state h for user j be g j (R, h) (obtainable from f j ). Then we seek an optimal policy which provides rate R j (h) in channel state h for user j with probability β(j, h). In a slot only one user will transmit. Thus, we find R j (h) and β(j, h) for each channel state vector h and j that min M p(h)g j (R j (h), h)β(j, h) j=1 h H subject to: R j (h)p(h)β(j, h) EA j ] + ɛ, j = 1,..., M, h H M β(j, h) 1, h, j=1 (7a) (7b) (7c) 0 β(j, h) 1, j, h. (7d) This is a non-convex optimization problem : the objective function as well as the constraints are non-convex even when g i are convex. But if all the functions g i are smooth enough, e.g., have continuous second order partial derivatives, then we can obtain locally optimal solutions quite easily (using MATLAB). Starting the optimization algorithm with different initial conditions and picking the best solution provides an efficient solution. Any solution obtained this way has the desirable property that each of the queues behaves as an independent GI/GI/1 queue and hence its performance, e.g., mean delay can be approximately obtained from available GI/GI/1 queue results. The problem becomes much simpler if we can approximate f j by linear functions. Then an optimal policy (among all policies) is : in slot k clear queue j if H j k = hj L j. (8) If there is more than one such queue, pick one among them with the longest queue. If even then there is more than one such queue, pick with equal probability any one of them. This policy does not require any channel or arrival statistics but only channel gains and queue lengths in the current slots. Serving the longest queue does not reduce average power; only mean queue length. If we ignore the queue length and serve one of the j users satisfying (8), with probability (say equal), then from the channel statistics we can compute the probability p j for user j with which its queue is served in any slot. In addition to being optimal, this remarkably simple policy has all the desirable properties mentioned above for a single user : The overall average power consumed = j EA j ] α jh j L j. The system has a unique stationary distribution π and starting from any initial distribution, q k converges in total variation to π exponentially fast. E π q γ j ] < whenever E(Aj 1 )γ ] < for any γ > 1. E π q j ] = EA j ]( 1 p j 1), j = 1,..., M. This policy is optimal for any {(A k, H k )} process and does not require any arrival or channel gain statistics. It does not require any fragmentation of packets. IV. OPTIMAL POLICIES : WITH MEAN DELAY CONSTRAINTS Thus far we have been concerned about minimizing constraints subject to stability of the system. For some real time and data applications, it will be desirable to have upper bounds on mean delay. Such constraints can be translated into mean queue length constraints via Little s law 2]; the exact relationship between mean delay and queue length depends on whether we consider a packet model or fluid model. In the following we assume that it has been sorted out and finally we have translated our QoS to the constraint, n ] lim sup n 1 n E k=1 q j k q j, j = 1,..., M. (9) Again, this problem can be addressed via MDP but getting optimal solution, at least for the multiuser case is computationally very demanding. Due to all the desirable properties we have discussed so far, we limit ourselves to policies which depend only on the channel state information.

4 Total average queue length Fig. 2. EECA B Bernoulli MaxTrans B Bernoulli TOCA B Bernoulli Greedy Average power Comparison of policies for three users for Bernoulli arrivals. We consider a policy which selects user j with probability β(j, h) when the system channel state is h and chooses to transmit R j (h) bits. We find β(j, h), R j (h) that solve the optimization problem (7a), (7c), (7d) with the additional constraints (9). Under our policy, left hand side of (9) can be replaced by E π q j ] where π is the stationary distribution of {q k } under the given policy. Even though under our policy each queue is like a GI/GI/1 queue with q j k satisfying q j k+1 = (qj k + Aj k Rj k )+, (10) a closed form expression for E π q j ] is not available. But several approximation are available for mean delay of a GI/GI/1 queue (which can be used here because q j k satisfies the Lindeley equation 11]) we use 12], where E π q j ] ρ(j)d(j)eaj](c2 A (j) + C2 R (j)). (11) 2(1 ρ(j)) ρ(j) = EAj ] ER j ], C2 A(j) = V araj ] (EA j ]) 2, C2 R = V ar(rj ) (ER j ]) 2 (12) 2(1 ρ(j)) (1 CR 2 exp (j))2 3ρ(j) CR 2 d(j) = (j) + C2 A (j)], if C2 R(j) < 1 (C R 2 (j) 1) exp (1 ρ(j)) CR 2 (j) + 4C2 A (j)], if C2 R(j) 1 (13) E(R j )] = h H R j (h)β(j, h)p(h). (14) We use these approximations on the LHS of (9) and solve the optimization problem (7). Again it is a non-convex optimization problem and we obtain our solution by getting locally optimal solutions from several initial conditions and choosing the best solution. We compare our results with Neely s 17] Tradeoff Optimal Control Algorithm (TOCA) and Energy Efficient Control Algorithm (EECA). We have considered three users. The arrival and channel statistics of the three users are same and independent of each other. The arrival process {A k } is a Bernoulli arrival process with average arrival rate 1 and batch size 10. The channel gains take values in the set {0.01, 1} and the respective channel gain probabilities are {0.2, 0.8}. The sum average queue length vs the corresponding average powers of our opportunistic greedy policy and the TOCA and EECA policies of 17] are plotted in Fig. 2. We see that our greedy policy works much better than TOCA and EECA. In the figure we have also plotted MaxTrans policy of 20] when we have included power control and obtained the optimal policy to provide the required mean delay. EECA becomes unstable at average power A. Linear Case If the f i can be taken linear, then we have seen in Section III that an optimal policy to ensure stability should transmit data from user j only if its channel gain is h j L j. Since multiple users may have their best channels in a slot, then a user among them is picked with a certain probability. Thus eventually (because {h k } are iid, independent of {A k }), we obtain an optimal policy where user j will transmit all of its data in any given slot with probability p j independently of other system variables. The queue length process {q j k } is regenerative with the regeneration epochs as the epochs when the jth queue is cleared. Let N be the interval between two such epochs. It is geometrically distributed with parameter p j and independent of {A j k }. Thus, for this queue, we can explicitly compute its mean queue length under stationarity as, N 1 E q j l ]P N = k N = k] E π q j ] = = k=1 l=0 EN] EA j 1 (k 1) Aj k 1 ]P N = k] k=1 = EN] = EAj ](EN 2 ] EN]) 2EN] = EA j ]( 1 p j 1). (15) L j If we did not have an upper bound on E ] π q j, then any p j > 0 is sufficient to provide stability and minimum average power. However, now it is possible that E ] π q j obtained. (15) is greater than q j for some j (otherwise we have already obtained an optimal solution for the current problem). Let ˆp j be the probability such that using this in (15) provides equality for j. Now we would like to obtain β(j, h) such that j = 1,..., M, and β(j, h) > 0, only if h j = h j L j, (16) β(j, h) = ˆp j (17) h

5 If such a solution does not exist (in particular this will happen when P (h j L j ) < ˆp j, we need to relax condition (16). In particular, we find β(j, h), the probability we will pick user j in state h and clear its queue that solves subject to min M j=1 h H p(h)β(j, h) EAj ] α j h j ˆp j 0 β(j, h) 1, β(j, h) = ˆp j, h β(j, h) 1. j This is a Linear Program (LP) and hence provides a global optimum with comparatively much lower complexity. If L j = L for all j then this LP has ML M variables. It s complexity can be further reduced if we consider the Dual LP which has (M +L M ) variables. The complexity of this LP is much lower than that of the LP for the MDP because in MDP, queue length state is also considered. For a single user, the solution is available in closed form. We compare our greedy policy with the optimal policy via MDP. The optimal policy is obtained via policy iteration 8]. We consider the MDP with the average cost that includes transmission power (w(h, r) r αh ) and storage cost βq with a single state cost being w(h, s) + βq (which can be interpreted as a Lagrangian relaxation of our original problem 15]). For this MDP, the new average cost optimality equation is, Fig. 3. Single user for Poisson arrivals. J(q, h) = min r {w(h, r) + βq g + EJ(Q +, H + )]}, (18) where r is the action representing data transmission in the slot, J(q, h) is the optimal relative value function, g is the optimal average cost, Q + = (q r + A) and H + are the next slot queue length and channel gain. For our example within 10 iterations of the policy iteration, we obtain the optimal policy. The β used is such that at the optimal policy the average queue length is q. We compare the greedy policy of the last section and the optimal policy for two examples. In the first example, the arrival process {A k } is Poisson with rate 2. The channel gains take values in the set {0.3, 0.5, 1, 2} and the respective channel gain probabilities are {0.2, 0.4, 0.3, 0.1}. The average queue length vs the corresponding average powers of greedy policy and optimal policy are plotted in Fig. 3. We observe that the optimal curve and the greedy curve are very close to each other. We also present results, when the incoming arrival distribution is Binomial with parameters B(30, 0.1) whose average arrival rate is 3. The channel statistics are as above. We observe from Fig. 4. that the average queue length vs average power for greedy policy and the optimal policy are very close. Fig. 4. Single user for Binomial arrivals. V. CONCLUSIONS In this paper, we have presented computational low cost optimal transmit power policies for a wireless system. The user may experience channel fading and may have an average delay constraint. Obtaining optimal policies via MDP can be very computationally complex. Thus we present a greedy suboptimal policy in closed form which is very close to optimal and does not require queue length information. Next, we have extended our greedy policy to a multiuser downlink. The users may have individual average delay constraints. This policy is close to optimal and is computationally much simpler. It can also be used for an uplink. Our study shows that if we search for optimal policies using only the channel gains and ignore the queue lengths, we obtain very efficient policies at very low computational cost which can also guarantee QOS in a multiuser fading environment.

6 Sum of Average Queue Lengths TOCA Policy Opportunistic Greedy Policy EECA Policy Average Power Fig. 5. Five users for Poisson arrivals. REFERENCES 1] M. S. Alouini and A. J. Goldsmith, Adaptive Modulation over Nakagami Fading Channels, Wireless Personal Communications-Springer, ] S. Asmussen, Applied probability and queues, 2nd ed, Springer-Verlag, ] F. Berggren and R. Jantti, Asymptotically Fair Transmission Scheduling over Fading Channels, IEEE Transactions on Wireless Communications, Vol. 3, pp , No. 1, Jan ] R. A. Berry and R. G. Gallager, Communication over Fading Channels with Delay Constraints, IEEE Transactions on Information Theory, Vol. 48, no. 5, pp , May ] R. A. Berry, Power and Delay Trade-offs in Fading Channels, June 2000, Phd Thesis, MIT. 6] J. K. Cavers, An Analysis of Pilot Symbol Assisted Modulation for Rayleigh Fading Channels, IEEE Transactions on Vehicular Technology, Vol. 40, No. 4, November ] A. Chatzipapas, S. Alouf and V. Mancuso, On the Minimization of Power Consumption in Base Stations using on/off Power Amplifiers, IEEE Online Conference on Green Communications, pp , Sept ] Dimitri P. Bertsekas, Dynamic Programming and Optimal Control, Fourth Edition, Vol. 2, ] W. Chen, U. Mitra and J.Neely, Energy-efficient scheduling with individual delay constraint over a fading channel, WiOpt, pp. 1-10, Apr ] A. J. Goldsmith, P. Varaiya, Capacity of Fading Channels with Channel Side Information, IEEE Transaction on Information Theory, Vol. 43, No. 6, pp , Nov ] M. Goyal, A. Kumar and V. Sharma, Power Constrained and Delay optimal policies for Scheduling Transmission over a Fading Channel, IEEE Infocom, Vol. 1, pp , Apr ] W. Kramer, M. Langenbach-Beltz, Approximate formulae for the delay in the queueing systems GI/GI/1,Eighth International Telemetric Congress, Melbourne, pp , ] A. Fu. E. Modiano and J. Tsitsiklis, Optimal Energy Allocation for Delay-Constrained Data Transmission over a Time-Varying channel, Proc. IEEE INFOCOM, ] A. Fu, E. Modiano and J. Tsitsiklis, Optimal Transmission Scheduling over a Fading Channel with Energy and Deadline Constraints, IEEE Transactions on Wireless Communications, Vol. 5, No. 3, pp , March ] D. J. Ma, A. M. Makowski, A. Shwartz, Estimation and Optimal Control for Constrained Markov Chains, IEEE Conf. on Decision and Control, Dec ] Gerson A. S. M, Low-power HF Microelectronics: A Unified Approach, The Institution Of Engineering And Technology, ] M. J. Neely, Optimal Energy and Delay Tradeoffs for Multiuser Wireless Downlinks, IEEE Transactions on Information Theory, Vol. 53, No. 9, pp , Sep ] M. J. Neely, Intelligent Packet Dropping for Optimal Energy- Delay Tradeoffs in Wireless Downlinks, IEEE Transactions on Automatic Control, Vol. 54, no. 3, March ] N. Salodkar, A. Bhorkar, A. Karandikar and V. S. Borkar, An On-Line Learning Algorithm for Energy Efficient Delay Constrained Scheduling over a Fading Channel, IEEE Journal on Selected Areas in Communications, Vol. 26, No. 4, pp May ] V. Sharma, D. K. Prasad and E. Altman, Opportunistic scheduling of wireless links, 20th International Teletraffic Congress, Canada, June ] V. Sharma, Utpal Mukherji, Vinay Joseph and Shrey Gupta, Optimal Energy Management Policies for Energy Harvesting Sensor Nodes, IEEE Transactions on Wireless Communications, Vol.9, No.4, pp , Apr ] V. Sharma, Utpal Mukherji and Vinay Joseph, Efficient Energy Management Policies for Networks with Energy Harvesting Sensor Nodes, 46 t h Annual Allerton COnference, pp Sep ] D. Tse, V. Pramod, Fundamentals of Wireless Communication, Cambridge University, ] Satya Kumar V, A. Lalitha, V. Sharma, Power and Delay Optimal Policies for Wireless Systems, National Conference on Communications(NCC), India, pp. 1-4, Feb ] H. Wang and N. Mandayam, A Simple Packet transmission Scheme for Wireless Data over Fading Channels, IEEE Transactions on Communications, vol. 50, no. 1, pp , ] D. G. Luenberger, Linear and Nonlinear Programming, Springer, second edition, ] L. Vandendorpe, Multitone Spread Spectrum Multiple Access Communications System in a Multipath Rician Fading Channel, IEEE Transactions on Vehicular Technology, Vol. 44, No. 2, May ] B. S. Vineeth and Utpal Mukherji, Tradeoff of Average Power and Average Delay for Point-to-Point Link with Fading, National Conference on Communications(NCC), India, pp. 1-5, Feb 2013.

Multiuser Scheduling and Power Sharing for CDMA Packet Data Systems

Multiuser Scheduling and Power Sharing for CDMA Packet Data Systems Multiuser Scheduling and Power Sharing for CDMA Packet Data Systems Sandeep Vangipuram NVIDIA Graphics Pvt. Ltd. No. 10, M.G. Road, Bangalore 560001. sandeep84@gmail.com Srikrishna Bhashyam Department

More information

Delay Constrained Point to Multi-Point Scheduling in Wireless Fading Channels

Delay Constrained Point to Multi-Point Scheduling in Wireless Fading Channels Delay Constrained Point to Multi-Point Scheduling in Wireless Fading Channels Nitin Salodkar School of Information Technology, IIT Bombay, Powai, Mumbai, India - 400076 Email: nitins@it.iitb.ac.in Abhay

More information

Resource Management in QoS-Aware Wireless Cellular Networks

Resource Management in QoS-Aware Wireless Cellular Networks Resource Management in QoS-Aware Wireless Cellular Networks Zhi Zhang Dept. of Electrical and Computer Engineering Colorado State University April 24, 2009 Zhi Zhang (ECE CSU) Resource Management in Wireless

More information

Opportunistic Communications under Energy & Delay Constraints

Opportunistic Communications under Energy & Delay Constraints Opportunistic Communications under Energy & Delay Constraints Narayan Mandayam (joint work with Henry Wang) Opportunistic Communications Wireless Data on the Move Intermittent Connectivity Opportunities

More information

Optimal Power Allocation over Fading Channels with Stringent Delay Constraints

Optimal Power Allocation over Fading Channels with Stringent Delay Constraints 1 Optimal Power Allocation over Fading Channels with Stringent Delay Constraints Xiangheng Liu Andrea Goldsmith Dept. of Electrical Engineering, Stanford University Email: liuxh,andrea@wsl.stanford.edu

More information

IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. XX, NO. X, AUGUST 20XX 1

IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. XX, NO. X, AUGUST 20XX 1 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. XX, NO. X, AUGUST 0XX 1 Greenput: a Power-saving Algorithm That Achieves Maximum Throughput in Wireless Networks Cheng-Shang Chang, Fellow, IEEE, Duan-Shin Lee,

More information

Modeling the impact of buffering on

Modeling the impact of buffering on Modeling the impact of buffering on 8. Ken Duffy and Ayalvadi J. Ganesh November Abstract A finite load, large buffer model for the WLAN medium access protocol IEEE 8. is developed that gives throughput

More information

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Sai kiran pudi 1, T. Syama Sundara 2, Dr. Nimmagadda Padmaja 3 Department of Electronics and Communication Engineering, Sree

More information

Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems

Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems 810 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 51, NO. 5, MAY 2003 Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems Il-Min Kim, Member, IEEE, Hyung-Myung Kim, Senior Member,

More information

Downlink Erlang Capacity of Cellular OFDMA

Downlink Erlang Capacity of Cellular OFDMA Downlink Erlang Capacity of Cellular OFDMA Gauri Joshi, Harshad Maral, Abhay Karandikar Department of Electrical Engineering Indian Institute of Technology Bombay Powai, Mumbai, India 400076. Email: gaurijoshi@iitb.ac.in,

More information

Power Controlled Random Access

Power Controlled Random Access 1 Power Controlled Random Access Aditya Dua Department of Electrical Engineering Stanford University Stanford, CA 94305 dua@stanford.edu Abstract The lack of an established infrastructure, and the vagaries

More information

A Backlog-Based CSMA Mechanism to Achieve Fairness and Throughput-Optimality in Multihop Wireless Networks

A Backlog-Based CSMA Mechanism to Achieve Fairness and Throughput-Optimality in Multihop Wireless Networks A Backlog-Based CSMA Mechanism to Achieve Fairness and Throughput-Optimality in Multihop Wireless Networks Peter Marbach, and Atilla Eryilmaz Dept. of Computer Science, University of Toronto Email: marbach@cs.toronto.edu

More information

Dynamic Fair Channel Allocation for Wideband Systems

Dynamic Fair Channel Allocation for Wideband Systems Outlines Introduction and Motivation Dynamic Fair Channel Allocation for Wideband Systems Department of Mobile Communications Eurecom Institute Sophia Antipolis 19/10/2006 Outline of Part I Outlines Introduction

More information

Cross-Layer Wireless Resource Allocation

Cross-Layer Wireless Resource Allocation Fundamental performance limits for wireless fading channels Cross-Layer Wireless Resource Allocation Randall A Berry and Edmund M Yeh DIGITAL VISION Afundamental problem in networking is the allocation

More information

Distributed Approaches for Exploiting Multiuser Diversity in Wireless Networks

Distributed Approaches for Exploiting Multiuser Diversity in Wireless Networks Southern Illinois University Carbondale OpenSIUC Articles Department of Electrical and Computer Engineering 2-2006 Distributed Approaches for Exploiting Multiuser Diversity in Wireless Networks Xiangping

More information

Stability Analysis for Network Coded Multicast Cell with Opportunistic Relay

Stability Analysis for Network Coded Multicast Cell with Opportunistic Relay This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE ICC 00 proceedings Stability Analysis for Network Coded Multicast

More information

Joint Relaying and Network Coding in Wireless Networks

Joint Relaying and Network Coding in Wireless Networks Joint Relaying and Network Coding in Wireless Networks Sachin Katti Ivana Marić Andrea Goldsmith Dina Katabi Muriel Médard MIT Stanford Stanford MIT MIT Abstract Relaying is a fundamental building block

More information

Maximising Average Energy Efficiency for Two-user AWGN Broadcast Channel

Maximising Average Energy Efficiency for Two-user AWGN Broadcast Channel Maximising Average Energy Efficiency for Two-user AWGN Broadcast Channel Amir AKBARI, Muhammad Ali IMRAN, and Rahim TAFAZOLLI Centre for Communication Systems Research, University of Surrey, Guildford,

More information

Delay Performance Modeling and Analysis in Clustered Cognitive Radio Networks

Delay Performance Modeling and Analysis in Clustered Cognitive Radio Networks Delay Performance Modeling and Analysis in Clustered Cognitive Radio Networks Nadia Adem and Bechir Hamdaoui School of Electrical Engineering and Computer Science Oregon State University, Corvallis, Oregon

More information

Opportunistic Communication in Wireless Networks

Opportunistic Communication in Wireless Networks Opportunistic Communication in Wireless Networks David Tse Department of EECS, U.C. Berkeley October 10, 2001 Networking, Communications and DSP Seminar Communication over Wireless Channels Fundamental

More information

Capacity and Optimal Resource Allocation for Fading Broadcast Channels Part I: Ergodic Capacity

Capacity and Optimal Resource Allocation for Fading Broadcast Channels Part I: Ergodic Capacity IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 47, NO. 3, MARCH 2001 1083 Capacity Optimal Resource Allocation for Fading Broadcast Channels Part I: Ergodic Capacity Lang Li, Member, IEEE, Andrea J. Goldsmith,

More information

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems Transmit Power Allocation for Performance Improvement in Systems Chang Soon Par O and wang Bo (Ed) Lee School of Electrical Engineering and Computer Science, Seoul National University parcs@mobile.snu.ac.r,

More information

Cross-Layer Design and Analysis of Wireless Networks Using the Effective Bandwidth Function

Cross-Layer Design and Analysis of Wireless Networks Using the Effective Bandwidth Function 1 Cross-Layer Design and Analysis of Wireless Networks Using the Effective Bandwidth Function Fumio Ishizaki, Member, IEEE, and Gang Uk Hwang, Member, IEEE Abstract In this paper, we propose a useful framework

More information

Combined Opportunistic Beamforming and Receive Antenna Selection

Combined Opportunistic Beamforming and Receive Antenna Selection Combined Opportunistic Beamforming and Receive Antenna Selection Lei Zan, Syed Ali Jafar University of California Irvine Irvine, CA 92697-262 Email: lzan@uci.edu, syed@ece.uci.edu Abstract Opportunistic

More information

Hedonic Coalition Formation for Distributed Task Allocation among Wireless Agents

Hedonic Coalition Formation for Distributed Task Allocation among Wireless Agents Hedonic Coalition Formation for Distributed Task Allocation among Wireless Agents Walid Saad, Zhu Han, Tamer Basar, Me rouane Debbah, and Are Hjørungnes. IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 10,

More information

ADAPTIVE RESOURCE ALLOCATION FOR WIRELESS MULTICAST MIMO-OFDM SYSTEMS

ADAPTIVE RESOURCE ALLOCATION FOR WIRELESS MULTICAST MIMO-OFDM SYSTEMS ADAPTIVE RESOURCE ALLOCATION FOR WIRELESS MULTICAST MIMO-OFDM SYSTEMS SHANMUGAVEL G 1, PRELLY K.E 2 1,2 Department of ECE, DMI College of Engineering, Chennai. Email: shangvcs.in@gmail.com, prellyke@gmail.com

More information

Dynamic Resource Allocation for Efficient Wireless Packet Data Communcations

Dynamic Resource Allocation for Efficient Wireless Packet Data Communcations for Efficient Wireless Assistant Professor Department of Electrical Engineering Indian Institute of Technology Madras Joint work with: M. Chandrashekar V. Sandeep Parimal Parag for March 17, 2006 Broadband

More information

Analytical Model for an IEEE WLAN using DCF with Two Types of VoIP Calls

Analytical Model for an IEEE WLAN using DCF with Two Types of VoIP Calls Analytical Model for an IEEE 80.11 WLAN using DCF with Two Types of VoIP Calls Sri Harsha Anurag Kumar Vinod Sharma Department of Electrical Communication Engineering Indian Institute of Science Bangalore

More information

On Multiple Users Scheduling Using Superposition Coding over Rayleigh Fading Channels

On Multiple Users Scheduling Using Superposition Coding over Rayleigh Fading Channels On Multiple Users Scheduling Using Superposition Coding over Rayleigh Fading Channels Item Type Article Authors Zafar, Ammar; Alnuweiri, Hussein; Shaqfeh, Mohammad; Alouini, Mohamed-Slim Eprint version

More information

ENERGY EFFICIENT WATER-FILLING ALGORITHM FOR MIMO- OFDMA CELLULAR SYSTEM

ENERGY EFFICIENT WATER-FILLING ALGORITHM FOR MIMO- OFDMA CELLULAR SYSTEM ENERGY EFFICIENT WATER-FILLING ALGORITHM FOR MIMO- OFDMA CELLULAR SYSTEM Hailu Belay Kassa, Dereje H.Mariam Addis Ababa University, Ethiopia Farzad Moazzami, Yacob Astatke Morgan State University Baltimore,

More information

Acentral problem in the design of wireless networks is how

Acentral problem in the design of wireless networks is how 1968 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 45, NO. 6, SEPTEMBER 1999 Optimal Sequences, Power Control, and User Capacity of Synchronous CDMA Systems with Linear MMSE Multiuser Receivers Pramod

More information

Combined Rate and Power Adaptation in DS/CDMA Communications over Nakagami Fading Channels

Combined Rate and Power Adaptation in DS/CDMA Communications over Nakagami Fading Channels 162 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 48, NO. 1, JANUARY 2000 Combined Rate Power Adaptation in DS/CDMA Communications over Nakagami Fading Channels Sang Wu Kim, Senior Member, IEEE, Ye Hoon Lee,

More information

THE emergence of multiuser transmission techniques for

THE emergence of multiuser transmission techniques for IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 54, NO. 10, OCTOBER 2006 1747 Degrees of Freedom in Wireless Multiuser Spatial Multiplex Systems With Multiple Antennas Wei Yu, Member, IEEE, and Wonjong Rhee,

More information

Opportunistic Beamforming Using Dumb Antennas

Opportunistic Beamforming Using Dumb Antennas IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 48, NO. 6, JUNE 2002 1277 Opportunistic Beamforming Using Dumb Antennas Pramod Viswanath, Member, IEEE, David N. C. Tse, Member, IEEE, and Rajiv Laroia, Fellow,

More information

Queue Length Aware Power Control for Delay-Constrained Communication over Fading Channels

Queue Length Aware Power Control for Delay-Constrained Communication over Fading Channels 1 Queue Length Aware Power Control for Delay-Constrained Communication over Fading Channels Xiaochen Li, Xihua Dong, and Dapeng Wu Abstract In this paper, we study efficient power control schemes for delay

More information

Opportunistic Scheduling: Generalizations to. Include Multiple Constraints, Multiple Interfaces,

Opportunistic Scheduling: Generalizations to. Include Multiple Constraints, Multiple Interfaces, Opportunistic Scheduling: Generalizations to Include Multiple Constraints, Multiple Interfaces, and Short Term Fairness Sunil Suresh Kulkarni, Catherine Rosenberg School of Electrical and Computer Engineering

More information

Dynamic Bandwidth Allocation for Low Power Devices With Random Connectivity

Dynamic Bandwidth Allocation for Low Power Devices With Random Connectivity Dynamic Bandwidth Allocation for Low Power Devices With Random Connectivity Navid Ehsan and Mingyan Liu Abstract In this paper we consider the bandwidth allocation problem where multiple low power wireless

More information

Effect of Time Bandwidth Product on Cooperative Communication

Effect of Time Bandwidth Product on Cooperative Communication Surendra Kumar Singh & Rekha Gupta Department of Electronics and communication Engineering, MITS Gwalior E-mail : surendra886@gmail.com, rekha652003@yahoo.com Abstract Cognitive radios are proposed to

More information

3432 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 53, NO. 10, OCTOBER 2007

3432 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 53, NO. 10, OCTOBER 2007 3432 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL 53, NO 10, OCTOBER 2007 Resource Allocation for Wireless Fading Relay Channels: Max-Min Solution Yingbin Liang, Member, IEEE, Venugopal V Veeravalli, Fellow,

More information

Fig.1channel model of multiuser ss OSTBC system

Fig.1channel model of multiuser ss OSTBC system IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 1, Ver. V (Feb. 2014), PP 48-52 Cooperative Spectrum Sensing In Cognitive Radio

More information

Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna

Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna Vincent Lau Associate Prof., University of Hong Kong Senior Manager, ASTRI Agenda Bacground Lin Level vs System Level Performance

More information

Opportunistic Communication: From Theory to Practice

Opportunistic Communication: From Theory to Practice Opportunistic Communication: From Theory to Practice David Tse Department of EECS, U.C. Berkeley March 9, 2005 Viterbi Conference Fundamental Feature of Wireless Channels: Time Variation Channel Strength

More information

THE mobile wireless environment provides several unique

THE mobile wireless environment provides several unique 2796 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 44, NO. 7, NOVEMBER 1998 Multiaccess Fading Channels Part I: Polymatroid Structure, Optimal Resource Allocation Throughput Capacities David N. C. Tse,

More information

IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 17, NO. 6, DECEMBER /$ IEEE

IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 17, NO. 6, DECEMBER /$ IEEE IEEE/ACM TRANSACTIONS ON NETWORKING, VOL 17, NO 6, DECEMBER 2009 1805 Optimal Channel Probing and Transmission Scheduling for Opportunistic Spectrum Access Nicholas B Chang, Student Member, IEEE, and Mingyan

More information

Q-Learning Algorithms for Constrained Markov Decision Processes with Randomized Monotone Policies: Application to MIMO Transmission Control

Q-Learning Algorithms for Constrained Markov Decision Processes with Randomized Monotone Policies: Application to MIMO Transmission Control Q-Learning Algorithms for Constrained Markov Decision Processes with Randomized Monotone Policies: Application to MIMO Transmission Control Dejan V. Djonin, Vikram Krishnamurthy, Fellow, IEEE Abstract

More information

DYNAMIC POWER ALLOCATION SCHEME USING LOAD MATRIX TO CONTROL INTERFERENCE IN 4G MOBILE COMMUNICATION SYSTEMS

DYNAMIC POWER ALLOCATION SCHEME USING LOAD MATRIX TO CONTROL INTERFERENCE IN 4G MOBILE COMMUNICATION SYSTEMS DYNAMIC POWER ALLOCATION SCHEME USING LOAD MATRIX TO CONTROL INTERFERENCE IN 4G MOBILE COMMUNICATION SYSTEMS Srinivas karedla 1, Dr. Ch. Santhi Rani 2 1 Assistant Professor, Department of Electronics and

More information

Optimum Power Allocation in Cooperative Networks

Optimum Power Allocation in Cooperative Networks Optimum Power Allocation in Cooperative Networks Jaime Adeane, Miguel R.D. Rodrigues, and Ian J. Wassell Laboratory for Communication Engineering Department of Engineering University of Cambridge 5 JJ

More information

Joint Rate and Power Control Using Game Theory

Joint Rate and Power Control Using Game Theory This full text paper was peer reviewed at the direction of IEEE Communications Society subect matter experts for publication in the IEEE CCNC 2006 proceedings Joint Rate and Power Control Using Game Theory

More information

Adaptive Resource Allocation in Multiuser OFDM Systems with Proportional Rate Constraints

Adaptive Resource Allocation in Multiuser OFDM Systems with Proportional Rate Constraints TO APPEAR IN IEEE TRANS. ON WIRELESS COMMUNICATIONS 1 Adaptive Resource Allocation in Multiuser OFDM Systems with Proportional Rate Constraints Zukang Shen, Student Member, IEEE, Jeffrey G. Andrews, Member,

More information

Subcarrier Based Resource Allocation

Subcarrier Based Resource Allocation Subcarrier Based Resource Allocation Ravikant Saini, Swades De, Bharti School of Telecommunications, Indian Institute of Technology Delhi, India Electrical Engineering Department, Indian Institute of Technology

More information

Downlink Scheduler Optimization in High-Speed Downlink Packet Access Networks

Downlink Scheduler Optimization in High-Speed Downlink Packet Access Networks Downlink Scheduler Optimization in High-Speed Downlink Packet Access Networks Hussein Al-Zubaidy SCE-Carleton University 1125 Colonel By Drive, Ottawa, ON, Canada Email: hussein@sce.carleton.ca 21 August

More information

Cross-layer Scheduling and Resource Allocation in Wireless Communication Systems

Cross-layer Scheduling and Resource Allocation in Wireless Communication Systems Cross-layer Scheduling and Resource Allocation in Wireless Communication Systems Srikrishna Bhashyam Department of Electrical Engineering Indian Institute of Technology Madras 2 July 2014 Srikrishna Bhashyam

More information

Multiple Antennas. Mats Bengtsson, Björn Ottersten. Basic Transmission Schemes 1 September 8, Presentation Outline

Multiple Antennas. Mats Bengtsson, Björn Ottersten. Basic Transmission Schemes 1 September 8, Presentation Outline Multiple Antennas Capacity and Basic Transmission Schemes Mats Bengtsson, Björn Ottersten Basic Transmission Schemes 1 September 8, 2005 Presentation Outline Channel capacity Some fine details and misconceptions

More information

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO Antennas and Propagation b: Path Models Rayleigh, Rician Fading, MIMO Introduction From last lecture How do we model H p? Discrete path model (physical, plane waves) Random matrix models (forget H p and

More information

Cooperative Spectrum Sharing in Cognitive Radio Networks: A Game-Theoretic Approach

Cooperative Spectrum Sharing in Cognitive Radio Networks: A Game-Theoretic Approach Cooperative Spectrum Sharing in Cognitive Radio Networks: A Game-Theoretic Approach Haobing Wang, Lin Gao, Xiaoying Gan, Xinbing Wang, Ekram Hossain 2. Department of Electronic Engineering, Shanghai Jiao

More information

Development of Outage Tolerant FSM Model for Fading Channels

Development of Outage Tolerant FSM Model for Fading Channels Development of Outage Tolerant FSM Model for Fading Channels Ms. Anjana Jain 1 P. D. Vyavahare 1 L. D. Arya 2 1 Department of Electronics and Telecomm. Engg., Shri G. S. Institute of Technology and Science,

More information

Resource Allocation Challenges in Future Wireless Networks

Resource Allocation Challenges in Future Wireless Networks Resource Allocation Challenges in Future Wireless Networks Mohamad Assaad Dept of Telecommunications, Supelec - France Mar. 2014 Outline 1 General Introduction 2 Fully Decentralized Allocation 3 Future

More information

Communicating with Energy Harvesting Transmitters and Receivers

Communicating with Energy Harvesting Transmitters and Receivers Communicating with Energy Harvesting Transmitters and Receivers Kaya Tutuncuoglu Aylin Yener Wireless Communications and Networking Laboratory (WCAN) Electrical Engineering Department The Pennsylvania

More information

Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control

Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control Jianwei Huang Department of Information Engineering The Chinese University of Hong Kong KAIST-CUHK Workshop July 2009 J. Huang (CUHK)

More information

Stability Regions of Two-Way Relaying with Network Coding

Stability Regions of Two-Way Relaying with Network Coding Stability Regions of Two-Way Relaying with Network Coding (Invited Paper) Ertugrul Necdet Ciftcioglu Department of Electrical Engineering The Pennsylvania State University University Park, PA 680 enc8@psu.edu

More information

Optimal Utility-Based Resource Allocation for OFDM Networks with Multiple Types of Traffic

Optimal Utility-Based Resource Allocation for OFDM Networks with Multiple Types of Traffic Optimal Utility-Based Resource Allocation for OFDM Networks with Multiple Types of Traffic Mohammad Katoozian, Keivan Navaie Electrical and Computer Engineering Department Tarbiat Modares University, Tehran,

More information

Distributed Game Theoretic Optimization Of Frequency Selective Interference Channels: A Cross Layer Approach

Distributed Game Theoretic Optimization Of Frequency Selective Interference Channels: A Cross Layer Approach 2010 IEEE 26-th Convention of Electrical and Electronics Engineers in Israel Distributed Game Theoretic Optimization Of Frequency Selective Interference Channels: A Cross Layer Approach Amir Leshem and

More information

SNR Estimation in Nakagami-m Fading With Diversity Combining and Its Application to Turbo Decoding

SNR Estimation in Nakagami-m Fading With Diversity Combining and Its Application to Turbo Decoding IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 50, NO. 11, NOVEMBER 2002 1719 SNR Estimation in Nakagami-m Fading With Diversity Combining Its Application to Turbo Decoding A. Ramesh, A. Chockalingam, Laurence

More information

Dynamic Subchannel and Bit Allocation in Multiuser OFDM with a Priority User

Dynamic Subchannel and Bit Allocation in Multiuser OFDM with a Priority User Dynamic Subchannel and Bit Allocation in Multiuser OFDM with a Priority User Changho Suh, Yunok Cho, and Seokhyun Yoon Samsung Electronics Co., Ltd, P.O.BOX 105, Suwon, S. Korea. email: becal.suh@samsung.com,

More information

Power Control and Utility Optimization in Wireless Communication Systems

Power Control and Utility Optimization in Wireless Communication Systems Power Control and Utility Optimization in Wireless Communication Systems Dimitrie C. Popescu and Anthony T. Chronopoulos Electrical Engineering Dept. Computer Science Dept. University of Texas at San Antonio

More information

A Brief Review of Opportunistic Beamforming

A Brief Review of Opportunistic Beamforming A Brief Review of Opportunistic Beamforming Hani Mehrpouyan Department of Electrical and Computer Engineering Queen's University, Kingston, Ontario, K7L3N6, Canada Emails: 5hm@qlink.queensu.ca 1 Abstract

More information

A LOW COMPLEXITY SCHEDULING FOR DOWNLINK OF OFDMA SYSTEM WITH PROPORTIONAL RESOURCE ALLOCATION

A LOW COMPLEXITY SCHEDULING FOR DOWNLINK OF OFDMA SYSTEM WITH PROPORTIONAL RESOURCE ALLOCATION A LOW COMPLEXITY SCHEDULING FOR DOWNLINK OF OFDMA SYSTEM WITH PROPORTIONAL RESOURCE ALLOCATION 1 ROOPASHREE, 2 SHRIVIDHYA G Dept of Electronics & Communication, NMAMIT, Nitte, India Email: rupsknown2u@gmailcom,

More information

Frequency and Power Allocation for Low Complexity Energy Efficient OFDMA Systems with Proportional Rate Constraints

Frequency and Power Allocation for Low Complexity Energy Efficient OFDMA Systems with Proportional Rate Constraints Frequency and Power Allocation for Low Complexity Energy Efficient OFDMA Systems with Proportional Rate Constraints Pranoti M. Maske PG Department M. B. E. Society s College of Engineering Ambajogai Ambajogai,

More information

EELE 6333: Wireless Commuications

EELE 6333: Wireless Commuications EELE 6333: Wireless Commuications Chapter # 4 : Capacity of Wireless Channels Spring, 2012/2013 EELE 6333: Wireless Commuications - Ch.4 Dr. Musbah Shaat 1 / 18 Outline 1 Capacity in AWGN 2 Capacity of

More information

MULTICARRIER communication systems are promising

MULTICARRIER communication systems are promising 1658 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 52, NO. 10, OCTOBER 2004 Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems Chang Soon Park, Student Member, IEEE, and Kwang

More information

arxiv: v1 [cs.it] 29 Sep 2014

arxiv: v1 [cs.it] 29 Sep 2014 RF ENERGY HARVESTING ENABLED arxiv:9.8v [cs.it] 9 Sep POWER SHARING IN RELAY NETWORKS XUEQING HUANG NIRWAN ANSARI TR-ANL--8 SEPTEMBER 9, ADVANCED NETWORKING LABORATORY DEPARTMENT OF ELECTRICAL AND COMPUTER

More information

Capacity Analysis and Call Admission Control in Distributed Cognitive Radio Networks

Capacity Analysis and Call Admission Control in Distributed Cognitive Radio Networks IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS (TO APPEAR) Capacity Analysis and Call Admission Control in Distributed Cognitive Radio Networks SubodhaGunawardena, Student Member, IEEE, and Weihua Zhuang,

More information

4740 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 7, JULY 2011

4740 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 7, JULY 2011 4740 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 57, NO. 7, JULY 2011 On Scaling Laws of Diversity Schemes in Decentralized Estimation Alex S. Leong, Member, IEEE, and Subhrakanti Dey, Senior Member,

More information

PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY

PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY 1 MOHAMMAD RIAZ AHMED, 1 MD.RUMEN AHMED, 1 MD.RUHUL AMIN ROBIN, 1 MD.ASADUZZAMAN, 2 MD.MAHBUB

More information

Some Cross-Layer Design and Performance Issues in Cognitive Radio Networks

Some Cross-Layer Design and Performance Issues in Cognitive Radio Networks Some Cross-Layer Design and Performance Issues in Cognitive Radio Networks S.M. Shahrear Tanzil M.A.Sc. Student School of Engineering The University of British Columbia Okanagan Supervisor: Dr. Md. Jahangir

More information

Decentralized Control of Transmission Rates in Energy-Critical Wireless Networks

Decentralized Control of Transmission Rates in Energy-Critical Wireless Networks Decentralized Control of Transmission Rates in Energy-Critical Wireless Networks Li Xia, Member, IEEE, and Basem Shihada Senior Member, IEEE Abstract In this paper, we discuss the decentralized optimization

More information

ISSN Vol.07,Issue.01, January-2015, Pages:

ISSN Vol.07,Issue.01, January-2015, Pages: ISSN 2348 2370 Vol.07,Issue.01, January-2015, Pages:0145-0150 www.ijatir.org A Novel Approach for Delay-Limited Source and Channel Coding of Quasi- Stationary Sources over Block Fading Channels: Design

More information

Low Complexity Power Allocation in Multiple-antenna Relay Networks

Low Complexity Power Allocation in Multiple-antenna Relay Networks Low Complexity Power Allocation in Multiple-antenna Relay Networks Yi Zheng and Steven D. Blostein Dept. of Electrical and Computer Engineering Queen s University, Kingston, Ontario, K7L3N6, Canada Email:

More information

Optimal Transmission Scheduling with Base Station Antenna Array in Cellular Networks

Optimal Transmission Scheduling with Base Station Antenna Array in Cellular Networks Optimal Transmission Scheduling with Base Station Antenna Array in Cellular Networks Tianmin Ren, Richard J La and Leandros Tassiulas Department of Electrical & Computer Engineering and Institute for Systems

More information

Performance Analysis of Multiuser MIMO Systems with Scheduling and Antenna Selection

Performance Analysis of Multiuser MIMO Systems with Scheduling and Antenna Selection Performance Analysis of Multiuser MIMO Systems with Scheduling and Antenna Selection Mohammad Torabi Wessam Ajib David Haccoun Dept. of Electrical Engineering Dept. of Computer Science Dept. of Electrical

More information

On Using Channel Prediction in Adaptive Beamforming Systems

On Using Channel Prediction in Adaptive Beamforming Systems On Using Channel rediction in Adaptive Beamforming Systems T. R. Ramya and Srikrishna Bhashyam Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai - 600 036, India. Email:

More information

Optimal Rate Control in Wireless Networks with Fading Channels

Optimal Rate Control in Wireless Networks with Fading Channels Optimal Rate Control in Wireless Networks with Fading Channels Javad Raxavilar,' K. J. Ray L~u,~ and Steven I. Marcus2 '3COM Labs, 3COM Inc. 12230 World Trade Drive San Diego, CA 92128 javadrazavilar@3com.com

More information

Noncoherent Demodulation for Cooperative Diversity in Wireless Systems

Noncoherent Demodulation for Cooperative Diversity in Wireless Systems Noncoherent Demodulation for Cooperative Diversity in Wireless Systems Deqiang Chen and J. Nicholas Laneman Department of Electrical Engineering University of Notre Dame Notre Dame IN 46556 Email: {dchen

More information

Balance Queueing and Retransmission: Latency-Optimal Massive MIMO Design

Balance Queueing and Retransmission: Latency-Optimal Massive MIMO Design Balance Queueing and Retransmission: Latency-Optimal Massive MIMO Design Xu Du, Yin Sun, Ness Shroff, Ashutosh Sabharwal arxiv:902.07676v [cs.it] 20 Feb 209 Abstract One fundamental challenge in 5G URLLC

More information

Utility-optimal Cross-layer Design for WLAN with MIMO Channels

Utility-optimal Cross-layer Design for WLAN with MIMO Channels Utility-optimal Cross-layer Design for WLAN with MIMO Channels Yuxia Lin and Vincent W.S. Wong Department of Electrical and Computer Engineering The University of British Columbia, Vancouver, BC, Canada,

More information

Online Algorithms for Delay Constrained Scheduling over a Fading Channel

Online Algorithms for Delay Constrained Scheduling over a Fading Channel Online Algorithms for Delay Constrained Scheduling over a Fading Channel A thesis submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy by Nitin Salodkar (Roll No.

More information

Coalition Formation of Vehicular Users for Bandwidth Sharing in Vehicle-to-Roadside Communications

Coalition Formation of Vehicular Users for Bandwidth Sharing in Vehicle-to-Roadside Communications Coalition Formation of Vehicular Users for Bandwidth Sharing in Vehicle-to-Roadside Communications Dusit Niyato, Ping Wang, Walid Saad, and Are Hørungnes School of Computer Engineering, Nanyang Technological

More information

EE 382C Literature Survey. Adaptive Power Control Module in Cellular Radio System. Jianhua Gan. Abstract

EE 382C Literature Survey. Adaptive Power Control Module in Cellular Radio System. Jianhua Gan. Abstract EE 382C Literature Survey Adaptive Power Control Module in Cellular Radio System Jianhua Gan Abstract Several power control methods in cellular radio system are reviewed. Adaptive power control scheme

More information

Power Control Algorithm for Providing Packet Error Rate Guarantees in Ad-Hoc Networks

Power Control Algorithm for Providing Packet Error Rate Guarantees in Ad-Hoc Networks Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 2005 Seville, Spain, December 12-15, 2005 WeC14.5 Power Control Algorithm for Providing Packet Error

More information

On the Performance of Cooperative Routing in Wireless Networks

On the Performance of Cooperative Routing in Wireless Networks 1 On the Performance of Cooperative Routing in Wireless Networks Mostafa Dehghan, Majid Ghaderi, and Dennis L. Goeckel Department of Computer Science, University of Calgary, Emails: {mdehghan, mghaderi}@ucalgary.ca

More information

IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 58, NO. 3, MARCH

IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 58, NO. 3, MARCH IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 58, NO. 3, MARCH 2010 1401 Decomposition Principles and Online Learning in Cross-Layer Optimization for Delay-Sensitive Applications Fangwen Fu, Student Member,

More information

Distributed Power Control in Cellular and Wireless Networks - A Comparative Study

Distributed Power Control in Cellular and Wireless Networks - A Comparative Study Distributed Power Control in Cellular and Wireless Networks - A Comparative Study Vijay Raman, ECE, UIUC 1 Why power control? Interference in communication systems restrains system capacity In cellular

More information

Unquantized and Uncoded Channel State Information Feedback on Wireless Channels

Unquantized and Uncoded Channel State Information Feedback on Wireless Channels Unquantized and Uncoded Channel State Information Feedback on Wireless Channels Dragan Samardzija Wireless Research Laboratory Bell Labs, Lucent Technologies 79 Holmdel-Keyport Road Holmdel, NJ 07733,

More information

Joint Routing, Scheduling and Power Control Providing Hard Deadline in Wireless Multihop Networks

Joint Routing, Scheduling and Power Control Providing Hard Deadline in Wireless Multihop Networks Joint Routing, Scheduling and Power Control Providing ard Deadline in Wireless ultihop Networks Satya Kumar V, and Vinod Sharma Department of lectrical Communications ngineering, Indian Institute of Science,

More information

IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 51, NO. 2, FEBRUARY Srihari Adireddy, Student Member, IEEE, and Lang Tong, Fellow, IEEE

IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 51, NO. 2, FEBRUARY Srihari Adireddy, Student Member, IEEE, and Lang Tong, Fellow, IEEE IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 51, NO. 2, FEBRUARY 2005 537 Exploiting Decentralized Channel State Information for Random Access Srihari Adireddy, Student Member, IEEE, and Lang Tong, Fellow,

More information

Efficient Method of Secondary Users Selection Using Dynamic Priority Scheduling

Efficient Method of Secondary Users Selection Using Dynamic Priority Scheduling Efficient Method of Secondary Users Selection Using Dynamic Priority Scheduling ABSTRACT Sasikumar.J.T 1, Rathika.P.D 2, Sophia.S 3 PG Scholar 1, Assistant Professor 2, Professor 3 Department of ECE, Sri

More information

Energy Efficiency Optimization in Multi-Antenna Wireless Powered Communication Network with No Channel State Information

Energy Efficiency Optimization in Multi-Antenna Wireless Powered Communication Network with No Channel State Information Vol.141 (GST 016), pp.158-163 http://dx.doi.org/10.1457/astl.016.141.33 Energy Efficiency Optimization in Multi-Antenna Wireless Powered Communication Networ with No Channel State Information Byungjo im

More information

Optimal Threshold Scheduler for Cellular Networks

Optimal Threshold Scheduler for Cellular Networks Optimal Threshold Scheduler for Cellular Networks Sanket Kamthe Fachbereich Elektrotechnik und Informationstechnik TU Darmstadt Merck str. 5, 683 Darmstadt Email: sanket.kamthe@stud.tu-darmstadt.de Smriti

More information

Efficient Transmission Schemes for Low-Latency Networks: NOMA vs. Relaying

Efficient Transmission Schemes for Low-Latency Networks: NOMA vs. Relaying Efficient Transmission Schemes for Low-Latency Networks: NOMA vs. Relaying Yulin Hu, M. Cenk Gursoy and Anke Schmeink Information Theory and Systematic Design of Communication Systems, RWTH Aachen University,

More information

Rate and Power Adaptation in OFDM with Quantized Feedback

Rate and Power Adaptation in OFDM with Quantized Feedback Rate and Power Adaptation in OFDM with Quantized Feedback A. P. Dileep Department of Electrical Engineering Indian Institute of Technology Madras Chennai ees@ee.iitm.ac.in Srikrishna Bhashyam Department

More information