نتایج جستجو برای: electrode localization

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

2000
Ingo H. de Boer Frank B. Sachse Olaf Dössel

Mapping of electrical endocardial activity is an important procedure for cardiac diagnosis and surgical treatment planning. The measurement is usually done using single string catheters with a limited number of electrodes. In recent years an increasing number of mapping systems is used in clinical routine. Different systems have been introduced and discussed in literature [1][2]. These systems ...

Journal: :International Journal of Computer Assisted Radiology and Surgery 2013

Journal: :physical chemistry and electrochemistry 0
elham eslami department of chemistry, kazerun branch, islamic azad university, kazerun, iran fatemeh farjami bdepartment of chemistry, science and research branch, islamic azad university, fars, iran

a carbon nanocomposite electrode has been designed by incorporation of montmorillonite nanoclayinto the carbon ionic liquid electrode for the electrochemical determination of amitriptiline . the surface ofthe proposed electrode was characterized by scanning electron microscopy. the presence of ionic liquid asa binder is believed to be responsible for the electrocatalytic activity of the propose...

Journal: :iranian rehabilitation journal 0
abdollah moosavi department of audiology, university of social welfare and rehabilitation sciences, avin, daneshjou blvd, koodakyar st, tehran zahra hosseini dastgerdi department of audiology, university of social welfare and rehabilitation sciences, avin, daneshjou blvd, koodakyar st, tehran yones lotfi department of audiology, university of social welfare and rehabilitation sciences, avin, daneshjou blvd, koodakyar st, tehran saeideh mehrkian department of audiology, university of social welfare and rehabilitation sciences, avin, daneshjou blvd, koodakyar st, tehran enayatollah bakhshi department of biostatistic, university of social welfare and rehabilitation sciences, avin, daneshjou blvd, koodakyar st, tehran bahare khavar ghazalani department of audiology, university of social welfare and rehabilitation sciences, avin, daneshjou blvd, koodakyar st., tehran

objectives: the aim of the present study was to assess the auditory lateralization ability in children with (central) auditory processing disorder. methods: participants were divided in two groups: 15 children with central auditory processing disorder (8-10 years) and 80 normal children (8-11 years) from both genders with pure-tone air-conduction thresholds better than 20 db hl bilaterally and ...

Journal: :international journal of smart electrical engineering 2013
mohsen jahanshahi abdolvahed moradpour poorya kiani

a wireless sensor network (wsn) is a wireless decentralized structure network consists of many nodes. nodes can be fixed or mobile. wsn applications typically observe some physical phenomenon through sampling of the environment so determine the location of events is an important issue in wsn. wireless localization used to determine the position of nodes. the precise localization in wsns is a co...

2013
Juan Pablo Princich Demian Wassermann Facundo Latini Silvia Oddo Alejandro Omar Blenkmann Gustavo Seifer Silvia Kochen

Depth intracranial electrodes (IEs) placement is one of the most used procedures to identify the epileptogenic zone (EZ) in surgical treatment of drug resistant epilepsy patients, about 20-30% of this population. IEs localization is therefore a critical issue defining the EZ and its relation with eloquent functional areas. That information is then used to target the resective surgery and has gr...

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

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

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