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

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

2012
Rong-Fong Fung Yi-Hsin Cheng

A new method of minimum-energy point-to-point (PTP) trajectory planning is proposed for an LCD glass-handing robot, which is driven by a permanent magnet synchronous motor (PMSM). The variable structure controller (VSC) is designed to track the trajectories and compensate LuGre model of frictional torque effects. The robot system is described by a mechanical equation and an electrical equation....

2012
Sunil Kr. Singh Deepika Masand

This paper demonstrates a perfect controlled DSTATCOM model with a small isolated distribution system to improve power quality of the system in which a linear/nonlinear three-phase load is fed by a small alternator. A hysteresis rule based carrier-less PWM current controller is used to control the DSTATCOM. Three leg IGBT based PWM-VSI is used as VSC with a capacitor in its parallel working as ...

2004
M. A. A. MORSY M. S. MOTELEB H. T. DORRAH

This paper presents a new approach used for switched reluctance motors (SRM) speed control. Two nonlinear controller, one is variable structure with sliding mode controlled type (VSC) and the other is PI-like fuzzy controller (FLC), define a new control structure. The VSC acts mainly in a transient state which is increasing system stability limits. But, PI-like FLC controller acts in the steady...

Journal: :IJAAC 2013
Niranjan Nayak Sangram Kesari Routray Pravat K. Rout

Abstract: This paper presents a robust non-linear hybrid controller based on Type-2 fuzzy and sliding mode control strategy for VSC-HVDC transmission link, which inherits the benefits of these two methods. The interval Type-2 fuzzy (IT2FSMC) is used to handle the uncertainties to enhance the real time performance. The sliding mode control combines with the fuzzy system to compensate the influen...

2013
Gary J. Hausman Michael V. Dodson

A collection of investigations indicate the importance of adipose tissue stromal/stem cells to vasculogenesis and angiogenesis during adipogenesis. Early in development the stromal-vascular (S-V) elements control and dictate the extent of adipogenesis. For instance, the vasculature and connective tissue collagen matrix develops before overt adipocyte differentiation. Definitive studies of human...

2008
Chandra Bajracharya Marta Molinas

A mathematical model of a voltage source converter is presented in the synchronous reference frame for investigating VSC-HVDC for transferring wind power through a long distance. This model is used to analyze voltage and current control loops for the VSC and study their dynamics. Vector control is used for decoupled control of active and reactive power and the transfer functions are derived for...

1995
Hyun-Sik Shim Jong-Hwan Kim Kwangill Koh

of Nonholonomic Wheeled Mobile Robot Hyun-Sik Shim Jong-Hwan Kim Kwangill Koh Dept. of Elec. Eng. Dept. of Elec. Eng. KAIST KAIST LG Industrial Systems Co., Ltd. Taejoen-shi, 305-701, Korea Taejoen-shi, 305-701, Korea Kyongki-do, 430-080, Korea hsshim@vivaldi.kaist.ac.kr johkim@vivaldi.kaist.ac.kr kki@darl.gsc.co.kr Abstract A variable structure controller(VSC) for a nonholonomic wheeled mobile...

2015
R. S. Geetha Ravishankar Deekshit

In this paper, the interconnection of a strong AC system to a weak AC system by using a Voltage Source Converter (VSC) based High Voltage DC (HVDC) transmission system is investigated. In this work, the weak AC system considered is an island system comprised of synchronous generators and passive load. Analysis is carried out for UPF load and inductive load. The ac filter requirement to achieve ...

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

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

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