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

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

2015
Madiha Hajri Nadia Gargouri Dalenda Ben Issa Hekmet Samet

Ultra wide band systems are considered as one of the most exciting technologies due to its capability of transmitting data over a wide frequency spectrum with very low power and high data rates. In any UWB receiver the low noise amplifier is the first stage. The LNA plays a crucial role in the whole reception chain. In this paper, we examine the performance of two different modulations techniqu...

2011
K. Yousef R. Pokharel A. Allam

This paper presents the design of a 2-16 GHz ultra wide band low noise amplifier (UWB LNA). The proposed LNA has a gain of 11.5 ± 0.85 dB with NF less than 2.82 dB. Good input and output impedance matching, good isolation and linearity are achieved over the operating frequency band. The proposed UWB LNA consumes 18.14 mW of power from 1.8V supply. This UWB LNA is designed and simulated in 0.18 ...

2003
Michal Pietrzyk

Unique properties of Ultra Wideband (UWB) radio, including very high data rate, low power consumption and low cost, make it a promising technology for fourth generation short-range wireless mobile communications. This paper introduces the reader to the UWB technology, to its main properties, capabilities and applications. Furthermore, the current status of regulatory issues of UWB radio transmi...

2006
W. Scott Bigelow Everett G. Farr J. Scott Tyo William D. Prather Tyrone C. Tran

Airborne ultra wideband (UWB) impulse-radiating antennas (IRAs) present an especially large radar cross section to X–band radar. To mitigate this problem, we have numerically and experimentally investigated the use of a frequency selective surface (FSS) as a broadband filter to reflect X–band radar while transmitting lower-frequency UWB signals without loss or dispersion. We present here result...

2017
Jesper Bevensee Jensen Roberto Rodes Antonio Caballero Xianbin Yu Timothy Braidwood Idelfonso Tafur Monroy

We present experimental demonstrations of in-building impulse radio (IR) ultra-wideband (UWB) link consisting of 100 m multi mode fiber (MMF) and 4 m wireless transmission at a record 4 Gbps, and a record 8 m wireless transmission at 2.5 Gbps. A directly modulated vertical cavity surface emitting laser (VCSEL) was used for the generation of the optical signal. 8 m at 2.5 Gbps corresponds to a b...

Journal: :IEICE Transactions 2009
Chin-Sean Sum Mohammad Azizur Rahman Shigenobu Sasaki Hiroshi Harada Shuzo Kato

This paper proposes a hybrid multiband (MB) ultra wideband (UWB) system with direct sequence (DS) spreading. The theoretical error analysis for the DS-MB-UWB multiple access system with Rake receiver in the presence of multipath and narrowband interference is developed. The developed theoretical framework models the multiple access interference (MAI), multipath interference (MI) and narrowband ...

2014
Can Cui Zhi Hou Hui Wang Wen Wu

A novel ultra-wideband (UWB) bandpass filter (BPF) with notched band based on microstrip/slotline ring resonators is presented in this paper. The UWB BPF is fabricated with two microstrip ring resonators on the top copper layer and a slotline ring resonator on the bottom ground layer. Thus, an ultra-wide passband can be achieved owing to the coupling effects and microstrip/slotline transitions ...

2004
Idnin Pasya Atsushi Tomiki Takehiko Kobayashi

−This paper studies the interference effects from 4 types of ultra wide band (UWB) sources on a narrowband π/4-shift differential quadrature phase keying (DQPSK) transmission system by simulation. The culprit UWB sources were: multi-band orthogonal frequency-division multiple-access (MB-OFDM), direct-sequence code-division multiple-access (DS-CDMA), DS spread spectrum UWB (DS-SS UWB), and addit...

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...

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

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

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