نتایج جستجو برای: identification technology

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

2007
Pierre-Olivier Vandanjon Alexandre Janot Maxime Gautier Flavia Khatounian

Parametric identification requires a good know-how and an accurate analysis. The most popular methods consist in using simply the least squares techniques because of their simplicity. However, these techniques are not intrinsically robust. An alternative consists in helping them with an appropriate data treatment. Another choice consists in applying a robust identification method. This paper fo...

2009
Tokihiro Fukatsu Teruaki Nanseki

In order to automatically monitor farmers' activities, we propose a farm operation monitoring system using "Field Servers" and a wearable device equipped with an RFID reader and motion sensors. Our proposed system helps in recognizing farming operations by analyzing the data from the sensors and detected RFID tags that are attached to various objects such as farming materials, facilities, and m...

2016
Hadiseh Rezaie Mehdi Golsorkhtabaramiri H. Rezaie M. Golsorkhtabaramiri

RFID system is a wireless technology that can transfer data between tags and readers via radio frequency. In an RFID network, readers are located close to each other to obtain optimal connectivity and sufficient coverage. In such an environment, which is called dense reader environment (DRE).Different types of collisions such as Reader-to-Reader and Reader-to-Tag ones, often lead to serious pro...

Journal: :international journal of environmental research 0

processing and recovery is a key functional element in municipal solid waste management system (mswms). reuse, recycle and recovery of valuable components of waste stream are given much attention in mswms in both developed and developing countries. the main concern of municipalities is the sound management of recyclable materials. source separation as a best practice for management of trash and...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید بهشتی 1389

چکیده ندارد.

2009
Chris Kürschner Frédéric Thiesse Elgar Fleisch

Over time, various drivers affecting information technology architecture design have been proposed which favored either more centralization or decentralization. With the advent of RFID and other sensor technologies, the next inflection point heading towards decentralization might arise. This paper aims to improve the understanding of the decentralization debate by investigating the factors that...

2010
Timothy Baldwin Marco Lui

While there has traditionally been strong interest in the task of monolingual language identification, research on multilingual language identification is underrepresented in the literature, partly due to a lack of standardised datasets. This paper describes an artificially-generated dataset for multilingual language identification, as used in the 2010 Australasian Language Technology Workshop ...

2002
Gianni Lazzari

Significant progress has been made in the field of human language technologies. Various tasks like continuous speech recognition for large vocabulary, speaker and language identification, spoken information inquiry, information extraction and cross-language retrieval in restricted domains are today feasible and different prototypes and systems are running. The spoken translation problem on the ...

2005
Chi-yau Lin Chia-nan Ke Shao-you Cheng Jane Yung-jen Hsu Hao-Hua Chu

This paper introduces a novel approach to enhancing safety through RFID technology, location tracking, and monitoring person-object interaction. We design and develop RFID-based wearable devices for (1)tracking people’s locations, (2)monitoring person-object interactions, and (3)tracking objects’ locations. An intelligent object reminder and safety alert system is proposed to relief the common ...

2006
Emmanuel Munguia Tapia Stephen S. Intille Louis Lopez Kent Larson

In this paper, we introduce MITes, a flexible kit of wireless sensing devices for pervasive computing research in natural settings. The sensors have been optimized for ease of use, ease of installation, affordability, and robustness to environmental conditions in complex spaces such as homes. The kit includes six environmental sensors: movement, movement tuned for object-usage-detection, light,...

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

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

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