نتایج جستجو برای: mathematical head phantom

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

2014
Vinith Chauhan

2D projections of the real 3D space are the only available information in the imaging technics like in XRay and MRI. In this paper we study projections of images as generated by Radon transformation. We implemented an image reconstruction algorithm which receives different projections of the original image as input. We performed this experiment using artificially created image in order to test ...

Journal: :Spine 2016
Bradford S Waddell W Hunter Waddell Gustavo Godoy Joseph M Zavatsky

STUDY DESIGN Anthropomorphic phantoms were used to measure radiation exposure to the surgeon phantom's eye. Groups analyzed were: Group 1-no glasses (None); Group 2-leaded lenses without lead sides (WOLS); Group 3-leaded lenses with lead sides (WLS); and Group 4-sport wraparound leaded glasses (Sport). Glasses were 0.75 mm lead equivalent. OBJECTIVE To evaluate the efficacy of three types of ...

Journal: :International Journal of Radiology and Imaging Techniques 2020

Journal: :Wireless Personal Communications 2005
Theodore Zervos Antonis Alexandridis Vladimir Petrovic Kostas Dangakis Branko M. Kolundzija Antonije R. Djordjevic Constantine F. Soras

In this work numerical simulation and measurements of three-dimensional radiation patterns of a mobile handset model in the presence of a human head phantom were performed at 1800 MHz. Based on theoretical and experimental results, the influence of the human head on the radiation efficiency of the handset has been investigated as a function of the handset size and the distance between the head ...

Journal: :Journal of clinical periodontology 2005
Grit Meissner Bernd Oehme Jens Strackeljan Alexander Kuhr Thomas Kocher

BACKGROUND Recently, pilot studies from our laboratory have shown that dental surfaces may be discriminated by the analysis of tip oscillations of an ultrasonic instrument, which possesses computerized calculus-detection features. For the evaluation of this smart detection system, its surface recognition qualities are of crucial importance. For in vivo studies, however, it proved to be difficul...

Journal: :international journal of mathematical modelling and computations 0
s. kavitha assistant professor mathematics section faculty of engineering and technology annamalai university tamilnadu, india india assistant professor mathematics section faculty of engineering and technology annamalai university, annamalai nagar, chidambaram tamilnadu, india nirmala p.ratchagar professor, department of mathematics, annamalai university annamalai nagar, tamilnadu, 608002, india india professor,department of mathematics,annamalai universityannamalai nagar,tamilnadu, 608002, india

this paper presents a simplifiedlagrangian multiplier based algorithm to solve the fixed head hydrothermalscheduling problem. in fixed head hydrothermal scheduling problem, waterdischarge rate is modeled as quadratic function of hydropower generation andfuel cost is modeled as quadratic function of thermal power generation. thepower output of each hydro unit varies with the rate of water discha...

توکلی زانیانی, هاجر, نامی نظری, محمد, کلانتری, سید ظفرالله ,

One of the important neutron sources for Boron Neutron Capture Therapy (BNCT) is a nuclear reactor. It needs a high flux of epithermal neutrons. The optimum conditions of the neutron spectra for BNCT are provided by the International Atomic Energy Agency (IAEA). In this paper, Miniature Neutron Source Reactor (MNSR) as a neutron source for BNCT was investigated. For this purpose, we designed a ...

Journal: :iranian journal of child neurology 0
mahtab poor zamany nejat kermany 1. anesthesiology and critical care deprtment, labbafinejad hospital, medical university of shahid beheshti, tehran, iran ehsan modirian 2. emergency medicine department, boali hospital, qazvin university of medical sciences, qazvin, iran mohammadreza soroush 3. janbazan medical and engineering research center (jmerc), tehran, iran mahdi masoumi 3. janbazan medical and engineering research center (jmerc), tehran, iran maryam hosseini 3. janbazan medical and engineering research center (jmerc), tehran, iran

how to cite this article: poor zamany nejat kermany m, modirian e, soroush m, masoumi m, hosseini m. phantom limb sensation (pls) and phantom limb pain (plp) among young landmine amputees. iran j child neurol. summer 2016; 10(3):42-47.   abstract objective to determine the frequency of phantom limb sensation (pls) and phantom limb pain (plp) in children and young adults suffering landmine-relat...

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

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

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