نتایج جستجو برای: dc بوست

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

This paper proposes a multi-stage power generation system suitable for renewable energy sources, which is composed of a DC-DC power converter and a three-phase inverter. The DC-DC power converter is a boost converter to convert the output voltage of the DC source into two voltage sources. The DC-DC converter has two switches operates like a continuous conduction mode. The input current of DC-DC...

2013

This story has been happening as the demand for high-speed data increases and battery capacity has not matched advances with communications technology. It’s not the battery at fault but the technology needed to power the amplifier on the phone. For years, normal DC-DC converters managed the battery power flowing in the phone to different chips. This included the power amplifier (PA) for driving...

2013
J T Kuncheria

Brushless DC (BLDC) motor drives are becoming more popular in industrial, traction applications. This makes the control of BLDC motor in all the four quadrants very vitalThe motor is operated in four steady state operating modes of torque-speed plane. To control a BLDC machine it is generally required to measure the speed and position of rotor by using the sensor because the inverter phases, ac...

2004
Kwok-Tong Chau

A new software tool for learning the dynamic behavior of power electronics circuits is developed for undergraduate students. This tool incorporates the merits of two well-known software packages, namely, the realistic time-domain simulation of PSpice and the parametric identification process of MatLab. Hence, without going through complicated mathematics, the students can easily obtain the tran...

2011
Carlos Carvalho Guilherme Lavareda Nuno Paulino

A DC-DC step-up micro power converter for solar energy harvesting applications is presented. The circuit is based on a switchedcapacitor voltage tripler architecture with MOSFET capacitors, which results in an area approximately eight times smaller than using MiM capacitors for the 0.13μm CMOS technology. In order to compensate for the loss of efficiency, due to the larger parasitic capacitance...

Journal: :IJAPUC 2013
Xiaoyuan Wang Xiaoguang Wang Tao Fu

Axial Flux Ironless permanent magnetic synchronous motor (AFIPMSM) is a new permanent magnetic motor. It has many advantages, such as high torque-to-weight ratio, good efficiency, no cogging torque, and the sinusoidal back EMF. It gradually becomes the good choice in drive system. However, the small armature winding inductance causes the current is not continued with the PWM control based on VS...

2014
S.Rama Reddy

--------------------------------------------------------------ABSTRACT------------------------------------------------------This paper deals with modelling and simulation of high step up DC – AC converter with micro source at the input. The 15V DC is stepped up to 230V DC using high step up DC-DC Converter. This DC is converted into AC using a single phase inverter. The DC-AC converter system i...

Journal: :I. J. Bifurcation and Chaos 2011
R. Hamza Moez Feki Nabil Derbel B. G. M. Robert Abdelali El Aroudi

In this work, a zero static error proportional controller for a two-cell DC-DC buck converter is synthesized and analyzed. Under a traditional proportional control scheme, the system presents a constant error of the current supplying the output load. As the proportional feedback gain is increased, the average static error decreases. However, sub-harmonic oscillations and chaotic behavior emerge...

2014
Matti Liukkonen Ari Hentunen Jussi Suomela

This paper presents efficiency analysis of the power buffering in common voltage bus systems. Operation of the power buffering is briefly described with the power control experiments. The efficiency measurement setup and performed measurements from the charging and discharging events of the ultracapacitor module with the dc-dc converter are presented. As a result, the efficiency map of the dc-d...

Journal: :IBM Journal of Research and Development 1983
Albert X. Widmer Peter A. Franaszek

In this paper, an 8b/10b encoding serializer/deserializer (SerDes) circuit using a DC-balanced, partitioned block, 8b/10b transmission code was presented. The information format of this transmission code consists of packets which are variable in length and can be suitable for high speed applications. Serializer and deserializer blocks were designed separately. The serializer circuit gets the 8-...

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

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

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