نتایج جستجو برای: electrical tomography

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

2000

Innovative Technology Summary Reports are designed to provide potential users with the information they need to quickly determine whether a technology would apply to a particular environmental management problem. They are also designed for readers who may recommend that a technology be considered by prospective users. Each report describes a technology, system, or process that has been develope...

2007
Andrea Borsic Brad M. Graham Andy Adler William R.B. Lionheart A. Borsic B. M. Graham A. Adler W. R. B. Lionheart

This paper presents an evaluation of the use of Primal Dual Methods for efficiently regularizing the electric impedance tomography (EIT) problem with the Total Variation (TV) functional. The Total Variation functional is assuming an important role in the regularization of inverse problems thanks to its ability to preserve discontinuities in reconstructed profiles. This property is desirable in ...

2015
A. Fouchard S. Bonnet L. Hervé O. David J. K. Seo

Electrical impedance tomography (EIT) consists in probing biological tissues with low amplitude alternating electrical fields through surface electrodes, and analyzing the response of the medium to reconstruct its electrical characteristics. EIT has been considered for a wide range of clinical applications, the most promising being continuous pulmonary function monitoring. In the EIT reconstruc...

Journal: :Respiratory care 2016
Brian K Walsh Craig D Smallwood

Electrical impedance tomography (EIT) is a noninvasive, non-radiologic imaging modality that may be useful for the quantification of lung disorders and titration of mechanical ventilation. The principle of operation is based on changes in electrical conductivity that occur as a function of changes in lung volume during ventilation. EIT offers potentially important benefits over standard imaging...

2011
Pascal O. Gaggero Andy Adler Josef X. Brunner Stephan Böhm Peter Seitz

Abstract: EIT can image the distribution of ventilated lung tissue, and is thus a promising technology to help monitor patient breathing to help selection of mechanical ventilation parameters. Two key di culties in EIT instrumentation make such monitoring di cult: 1) EIT data quality depends on good electrode contact and is sensitive to changes in contact quality, and 2) EIT electrodes are di c...

2001
ERKKI SOMERSALO

In this article, the following electrical impedance tomography problem (EIT) is considered: On the surface of a body with unknown impedance distribution, one applies a set of prescribed electric currents and measures the corresponding voltages on the surface. From this information, one seeks to estimate the internal structure of the body. Potential application areas of the EIT range from medica...

2010
K ASTALA J L MUELLER A PERÄMÄKI L PÄIVÄRINTA S SILTANEN

A new reconstruction algorithm is presented for eit in dimension two, based on the constructive uniqueness proof given by Astala and Päivärinta in [Ann. of Math. 163 (2006)]. The method is non-iterative, provides a noiserobust solution of the full nonlinear eit problem, and applies to more general conductivities than previous approaches. In particular, the new algorithm applies to piecewise smo...

2013
Kimmo Karhunen KIMMO KARHUNEN Matti Vornanen Pekka Kilpeläinen

Cracking and deterioration of concrete are the leading causes of a premature failing of reinforced concrete structures. To assess the condition of concrete, a variety of destructive and non-destructive testing methods have been developed. From these two methods, the non-destructive testing (NDT) is a more favorable (albeit more challenging) option since the tested target is left undamaged. The ...

2015
Regis Goulart Rosa William Rutzen Laura Madeira Aline Maria Ascoli Felippe Leopoldo Dexheimer Neto Juçara Gasparetto Maccari Roselaine Pinheiro de Oliveira Cassiano Teixeira

Thoracic electrical impedance tomography is a real-time, noninvasive monitoring tool of the regional pulmonary ventilation distribution. Its bedside use in patients with acute respiratory distress syndrome has the potential to aid in alveolar recruitment maneuvers, which are often necessary in cases of refractory hypoxemia. In this case report, we describe the monitoring results and interpretat...

2010
Qussai Marashdeh Fei Wang Liang-Shih Fan

Summary) Among tomography techniques for process control and visualization, electrical based tomography systems are the most prominent due to their low construction cost, high speed, and safety. The development of electrical tomography has been mainly focused on permittivity, conductivity, or permeability imaging. Successful implementation of tomography systems depends on the sensor configurati...

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

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

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