نتایج جستجو برای: improving source location precision

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

Journal: :Psychophysiology 2016
Daniel S Harvie Ann Meulders Emily Reid Danny Camfferman Russell S A Brinkworth G Lorimer Moseley

Learning to initiate defenses in response to specific signals of danger is adaptive. Some chronic pain conditions, however, are characterized by widespread anxiety, avoidance, and pain consistent with a loss of defensive response specificity. Response specificity depends on ability to discriminate between safe and threatening stimuli; therefore, specificity might depend on sensory precision. Th...

2002
Ronald E. McRoberts Daniel G. Wendt Mark D. Nelson Mark H. Hansen

Estimates of forest area were obtained for the states of Indiana, Iowa, Minnesota, and Missouri in the United States using stratified analyses and observations from forest inventory plots measured in federal fiscal year 1999. Strata were created by aggregating the land cover classes of the National Land Cover Data (NLCD), and strata weights were calculated as proportions of strata pixel counts....

Journal: :IEICE Transactions 2006
Kenya Sugihara Hiro Ito

Given a graph G = (V, E), a set of vertices S ⊆ V covers v ∈ V if the edge connectivity between S and v is at least a given number k. Vertices in S are called sources. The source location problem is a problem of finding a minimum-size source set covering all vertices of a given graph. This paper presents a new variation of the problem, called maximum-cover source-location problem, which finds a...

2006
Jeremy Powell Tracy Camp

We present the Predictive Legend Exchange and Augmentation Protocol (P-LEAP), a predictive location service. PLEAP improves upon the LEAP location service, which has been shown to reduce location error in mobile networks, by incorporating a method of predicting the topology of the network. P-LEAP is designed to create and transmit a data structure that traverses an ad hoc network. The data stru...

2004
Jonathan Sillito

Developers working with source code have a strong sense of locality defined by both the modularity of the system and the development environment. For a particular change task some subset of the system will be relevant, and when that subset is not a localized subset, it can be difficult for the developer to identify the relevant entities and to understand how they fit together. This is due to an...

Journal: :Electronics Science Technology and Application 2016

Journal: :Hearing research 2008
Jordan M Moore Daniel J Tollin Tom C T Yin

Studies of sound localization use relative or absolute psychoacoustic paradigms. Relative tasks assess acuity by determining the smallest angle separating two sources that subjects can discriminate, the minimum audible angle (MAA), whereas absolute tasks measure subjects' abilities to indicate sound location. It is unclear whether or how measures from the two tasks are related, though the belie...

Journal: :IEEE Journal of Selected Topics in Signal Processing 2009

2008
D. Shu

White-beam slits are precision high-heat-load devices used on beamlines of the Advanced Photon Source (APS) to trim and shape the incoming x-rays beam before the beam is transmitted to other optical components. At the APS, the insertion devices that generate the x-ray are very powerful. For example, the heat flux associated with an x-ray beam generated by Undulator A will be on the order of 207...

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

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

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