نتایج جستجو برای: high gain dcdc converter

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

2014
K. Ashok Reddy Kota Srinivas G. S. Ayyappan

This paper explains the design of a standalone Solar/ Fuel cell/ Battery hybrid power system which involves the design of individual systems along with the power management circuit. The variation of solar insolation according to the time and the Maximum Power Point Tracking’s (MPPT) Perturb and Observe (P&O) algorithm is considered in the design of solar system. Similarly, the control of fuel f...

ژورنال: کنترل 2019

The main goal of this research is to design a new digital controller for a boost-switching converter in Continuous Conduction Mode (CCM), which operates in Voltage Mode Control (VMC). Boost converter transfer function in the mentioned modes have one Right Half Plane (RHP) zero and a pair of complex poles while their places are severely dependent on input voltage, reference voltage and converter...

2014
ARYA RAMACHANDRAN

This paper presents a high step-up boost converter with diode capacitor technique. In this topology an additional stage of voltage multiplier cells (diodes and capacitors) is incorporated into the conventional boost converter which will increase the voltage gain and efficiency of the converter. The peculiarity of this new method is that the switching losses, ripples and the stresses are low. An...

2013
G.kranthi Kumar Kumara Swamy

Within the photovoltaic (PV) power-generation market, the ac PV module has shown obvious growth. However, a high voltage gain converter is essential for the module’s grid connection through a dc–ac inverter. This paper proposes a converter that employs a floating active switch to isolate energy from the PV panel when the ac module is OFF; this particular design protects installers and users fro...

2015
T. Logeswaran A. Senthil Kumar R. Vasuki

DC-DC boost converters are mostly employed in renewable energy system such as photovoltaic system, fuel cell and so on, because these systems generate low output voltage which is not suitable for grid connected power applications. This paper proposes an interleaved boost converter which consists of voltage doubler cell and clamped circuit to achieve large output voltage gain without extremely i...

2017
Brwene Gadalla Erik Schaltz

Boost converters are needed in many applications which require the output voltage to be higher than the input voltage. Recently, boost type converters have been applied for industrial applications, and hence it has become an interesting topic of research. Many researchers proposed different impedance source converters with their unique advantages as having a high voltage gain in a small range o...

2015
Wenping Cao Jiangfeng Zhang Stephen J. Finney

High power and high voltage gain DC-DC converters are key to high-voltage DC (HVDC) power transmission for offshore wind power. This paper presents an isolated ultra-high step-up DC-DC converter in matrix transformer configuration. A flyback-forward converter is adopted as the power cell and the secondary side matrix connection is introduced to increase the power level and to improve fault tole...

Journal: :Indian Scientific Journal Of Research In Engineering And Management 2023

This paper presents the design and simulation of modified step-up converter with high voltage gain using quasi switched inductor capacitor. High Voltage are major requirements for renewable energy applications. The operating modes is analyzed proposed simulated MATLAB/SIMULINK platform. Key Words: gain, converter, lower duty ratio.

2016
Shiva Kumar

A new high step-up dc/dc converter is presented for renewable energy applications. The construction implementation of a dual inductor and more than one voltage multiplier cells, to obtain large step-up voltage gain, two capacitors has been placed charged during the switch-off period, energy accumulated in the dual inductor which increases the voltage gain. The MMF energy in the leakage inductan...

2017
Zhang-yong Chen Yong Chen

High step-up voltage gain nonisolated DC-DC converter have attracted much attention in photovoltaic, fuel cells and other renewable energy system applications. In this paper, by combining input current ripple-free boost cell with coupled-inductor voltage-doubler cell, an input current ripple-free high voltage gain nonisolated converter is proposed. In addition, passive lossless clamp circuit is...

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

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

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