نتایج جستجو برای: power allocation

تعداد نتایج: 557884  

Journal: :journal of operation and automation in power engineering 2007
r. kazemzadeh m. moazen r. ajabi-farshbaf m. vatanpour

in this paper, a combinational optimization algorithm is introduced to obtain the best size and location of static compensator (statcom) in power systems. its main contribution is considering contingency analysis where lines outages may lead to infeasible solutions especially at peak loads and it commonly can be vanished by load-shedding. the objective of the proposed algorithm is firstly to pr...

A. Yazdian, H. Seifi, R. Keypour,

In this paper, two algorithms have been developed for allocation and size determination of Active Power Filters (APF) in power systems. In the first algorithm, the objective is to minimize harmonic voltage distortion. The objective in the second algorithm is to minimize the new APF injection currents while satisfying harmonic standards. Genetic algorithm is proposed for these two optimization p...

A. Yazdian, H. Seifi, R. Keypour,

In this paper, two algorithms have been developed for allocation and size determination of Active Power Filters (APF) in power systems. In the first algorithm, the objective is to minimize harmonic voltage distortion. The objective in the second algorithm is to minimize the new APF injection currents while satisfying harmonic standards. Genetic algorithm is proposed for these two optimization p...

This paper studies optimal power allocation to minimize symbol error rate (SER) of amplify-and-forward cooperative diversity networks. First, we analytically solve optimal power allocation problem to minimize SER for three different scenarios, namely, multi-branch single-relay, single-branch multi-relay and multi-branch multi-relay cooperative diversity networks, all subject to a given total re...

Journal: :Wireless Personal Communications 2013
Jun-Bo Wang Jin-Yuan Wang Xiaoyu Song Zhe Cao Ming Chen

In wireless communications, power allocation plays a paramount role in sustainable network lifetime prolongation with quality-of-service and network interference reduction. This paper investigates a distributed power allocation problem in wireless parallel amplify-and-forward (AF) relay transmissions. Particularly, the objective is set to minimize the total transmit power while guaranteeing the...

2010
Xiaowen Gong Chintha Tellambura Sergiy A. Vorobyov

Wireless communication networks have recently attracted significant research attention. As a critical issue for improving network performance, efficient and intelligent resource allocation strategies have been intensively studied. This thesis consists of two studies on resource allocation strategy, specifically, joint bandwidth and power allocation strategy, for wireless communication networks ...

M. H. Javidi, R. Ghazi, S. Hasanpour,

Reactive power management plays an essential role in the secure operation of the power system as an ancillary service. Although in electricity markets, the particular attention is paid to active power, the reactive power also plays an important on total generation costs of electricity. On the other hand, as it is mainly confined to local consumption, to avoid market power and maintain the se...

This paper aims at investigating the superiority of power allocation strategies, based on calculus of variations in a point-to-point two-way relay-assisted channel incorporating the amplify and forward strategy. Single and multilayer coding strategies for two cases of having and not having the channel state information (CSI) at the transmitters are studied, respectively. Using the notion of cal...

2002
Jangwon Lee Ravi Mazumdar Ness B. Shroff

In this paper we consider the downlink power allocation problem for multi-class CDMA wireless networks. We use a utility based power allocation framework to treat multi-class services in a unified way. The goal of this paper is to obtain a power allocation which maximizes the total system utility. In the wireless context, natural utility functions for each mobile are non-concave. Hence, we cann...

2017
In-Ho Lee

For cooperative multicast systems using nonorthogonal multiple access, we propose optimal power allocation to maximize the achievable rate, and present its performance analysis in terms of average achievable rate and outage probability assuming Rayleigh fading channels. To perform the optimal power allocation, the source requires instantaneous channel information for a subset of the links. In t...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->