نتایج جستجو برای: fast droop controller fdc

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

Journal: :Sustainability 2021

In the modern power grid, with growing penetration of renewable and distributed energy systems, use parallel inverters has significantly increased. It is essential to achieve stable operation reasonable sharing between these inverters. Droop controllers are commonly used control in an inverter-based microgrid. this paper, a small signal model droop secondary loop internal model-based voltage cu...

2011
Joachim Piprek Simon Li

Nitride-based light-emitting diodes suffer from a reduction (droop) of the internal quantum efficiency (IQE) with increasing injection current. Using advanced device simulation, we investigate the impact of electron leakage on the IQE droop for different properties of the electron blocker layer (EBL). The simulations show a strong influence of the EBL acceptor density on the droop. We also find...

2014
Anthony D D’Urzo Stephen I Rennard Edward M Kerwin Victor Mergel Anne R Leselbaum Cynthia F Caracta

BACKGROUND Combining two long-acting bronchodilators with complementary mechanisms of action may provide treatment benefits to patients with chronic obstructive pulmonary disease (COPD) that are greater than those derived from either treatment alone. The efficacy and safety of a fixed-dose combination (FDC) of aclidinium bromide, a long-acting muscarinic antagonist, and formoterol fumarate, a l...

Journal: :amirkabir international journal of modeling, identification, simulation & control 2015
v. azimi m. b. menhaj a. fakharian

this article presents a fuzzy robust mixed - sensitivity gain - scheduled h controller based on the loop -shaping methodology for a class of mimo uncertain nonlinear time - varying systems. in order to design this controller, the nonlinear parameter - dependent plant is first modeled as a set of linear subsystems by takagi and sugeno’s (t - s) fuzzy approach. both loop - shaping methodology and...

2013
William Vermi Emanuele Giurisato Silvia Lonardi Piera Balzarini Elisa Rossi Daniela Medicina Daniela Bosisio Silvano Sozzani Wilma Pellegrini Claudio Doglioni Antonio Marchetti Giulio Rossi Fabio Facchetti

Purpose: The aim of this study was to investigate the biological and clinical significance of epidermal growth factor receptor (EGFR) signaling pathway in follicular dendritic cell sarcoma (FDC-S). Experimental Design: Expression of EGFR and cognate ligands as well as activation of EGFR signaling components was assessed in clinical samples and in a primary FDC-S short-term culture (referred as ...

2017
Mohammad H. Al-Shaer Hanine Mansour Hazem Elewa Pascale Salameh Fatima Iqbal

BACKGROUND Tuberculosis is considered the second most common cause of death due to infectious agent. The currently preferred regimen for treatment of pulmonary tuberculosis (PTB) is isoniazid, rifampin, pyrazinamide, and ethambutol, which has been used either as separate tablets (ST) or as fixed-dose combination (FDC). To date, no studies have compared both regimens in Qatar. We aim to evaluate...

Journal: :Journal of leukocyte biology 2007
Eric A Lefevre Wayne R Hein Zania Stamataki Louise S Brackenbury Emma A Supple Lawrence G Hunt Paul Monaghan Gwenoline Borhis Yolande Richard Bryan Charleston

Follicular dendritic cells (FDC) in the germinal centers (GC) of secondary lymphoid organs increase the survival and proliferation of antigen-stimulated B cells and are pivotal for the affinity maturation of an antibody response and for maintenance of B cell immunological memory. The dark zone (DZ) and the light zone (LZ) constitute distinct areas of the GC containing different subtypes of FDC ...

Background: Concomitant oral administration of NFX with TNZ may affect NFX absorption and consequently its blood concentration and pharmacological effect. Objective: The present study was undertaken to investigate the effect of TNZ on the pharmacokinetics of NFX in healthy volunteers. Methods: This study was conducted as an open-label, randomized, two-way crossover experimental design. After an...

Background: Concomitant oral administration of NFX with TNZ may affect NFX absorption and consequently its blood concentration and pharmacological effect. Objective: The present study was undertaken to investigate the effect of TNZ on the pharmacokinetics of NFX in healthy volunteers. Methods: This study was conducted as an open-label, randomized, two-way crossover experimental design. After an...

Journal: :Theor. Comput. Sci. 2010
Wim H. Hesselink

The refinement calculus of Back, Morgan, Morris, and others is based on monotone predicate transformers (weakest preconditions) where conjunctions stand for demonic choices between commands and disjunctions for angelic choices. Arbitrary monotone predicate transformers cannot be modelled by relational semantics but can be modelled by so-called multirelations. Results of Morris indicate, however...

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

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

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"; } -->