نتایج جستجو برای: uwb

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

2010
Sohaib Maalik Jian Yang Kenneth Malmström

This master thesis has focused on the aspect of UWB antenna design for the impulse based UWB radar which is built on CMOS technology. The design of new UWB antenna faces some challenges. The antenna should be compact, preferably conformal, low cost for manufacture, and have good electrical performance, such as good matching, directional radiation performance over a wide band, good time response...

2003
Matti Hämäläinen Jani Saloranta Juha-Pekka Mäkelä Ian Oppermann Tero Patana

In this paper the impact of ultra wideband (UWB) interference on IEEE802.11b WLAN performance is studied through experimental tests. Extremely high power UWB transmitters, that are not FCC compliant, were used in the tests to simulate the impact of very high UWB device concentration. The measurement setup was organized to allow the UWB transmitters to generate as much interference to the WLAN n...

Journal: :Physical Communication 2013
Abolfazl Mehbodniya Wei Peng Fumiyuki Adachi Sonia Aïssa

Ultra wideband (UWB) communications is a promising technology which provides high data rates for short-range communications. There are currently two proposals as UWB standards, namely, multiband orthogonal frequency division multiplexing (MB-OFDM) UWB and direct-sequence (DS) UWB. These two standards can cause interference on each other and also to other wireless technologies when they are loca...

Journal: :Computer Networks 2007
Ashima Gupta Prasant Mohapatra

Ultra wideband (UWB) technology based primarily on the impulse radio paradigm has a huge potential for revolutionizing the world of digital communications especially wireless communications. UWB provides the integrated capabilities of data communications, advanced radar and precision tracking, location, imperceptibility and low power operation. It is therefore ideally suited for the development...

Journal: :IEICE Transactions 2006
Chin-Sean Sum Shigenobu Sasaki Hisakazu Kikuchi

This paper investigates the impact of chip duty factor (DF) in DS-UWB system with Rake receiver over AWGN and UWB indoor multipath environment corresponding to system parameters such as spreading bandwidth and chip length. Manipulating DF in DS-UWB system offers several advantages over multipath channel and thus, capable of improving system performance for better quality of communication. Altho...

2013
Manish Patel

The radio access technologies also presents the Coexistence issues between UWB and WiMAX systems at 3.5GHz frequency band which has been recently attained more attention. For investigating the potential interference of ultra-wideband (UWB) on a WiMAX system, an analysis method based on the physical layer modeling is presented. Multi-band orthogonal frequency division multiplex (MB-OFDM) UWB and...

2004
Matts-Ola Wessman Arne Svensson

This paper presents the performance of single band impulse radio systems, TH-UWB and DS-UWB, multiband impulse radio systems, MB-UWB, and multiband OFDM systems on the IEEE 802.15 UWB channel models CM1–CM4. The investigated impulse radio systems use approximately the spectrum 3–6 GHz and have a data rate around 100 Mbps. The DS-UWB system with a fractionally spaced Rake receiver with 10 finger...

Journal: :IJUWBCS 2011
Himanshukumar B. Soni Uday B. Desai S. N. Merchant

We have considered multiuser communication scenario with ultra wideband (UWB) communication. UWB device is transmitting the data by time hopping (TH)-based system, TH-PPM, TH-PAM and DS-UWB. The UWB device is transmitting data over multipath rich channel model recommended by IEEE 802.15.3a working group. This channel model is based on Saleh-Valenzuela model. For better performance at receiver s...

2007
Xiaofei Zhou Imrich Chlamtac

The emerging cognitive radio system can sense and adapt to the wireless environment in which it operates. Cognitive radio with intelligent capabilities of both radio link and network layers is capable of transmitting in an optimized way across the available signal dimensions allowing a potential huge increase in the prospects for spectrum efficiency, co-existence, compatibility and interoperabi...

2000
Ming Luo Dennis Akos Sam Pullen Per Enge

Ultra Wide Band (UWB) technology is based on very short pulses of radio energy. In theory, its wide signal bandwidth yields excellent multipath immunity. Hence, UWB has been used in a variety of applications, including communication and ranging, and is expected to see increased use in the future. Since signals from GPS satellites have very low power levels (-130 dBm or -160 dBW) near the surfac...

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

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

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