نتایج جستجو برای: fault stability

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

Journal: :Automatica 2011
Jan H. Richter W. P. M. H. Heemels Nathan van de Wouw Jan Lunze

A reconfigurable control approach for continuous-time piecewise affine (PWA) systems subject to actuator and sensor faults is presented. The approach extends the concept of virtual actuators and virtual sensors from linear to PWA systems on the basis of the fault-hiding principle that provides the underlying conceptual idea: the fault is hidden from the nominal controller and the fault effects ...

2011
B. Boussaid Omar Ibn Khattab

In this paper, a two-level reconfiguration action is used to design an FTC system. The objective is to adapt the corrective action accordingly to the fault severity. The first level of the procedure is triggered when the impact of the fault on the system performance is limited. At the second level a dynamic reference modification based on reference-offset governor is proposed. The idea consists...

2013
Jung–Min Yang Seong Woo Kwak P. M. Pathak M. M. Gor A. K. Samantaray

A fault-tolerant gait planning of a quadruped robot is presented. The considered robot has static walking and suffers from a locked joint failure. Especially, the quadruped robot is equipped with the moving appendage onto the body. By controlling the moving appendage, the robot can adjust the effective position of the center of gravity. Incorporating the adjustment of the moving appendage along...

2008
Saeedeh Bakhshi Marzieh Bakhshi Hamid Sarbazi-Azad

Recently, routing with disjoint paths has received much attention because disjoint paths have the advantages of efficiency and fault tolerance. On the other hand, RTCC network was studied, due to its favorable properties such as high degree of stability and resilience. In this paper we studied the oneto-one and one-to-many disjoint routings for RTCC network. The connectivity of a network is an ...

2014
H. R. Shahsavari M. R. Taheri R. Esmaelzadeh

Applying flat systems technique in attitude fault tolerant control of an under-actuated satellite has been investigated in this article. The main purpose of this study is development and implementation of a new idea in order to recovery of satellite stability and its acceptable performance in actuator fault scenarios. Solving the attitude fault tolerant control problem is based on consideration...

2011
Slim Dhahri Faycal Ben Hmida Anis Sellami Taha Hussein

Problem statement: Fault reconstruction scheme is different from the majority of Fault Detection and Isolation (FDI) methods described in the literature in the sense that it not only detects and isolates the fault, but provides an estimate of the fault. This approach is very useful for incipient faults and slow drifts, which are very difficult to detect. Also, this approach is very useful for F...

2006
Jung-Min Yang Yong-Kuk Park

A fault-tolerant gait of multi-legged systems is defined as a gait which can maintain the gait stability and continue its walking against the occurrence of a leg failure (Yang & Kim, 1998). The notion of the fault-tolerant gait comes from the fact that legged robots with static walking have inherent fault tolerance capability against a failure in a leg, since a failed leg for itself does not ca...

Journal: :Automatica 2003
Zhihua Qu Curtis M. Ihlefeld Yufang Jin Apiwat Saengdeejing

In this paper, the problem of devising a fault-tolerant robust control for a class of nonlinear uncertain systems is investigated. Possible failures of the sensor measuring the state variables are considered, and a robust measure is developed to identify the stabilityand performance-vulnerable failures. Based on evaluation of the robust measure, a fault-tolerant robust control will switch itsel...

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

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

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